After that when i am using BAPI_TRANSACTION_COMMIT, It cause a short dump. I also tried Commit work and wait. But the response is same. Please help me, this is really urgent. --> It may be urgent for you, but i
Everything works fine and i'm getting the notification no in the BAPI. But when i'm doing commit calling the BAPI 'BAPI_TRANSACTION_COMMIT'. Its giving dump Pls let me know if anyone has any suggestions how to overcome this Thanks a lot...
1、通常来讲我们调用EAM_TASKLIST_POST函数,会认为不需要进行Commit Work,但是对于任务清单来讲,Commit Work还是少不了的。 2、如果不调用EAM_TASKLIST_POST,而直接调用BAPI_TRANSACTION_COMMIT是否可行? 不可以,系统直接会提示ABAP DUMP,所以以上两个FM是配合使用的。 3、EAM_TASKLIST_CREATE创建任务清单时,每次只可...
BAPI_TRANSACTION_COMMIT - Execute external Commit when using BAPIs *--- I got dump from BAPI_PS_PRECOMMIT : *--- Function module CJDW_PROJ_MODIFY : old syntax (do that also if ldst not activated) IF *proj-pspnr <> i_proj-pspnr. RAISE pspnr. ENDIF. *--- i_proj-pspnr = ...
If the system doesn't continue at the line right after BAPI_TRANSACTION_COMMIT call, the only possibility I see is that it is because of a runtime error (leading to a dump). Did you see that by debug? What is the next statement. Check the dumps in ST22 transaction, and tell us if...
REPORT ZWGX013. * DATA LR_DOC TYPE REF TO CL_DOCUMENT. * DATA LV_KEY TYPE BAPIACHE09-OBJ_KEY. CLASS CL_DOCUMENTDEFINITION. PUBLICSECTION. METHODS SET_HEAD IMPORTING HEADER_TXTTYPE BKTXT COMP_CODETYPE BUKRS DOC_DATETYPE DATS PSTNG_DATETYPE DATS ...
call function 'BAPI_TRANSACTION_COMMIT' exporting wait = 'X'. *修改工单数量 perform frm_pro_quantity_change using lv_order_number gt_alv2-gamng_new changing gt_alv2-rtype gt_alv2-rtmsg. else. call function 'BAPI_TRANSACTION_ROLLBACK'. ...
4. BAPI_TRANSACTION_COMMIT/BAPI_TRANSACTION_ROLLBACK This is the seuqence SAP recommends in the documentation. And make sure the return value of PRECOMIT is good before doing the actual COMMIT/ROLLBACK. Otherwise it will end with a short-dump. Regards, Sumant. Reply ...
After acquisition posting we are using BAPI_TRANSACTION_COMMIT. After that standard MIGO transaction creates material document and should commit accounting document. But accounting document commit is not happening and giving dump error. Please suggest how to resolve this problem. Thanks and Regards Prash...
PO_ITEMX X Execute BAPI_PO_CREATE1 and BAPI_TRANSACTION_COMMIT and check the PO created. Run T-code ME23N to display the PO which created in step 5. Item number is 10 which is (taken from customizing) not taken from BAPI. Cause ...