SAP Managed Tags: ABAP Development Hi SDN, In mode test (without commit work): Is it necessary to perform BAPI_TRANSACTION_ROLLBACK, after calling the BAPI? In this case BAPI_ASSET_RETIREMENT_POST in what circ
SAP Managed Tags: ABAP Development To commit changes made by BAPIs like BAPI_PO_CREATE1 it is necessary to call BAPI_TRANSACTION_COMMIT. Question is: Is it also necessary to call BAPI_TRANSACTION_ROLLBACK in case of an error? e.g. BAPI_PO_CREATE1 does not succeed and returns an err...
SAP Managed Tags ABAP Development To commit changes made by BAPIs like BAPI_PO_CREATE1 it is necessary to call BAPI_TRANSACTION_COMMIT. Question is: Is it also necessary to call BAPI_TRANSACTION_ROLLBACK in case of an error? e.g. BAPI_PO_CREATE1 does not succeed and returns an error...