ISU_BI_COLL_BILL_S_SD_ITEM_P2 SAP (SD Document Pricing Line Items) Structure details

Dictionary Type: Structure
Description: SD Document Pricing Line Items




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




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

ISU_BI_COLL_BILL_S_SD_ITEM_P2 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 "SD Document Pricing Line Items" 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_ISU_BI_COLL_BILL_S_SD_ITEM_P2 TYPE ISU_BI_COLL_BILL_S_SD_ITEM_P2.

The ISU_BI_COLL_BILL_S_SD_ITEM_P2 table consists of various fields, each holding specific information or linking keys about SD Document Pricing Line Items data available in SAP. These include KPOSN (Condition item number), STUNR (Step number), ZAEHK (Condition counter), KAPPL (Application).. 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 (Deep)


SAP ISU_BI_COLL_BILL_S_SD_ITEM_P2 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
WA_SD_ITEM_P2 0
KPOSNCondition item number KPOSNNUMC6NUM6
STUNRStep number STUNRNUMC3STUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
KAPPLApplication KAPPLCHAR2KAPPLKAP
KSCHLCondition type KSCHACHAR4KSCHLVKS
KRECHCalculation type for condition KRECHCHAR1KRECH
KAWRTCondition base value KAWRTCURR15(2) WERTV8
AWEINRate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
AWEI1Rate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
KBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
KOEINRate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
KOEI1Rate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
KKURSCondition exchange rate for conversion to local currency KKURSDEC9(5) KKURS
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit in the document KVMEIUNIT3CUNITMEINS
KUMZANumerator for converting condition units to base units KUMZADEC5UMBSZ
KUMNEDenominator for converting condition units to base units KUMNEDEC5UMBSN
KNTYPCondition category (examples: tax, freight, price, cost) KNTYPCHAR1KNTYP
KSTATCondition is used for statistics KSTATCHAR1XFELD
KHERKOrigin of the condition KHERKCHAR1KHERK
KWERTCondition value KWERTCURR13(2) WERTV7
KSTEUCondition control KSTEUCHAR1KSTEU
KINAKCondition is inactive KINAKCHAR1KINAK
KOAIDCondition class KOAIDCHAR1KOAID
KNUMTNumber of texts KNUMTCHAR10KNUMB
DRUKZPrint ID for condition lines DRUKZCHAR1DRUKZ
VTEXTDescription BEZEI40CHAR40TEXT40
MWSKZTax on sales/purchases code MWSKZCHAR2MWSKZ
STUFELevel (in multi-level BOM explosions) HISTUDEC2DEC2
WEGXXPath (for multi-level BOM explosions) WEGXXDEC4DEC4
KFAKTORFactor for condition base value KFAKTORFLTP16(16) FLTP
NRMNGDiscount in kind: Inclusive bonus quantity of item NRMNGQUAN13(3) MENG13
MDFLGIndicator: Matrix maintenance MDFLGCHAR1MDFLG
KWERT_EUROCondition value KWERTCURR13(2) WERTV7

Key field Non-key field



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

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

How to access SAP table ISU_BI_COLL_BILL_S_SD_ITEM_P2

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