SEBPP_REC_INV_DISP is an SAP Structure so does not store data like a database table does but can be used to process "SAP Biller Direct: Bill Receipt Processing: Display" 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_SEBPP_REC_INV_DISP TYPE SEBPP_REC_INV_DISP .
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 |
SENDER | EBPP_REC_SENDER | CHAR | 20 | TEBPP_REC_INV_I | SAP Biller Direct: Biller | |
INVID | APAR_EBPP_INVID | CHAR | 40 | TEBPP_REC_INV_I | Bill Number of a Biller Direct Bill | |
PROCESSOR | UNAME | CHAR | 12 | User Name | ||
PROCESS_DATE | DATUM | DATS | 8 | Date | ||
PROCESS_TIME | UZEIT | TIMS | 6 | Time | ||
IDOCNUM | EDI_DOCNUM | NUMC | 16 | IDoc number | ||
BUS_OBJECT_TYPE | SAEANWDID | CHAR | 10 |
* | SAP ArchiveLink: Object type of business object | |
BUS_OBJECT_ID | SAEOBJID | CHAR | 50 | SAP ArchiveLink: Object ID (object identifier) |
Key field | |
Non-key field |
SEBPP_REC_INV_DISP - SAP Biller Direct: Bill Receipt Processing: Display SEBEW - Material-Values-Block Table Valuated Sales Order Stock SEBAN - Transfer Structure for Read Accesses SEA_WBK_LANGUAGE_S - Language SEA_WBK_DDLANGUAGE_RANGE_S - Range structure for language elements SEA_WBK_DDIC_OBJECT_S - Type and name of DDIC object