BAPI_COMMIT_WORK is an SAP Structure so does not store data like a database table does but can be used to process "FLAG: COMMIT WORK" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_BAPI_COMMIT_WORK TYPE BAPI_COMMIT_WORK .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
| Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
| COMMIT_WORK | BAPICOMMITWORK | CHAR | 1 | Commit Work |
| Key field | |
| Non-key field |
BAPI_COMMIT_WORK - FLAG: COMMIT WORK BAPI_COLL_SEGMENT - Collection Segment BAPI_COLL_PARTNER_KEY - Business Partner Key BAPI_COLL_LAST_PAYMENT - FSCM-COL: Last Payments of Business Partner BAPI_COLL_KEY_FIGURES - FSCM-COL: General Details/Key Figures BAPI_COLL_ITEMS_DEL - FSCM-COL: Items to Be Deleted