BAPI_0050_HEADER_GET is an SAP Structure so does not store data like a database table does but can be used to process "Header data for entry document" 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_GET TYPE BAPI_0050_HEADER_GET .
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 |
FM_AREA | FIKRS | CHAR | 4 | FM01 | Financial Management Area | |
DOC_YEAR | BUKU_DOCYEAR | NUMC | 4 | Document Year | GJAHR | |
DOCUMENT | BUED_DOCNR | CHAR | 10 | FMBH | Budget entry document number | ALPHA |
VERSION | BUKU_VERSION | CHAR | 3 |
* | Budget version | ALPHA |
DOCDATE | BP_BLDAT | DATS | 8 | Document Date | ||
PSTNG_DATE | BUDAT | DATS | 8 | Posting Date in the Document | ||
DOCTYPE | BUED_DOCTYPE | CHAR | 4 | FMEDDOCTYPE | Budget entry document type | |
DOCSTATE | BUED_DOCSTATE | CHAR | 1 | Status of a budget entry document | ||
PROCESS | BUKU_PROCESS_UI | CHAR | 4 | BUPROCESS_UI | Budgeting Process | |
REV_STATUS | BP_RSTAT | CHAR | 1 | Reversal status | ||
REV_REFNR | BUED_REV_REFNR | CHAR | 10 | FMBH | Reversal Reference Document Number | ALPHA |
DOCFAM | BUED_DOCFAM | CHAR | 10 | Document Family Number | ALPHA | |
TECH_ORIGIN | BUKU_TECHORG | CHAR | 10 |
* | Original Application | |
CRTUSER | BUKU_CRTUSER | CHAR | 12 | User Who Created or Updated the Object | ||
CRTDATE | BUKU_CRTDATE | DATS | 8 | Date on which the object was created or updated | ||
CRTTIME | BUKU_CRTTIME | TIMS | 6 | Time at which the object was created or updated | ||
LONG_TEXT_IND | BP_LTEXT | CHAR | 1 | Long Text Exists | ||
LOG_SYSTEM | LOGSYS | CHAR | 10 |
* | Logical system | ALPHA |
Key field | |
Non-key field |
BAPI_0050_HEADER_GET - Header data for entry document 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