Everybody sends mails from SAP, some are still using old FM SO_NEW_DOCUMENT_ATT_SEND_API1 but some CL_BCS class. This class is really powerful but it has one disadvantage - it does commitwork, and not ...
This time the problem which I solved was not an ABAP problem, although at the beginning I thought it is, as while creating of deliveries without reference in standard transaction were done correctly without ...
... and then use it for copying items to our target BOM in 'CS_CL_S_ITM_CREATE_BY_COPY'. At the end, when everything is fine, use FM 'CP_CC_S_SAVE' to save your changes and commit your work. ...
... (CP_CL_P_OPR_ALLOCATION_PROVIDE). We need to do it in order to delete current allocation. 4) Deletion is done with CM_CL_P_COM_DELETE and saved with CP_CC_S_SAVE. Deletion is committed as in other case ...
... Call commitwork whenever you want to reset the counter of running time for your transaction (especially if you haven't done any update into database tables) If commit work doesn't work or you ...