BAPI_0050_HEADER_ADD is an SAP Structure so does not store data like a database table does but can be used to process "Header additionnal data" 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_0050_HEADER_ADD TYPE BAPI_0050_HEADER_ADD .
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 |
PERS_RESP | BP_VERANT | CHAR | 20 | Person Responsible for Planning/Budgeting | ||
HEADER_TEXT | BUED_HDTEXT | CHAR | 50 | Header Text for Budget Entry Document | ||
PUBLAW | FM_PUBLAW | CHAR | 20 | Public Law Cited | ||
LEGIS | FM_LEGIS | CHAR | 1 | Type of Legislation | ||
COHORT | FM_COHORT | CHAR | 4 | Reporting Year for Cohort | ||
TEXT_NAME | BP_TDNAM | CHAR | 32 | Text Name | ||
REF_ORG_UN | AWORG | CHAR | 10 | Reference Organizational Units | ||
REF_DOC | AWREF | CHAR | 10 | Reference Document Number | ALPHA | |
OBJ_SYS | AWSYS | CHAR | 10 |
* | Logical system of source document | ALPHA |
OBJ_TYPE | AWTYP | CHAR | 5 |
* | Reference Transaction | |
TRANSFER_AGENCY | FMFG_TRANSFER_AGCY | CHAR | 2 |
* | Transfer Agency | |
TRANSFER_ACCOUNT | FMFG_TRANSFER_ACCT | CHAR | 4 |
* | Transfer Account | |
RCOMP | RASSC | CHAR | 6 |
* | Company ID of trading partner | ALPHA |
DOCFAM | BUED_DOCFAM | CHAR | 10 | Document Family Number | ALPHA |
Key field | |
Non-key field |
BAPI_0050_HEADER_ADD - Header additionnal data BAPI_0050_HEADER - Header data for Entry document - Method Create BAPI_0050_FIELDS - Single fields parameters for Entry Document BAPI_0038_TEXT - Funded Program text structure BAPI_0038_MEASURE_OPTIONS - Select Options for Funded Program BAPI_0038_KEY - Funded Program key structure