EBPP_TRPSPLITITEM SAP (trade receivables payables item splititem) Structure details

Dictionary Type: Structure
Description: trade receivables payables item splititem




ABAP Code to SELECT data from EBPP_TRPSPLITITEM
Related tables to EBPP_TRPSPLITITEM
Access table EBPP_TRPSPLITITEM




Structure field list including key, data, relationships and ABAP select examples

EBPP_TRPSPLITITEM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "trade receivables payables item splititem" 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_EBPP_TRPSPLITITEM TYPE EBPP_TRPSPLITITEM.

The EBPP_TRPSPLITITEM table consists of various fields, each holding specific information or linking keys about trade receivables payables item splititem data available in SAP. These include FULLPAYENDDATE (), DEFFEREDDUEDATE (), NORMCASHDISCOUNTDATE (), MAXCASHDISCOUNTDATE ().. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EBPP_TRPSPLITITEM structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ID 0
FULLPAYENDDATE 0
DEFFEREDDUEDATE 0
NORMCASHDISCOUNTDATE 0
MAXCASHDISCOUNTDATE 0
TR_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TR_AMOUNTAmount in document currency WRBTRCURR13(2) WERT7
NORMCASHDISCOUNTAMOUAmount in document currency WRBTRCURR13(2) WERT7
MAXCASHDISCOUNTAMOUAmount in document currency WRBTRCURR13(2) WERT7
NORMCASHDISCOUNTPERC 0
MAXCASHDISCOUNTPERC 0
PAYMENTBLOCKEDINDCheckbox XFELDCHAR1XFELD
CLEARINGSTATUSCODE 0
PAYMENT_BLOCK_REASON_CODE Payment Blocking Reason Code0
PAY_DIR_ASS_INDCheckbox XFELDCHAR1XFELD
PAY_DIR_INIT_DATE 0
PAYMENT_FORM_CODE 0
PAYMENT_INIT_NOTE 0
PAYMENT_INIT_NOTE_LANGUCharacter field of 9 digits CHAR9CHAR9CHAR9
AGREED_PAY_DATE 0
CLEARING_DATE 0
CLEARING_VAL_DATE 0
CLEAR_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CLEARED_AMOUNTAmount in document currency WRBTRCURR13(2) WERT7
CASHDISC_AMOUNTAmount in document currency WRBTRCURR13(2) WERT7
CLEARING_CATEGORY_CODE 0
DISPUTED_INDCheckbox XFELDCHAR1XFELD
GROUPID 0
CLEARING_AMOUNT_PROV_DOCID 0
CLEARING_AMOUNT_PROV_DOC_TYPE 0
PAYMENT_REGISTER_ITEM_ID 0
PAYMENT_REGISTER_ITEM_TYPE 0
CHANGE_STATE_ID 0
CLEARING_STATUS_DESCRIPTION 0
PAYMENT_BLOCK_REASON_NAME Payment Blocking Reason Description0
PAYMENT_BLOCK_REASON_NAME_LANG 0
NOTE note for 'splititem'0
NOTE_LANGLanguage Key LANGULANG1Assigned to domainISOLASPRAS
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP structure EBPP_TRPSPLITITEM using ABAP code?

As EBPP_TRPSPLITITEM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EBPP_TRPSPLITITEM as there is no data to select.

How to access SAP table EBPP_TRPSPLITITEM

Within an ECC or HANA version of SAP you can also view further information about EBPP_TRPSPLITITEM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!