STRUC_BILLING is an SAP Structure so does not store data like a database table does but can be used to process "Structure for Billing Manager" 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_STRUC_BILLING TYPE STRUC_BILLING .
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 |
FIELD | CHAR35 | CHAR | 35 | Data Element Type CHAR Length 35 | ||
LOW | CHAR200 | CHAR | 200 | Text field length 200 |
Key field | |
Non-key field |
STRUC_BILLING - Structure for Billing Manager STRUC_BELNR - Structure: Billing Document No. STRUC_BAPI_ENTRYSHEET_CREATE - Structure for bapi_entrysheet_create STRUC_AUTH - Structure for Authorization STRUC_ASSIGNMENT_BY_VALUE_RFW - Structure f.assignment of graph by attrib. value comparison STRUC_ANLAGE - Structure with Installation Key