This time it will not be about ABAP but about the way how to extend the time between installation of new license for you NPL instance that is run using Virtualbox and OpenSuse.
Normally it's ...
...
( symbol = sym_executable name = 'SYM_EXECUTABLE ' )
( symbol = sym_workflow_item name = 'SYM_WORKFLOW_ITEM ' )
( symbol = sym_caution name = 'SYM_CAUTION ' ...
... on details I saw that there is now additional info beside delivery type.
I guessed that I have to open the second view now and this was what I did.
This time I've entered item category ...
To continue previous two posts about re-exploding and deleting subcontracting BOM of purchase requisition item, let me describe you how to do the same thing with subcontracting BOM of purchase order line. ...
... item without BOM. But in the case that you don't want that components are taken into consideration by MRP until you really need this then it could be helpful.
The code is 99% same like during ...
I faced lately a small issue in one of the process in our company, I needed to re-explode the BOM of subcontracting item in purchase requisition. Normally users goes to ME52N and press "Explode BOM" ...
... faster than calling FM 'CP_CC_S_LOAD_COMPLEX_BY_BOM' separately many times. But header data is not enough, we should do same thing for BOM items using FM 'CP_CC_S_LOAD_COMPLEX_BY_ITM', ...
... and GUI TITLE. Lets create GUI STATUS firstly and call it DYNAMIC_STATUS. Items on application toolbar will have the same naming pattern Fxx, so F01, F02 etc. Each of this function code should have dynamic ...
... of Attachments article you can connect to GOS from class CL_PO_HEADER_HANDLE_MM which contains method GET_GOS_MANAGER. You can do it for example in PROCESS_ITEM method of ME_PROCESS_PO_CUST . You'll ...
... BOM. You'll find here a form ITEM_CHECK which do the manipulation of the table. 3) After it's done we need load operation data (CP_CC_S_PROVIDE_COM_BY_OPR) and current allocation of components ...
... be default value for some fields or toggle status of the section (for example header always expanded, items always collapsed. This is an example of setting header data of Purchase order expanded or ...
... for the user (or set them) for standard t-code. This could be default value for some fields or toggle status of the section (for example header always expanded, items always collapsed. In all of this ...
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 ...