KOMPLKC SAP (Agency Business: Posting List Header Fields) Structure details

Dictionary Type: Structure
Description: Agency Business: Posting List Header Fields




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




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

KOMPLKC 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 "Agency Business: Posting List Header Fields" 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_KOMPLKC TYPE KOMPLKC.

The KOMPLKC table consists of various fields, each holding specific information or linking keys about Agency Business: Posting List Header Fields data available in SAP. These include WFDAT (Agency business: Posting date), ZTERMD (Terms of Payment Key), ZLSCHD (Payment Method), BLDAT (Document Date in Document).. 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: Can be enhanced (character-type or numeric)


SAP KOMPLKC 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
WBELNSettlement request: Posting list WBELN_RBCHAR10Assigned to domainALPHAWBELNWBL
WFDATAgency business: Posting date WFDATDATS8DATUM
ZTERMDTerms of Payment Key DZTERMCHAR4ZTERM
ZLSCHDPayment Method SCHZW_BSEGCHAR1Assigned to domainZLSCH
BLDATDocument Date in Document BLDATDATS8DATUM
WFDAT_RLAgency Business: Posting Date for the Remuneration List WFDAT_RLDATS8DATUM
WKURS_DATTranslation Date WWERT_DDATS8DATUM
WKURSExchange Rate WKURSDEC9(5) EXCRTKURSP
ZUONRAssignment Number DZUONRCHAR18ZUONR
KIDNOPayment Reference KIDNOCHAR30CHAR30
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
ZBD1TDCash Discount Period for Customer WZBD1TDDEC3ZBDXT
ZBD1PDCash discount percentage 1 customer WZBD1PDDEC5(3) PRZ23
ZBD2TDCash discount period 2 customer WZBD2TDDEC3ZBDXT
ZBD2PDCash Discount Percentage 2 Customer WZBD2PDDEC5(3) PRZ23
ZBD3TDDeadline for Customer Net Condition WZBD3TDDEC3ZBDXT
VALDTDAdditional Value Days (Customer) WVALTDNUMC2TAGE2
VALTGDAdditional value days WVALTGNUMC2TAGE2
TESTRUNSwitch to Simulation Session for Write BAPIs TESTRUNCHAR1BAPIFLAG

Key field Non-key field



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

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

How to access SAP table KOMPLKC

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