WLF_INVC_API_ITEM_COND_DATA SAP (Agency Business: Item condition API data - hierarchical) Structure details

Dictionary Type: Structure
Description: Agency Business: Item condition API data - hierarchical




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




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

WLF_INVC_API_ITEM_COND_DATA 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: Item condition API data - hierarchical" 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_WLF_INVC_API_ITEM_COND_DATA TYPE WLF_INVC_API_ITEM_COND_DATA.

The WLF_INVC_API_ITEM_COND_DATA table consists of various fields, each holding specific information or linking keys about Agency Business: Item condition API data - hierarchical data available in SAP. These include OLDNR (Document number of the reference document), OLDPO (Document item of the reference document), WBELN (Agency Business: Document Number), KPOSN (Condition item number).. 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 WLF_INVC_API_ITEM_COND_DATA 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
CONDITION_DATA 0
OLDNRDocument number of the reference document OLDNR_LFCHAR10CHAR10
OLDPODocument item of the reference document OLDPO_LFNUMC6NUMC6
WBELNAgency Business: Document Number WBELN_LFCHAR10ALPHAWBELNWLF
KPOSNCondition item number KPOSNNUMC6NUM6
KSCHLCondition type KSCHACHAR4KSCHLVKS
KBETRCondition rate BAPIKBETR1DEC28(9) BAPICUREXT
KAWRTCondition base value BAPIKAWRT1DEC28(9) BAPICUREXT
KWERTCondition value BAPIKWERT1DEC28(9) BAPICUREXT
KSTBSScale base value of the condition BAPIKSTBS1DEC28(9) BAPICUREXT
KWAEHCondition currency (for cumulation fields) KWAEHCUKY5WAERSFWS
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit KMEINUNIT3CUNITMEINS
KNUMHCondition record number KNUMHCHAR10KNUMB
KRECHCalculation type for condition KRECHCHAR1KRECH
KRUEKCondition is Relevant for Accrual (e.g. Freight) KRUEKCHAR1XFELD
KINAKCondition is inactive KINAKCHAR1KINAK
KNTYPCondition category (examples: tax, freight, price, cost) KNTYPCHAR1KNTYP
KDATUCondition pricing date KDATUDATS8DATUM
KRELICondition for invoice list KRELICHAR1KRELI
KOLNRAccess sequence - Access number KOLNRNUMC2KOLNR
KSTEUCondition control KSTEUCHAR1KSTEU
KHERKOrigin of the condition KHERKCHAR1KHERK
KSTATCondition is used for statistics KSTATCHAR1XFELD
KAPPLApplication KAPPLCHAR2KAPPLKAP
KONWSScale currency KONWSCUKY5WAERSFWS
KONMSCondition scale unit of measure KONMSUNIT3CUNITMEINS
WAERSCurrency Key WAERSCUKY5WAERSFWS
KOPOSSequential number of the condition KOPOSNUMC2NUM02
KVSL1Account key KVSL1CHAR3KVSCHL
KVSL2Account key - accruals / provisions KVSL2CHAR3KVSCHL
KZBZGScale basis indicator KZBZGCHAR1KZBZG
STUNRStep number STUNRNUMC3STUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
KOAIDCondition class KOAIDCHAR1KOAID
SAKN1G/L Account Number SAKNRCHAR10ALPHASAKNRSAKC_SAKNR
SAKN2G/L Account Number SAKNRCHAR10ALPHASAKNRSAKC_SAKNR
KUMZANumerator for converting condition units to base units KUMZADEC5UMBSZ
KUMNEDenominator for converting condition units to base units KUMNEDEC5UMBSN
KKURSCondition exchange rate for conversion to local currency KKURSDEC9(5) KKURS
MWSK1Tax on sales/purchases code MWSKZCHAR2MWSKZ
MWSK2Withholding tax code WT_WITHCDCHAR2WT_WITHCD
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
.INCLU--AP 0
KBFLAGBit encrypted flags in Pricing KBFLAGRAW2KBFLAG
CONDITION_DATA_X 0
WBELNAgency Business: Document Number WBELN_LFCHAR10ALPHAWBELNWLF
POSNRAgency business: Document item WPOSNR_LFNUMC6WPOSNR
STUNRStep number STUNRNUMC3STUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
KSCHLCondition type KSCHACHAR4KSCHLVKS
KBETRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WAERSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KMEINUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KPEINUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UPDKZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KWERT_INXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KSTEU_INXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
.INCLU--AP 0
KWERTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KSTEUUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table WLF_INVC_API_ITEM_COND_DATA

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