FKK_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 FKK_EBPP_TRPSPLITITEM
Related tables to FKK_EBPP_TRPSPLITITEM
Access table FKK_EBPP_TRPSPLITITEM




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

FKK_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_FKK_EBPP_TRPSPLITITEM TYPE FKK_EBPP_TRPSPLITITEM.

The FKK_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 FKK_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_AMOUNTCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
NORMCASHDISCOUNTAMOUCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
MAXCASHDISCOUNTAMOUCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
NORMCASHDISCOUNTPERC 0
MAXCASHDISCOUNTPERC 0
PAYMENTBLOCKEDINDCheckbox XFELDCHAR1XFELD
CLEARINGSTATUSCODE 0
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_AMOUNTCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
CASHDISC_AMOUNTCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
CLEARING_CATEGORY_CODE description of clearing category code0
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
CLEARINGSTATUSDESCRIPTION 0
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CLEARING_CATEGORY_DESCRIPTION description of clearing category code0

Key field Non-key field



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

As FKK_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 FKK_EBPP_TRPSPLITITEM as there is no data to select.

How to access SAP table FKK_EBPP_TRPSPLITITEM

Within an ECC or HANA version of SAP you can also view further information about FKK_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!