COBL_MRM_FF is an SAP Structure so does not store data like a database table does but can be used to process "Auxiliary Structure - Final Account Assignment Indicator" 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_COBL_MRM_FF TYPE COBL_MRM_FF .
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 |
AA_FINAL_IND | AA_FINAL_IND | CHAR | 1 | Final Account Assignment Indicator | ||
AA_FINAL_QTY | AA_FINAL_QTY | QUAN | 13(3) | Final Account Assignment Quantity | ||
AA_FINAL_QTY_F | AA_FINAL_QTY_F | FLTP | 16(16) | Final Account Assignment Quantity (Floating Point Number) | ||
PARKED_QTY | PARKED_QTY | QUAN | 13(3) | Parked Invoice Quantity | ||
PARKED_QTY_F | PARKED_QTY_F | FLTP | 16(16) | Parked Invoice Quantity (Floating Point Number) |
Key field | |
Non-key field |
COBL_MRM_FF - Auxiliary Structure - Final Account Assignment Indicator COBL_MRM_D - Account Assignment Fields, Logistics IV, Online COBL_MRM - Account Assignment Fields for Invoice Verification COBL_MB - Fields from COBL that must not be overwritten COBL_IBAPI_UPDATE - Update Bar COBL (for BAPI Processing) COBL_HEADER - Sender/Receiver Header Information from COBL