... of the sample program to copy BOM then you'll see it's reasonable. At the beginning let's clear Function Group memory using FM 'CP_CC_S_REFRESH_DATA'. Just for the safety reasons ...
... separator then you can use method add_separator and pass it's place. This method will add in fact a button without any text or description which will just looks like separator. If you want to allow ...
... and if there was no rest from such division then I was running this FM, just to avoid calling this FM to often. The problem of this FM is that when used in background it hasn't show any info in job ...
... sure know from analog version.
Game is very simple, firstly you have to build your own map with ships. Just to remind you, there are 2 submarines, 2 destroyers, 1 cruiser, 1 battleship and 1 aircraft ...
... container for ALV grid and space for the question which will be passed to the users. Just to be able to call it from any place. 5) Next step would be to create proper flow logic for this screen. ...
... type and F4 help are just like for the field generated for the firs time. This is because the generated selection screen is kept in memory an called each time with same parameters, nevertheless the change ...
... which are the same as in MB51 should be coded with the same names so we can pass them to RM07DOCS by method call_mb51_static. I used REUSE_ALV here just to be able to do it faster, but ALV OO can be used ...
... which contains most of the fields which are available in MB51 (structure list in RM07DOCS). Just after t_list you'll find type tt_list which is just table type for t_list. *--------------------------------------------------------------------* ...
... to time consuming to prepare same logic like in MB51 and in case of any changes in oryginal transaction I would need to adjust program again
Do implicit enhancement in RM07DOCS to add missing fields ...
... if something has changed with BAPI_OBJCL_GETDETAIL, then save the values with BAPI_OBJCL_CHANGE. Just one remark, you have to pass all values always to that FM! Importing: I_DATA TYPE DATA OPTIONAL
value( ...
... update some characteristic values from ALV grid, this would be not a problem at all if the characteristics would be defined from the begriming, but they weren't. In that case I couldn't just add ...
If you have to adjust conditions for your purchase order line and if during the use of method if_purchase_order_item_mm~set_conditions in BADI ME_PROCESS_PO_CUST you receive an error MEPO151 "Data ...
... for all entries then you have to do some little coding to handle it as you just cannot check only if key fields are same as in your checked structure. There is a way to do it and the method described can ...
...
endif.
"you can get all components from structure so no need to manually
"write all the names of characteristics but just to show it I will
"it fast and I'll directly put characteristic name ...
... some data but I will use dummy one just to show you how to create the chart, you can replace this part with loop on your internal table or even better change it in the way that you'll pass internal ...
... it in XML file which can be used in ABAP after.
So first of all we need to download chart designer from SDN so you can google "sap chart designer" to get it. After you'll have it just ...
... not display totals, just subtotals will be displayed
gs_layout-no_totexp = 'X'. "do not show expand icons for subtotals
gs_layout-no_rowmark = 'X'. "do not show row selection ...
... - set cursor back. There is no special coding here, just standard ALV grid methods used in proper order. Method definition, Importing parameters: I_SOFT TYPE CHAR01 DEFAULT 'X'
I_SET_CURRENT TYPE ...
... to create and send the message directly from SAP, but in a situation when you're working on local files then It may be better to do it with Outlook. This is of course just a short sample of the possibilities, ...