SDDP_ORDER_ITEM SAP (Condition-Based Downpayments: Order Item Data) Structure details

Dictionary Type: Structure
Description: Condition-Based Downpayments: Order Item Data




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




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

SDDP_ORDER_ITEM 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 "Condition-Based Downpayments: Order Item Data" 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_SDDP_ORDER_ITEM TYPE SDDP_ORDER_ITEM.

The SDDP_ORDER_ITEM table consists of various fields, each holding specific information or linking keys about Condition-Based Downpayments: Order Item Data data available in SAP. These include ITM_NUMBER (Sales Document Item), PAYER (Payer), TAX_CODE (Tax on sales/purchases code), REL_FOR_BILLING (Relevant for Billing).. 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 SDDP_ORDER_ITEM 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
DOC_NUMBERSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
ITM_NUMBERSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
PAYERPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
REL_FOR_BILLINGRelevant for Billing FKRELCHAR1FKREL
REASON_REJReason for rejection of quotations and sales orders ABGRUCHAR2ABGRU
REQ_QTYCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
REQ_QTY_OPENCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
RETOUREReturns Item SHKZG_VACHAR1XFELD
ORDER_NET_VALUENet value of the order item in document currency NETWR_APCURR15(2) WERTV8
ORDER_TAX_VALUETax amount in document currency MWSBPCURR13(2) WERTV7
ORDER_GROSS_VALUEGross value of the billing item in document currency BRTWR_FPCURR15(2) WERTV8
ORDER_GROSS_OPENGross value of the billing item in document currency BRTWR_FPCURR15(2) WERTV8
CURRENCYSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
DLV_QTY_CUM_OLDActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
INV_QTY_CUM_OLDActual Invoiced Quantity FKIMGQUAN13(3) MENG13
INV_NET_CUM_OLDNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
INV_TAX_CUM_OLDTax amount in document currency MWSBPCURR13(2) WERTV7
INV_GROSS_CUM_OLDGross value of the billing item in document currency BRTWR_FPCURR15(2) WERTV8
INV_QTY_CUM_NOWActual Invoiced Quantity FKIMGQUAN13(3) MENG13
INV_NET_CUM_NOWNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
INV_TAX_CUM_NOWTax amount in document currency MWSBPCURR13(2) WERTV7
INV_GROSS_CUM_NOWGross value of the billing item in document currency BRTWR_FPCURR15(2) WERTV8
DOWN_PAY_REQCondition value KWERTCURR13(2) WERTV7
DOWN_PAY_CLEAREDCondition value KWERTCURR13(2) WERTV7
DOWN_PAY_OPENCondition value KWERTCURR13(2) WERTV7
BSEG_PROV_IAmount in document currency WRBTRCURR13(2) WERT7
BSEG_CONS_IAmount in document currency WRBTRCURR13(2) WERT7
BSEG_PROV_HAmount in document currency WRBTRCURR13(2) WERT7
BSEG_CONS_HAmount in document currency WRBTRCURR13(2) WERT7
NO_BSEG_TAX_CODECheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SDDP_ORDER_ITEM

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