SLS_SALES_ORDER_ITEM SAP (Structure SalesOrderItems for proxies) Structure details

Dictionary Type: Structure
Description: Structure SalesOrderItems for proxies




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




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

SLS_SALES_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 "Structure SalesOrderItems for proxies" 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_SLS_SALES_ORDER_ITEM TYPE SLS_SALES_ORDER_ITEM.

The SLS_SALES_ORDER_ITEM table consists of various fields, each holding specific information or linking keys about Structure SalesOrderItems for proxies data available in SAP. These include ARKTX (Short text for sales order item), ABGRU (Reason for rejection of quotations and sales orders), FAKSP (Billing block for item), MATNR (Material 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 (Deep)


SAP SLS_SALES_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
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
ABGRUReason for rejection of quotations and sales orders ABGRUCHAR2ABGRU
FAKSPBilling block for item FAKSP_APCHAR2Assigned to domainFAKSP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
LPRIODelivery Priority LPRIONUMC2Assigned to domainLPRIO
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
FKDATBilling date for billing index and printout FKDATDATS8DATUM
KWMENGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
KBMENGCumulative confirmed quantity in sales unit KBMENGQUAN15(3) MENG15
BRGEWGross Weight of the Item BRGEW_APQUAN15(3) MENG15
NTGEWNet Weight of the Item NTGEW_APQUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VOLUMVolume of the item VOLUM_APQUAN15(3) MENG15
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
NETWRNet value of the order item in document currency NETWR_APCURR15(2) WERTV8
NETPRNet price NETPRCURR11(2) WERTV6
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
PARTY 0
BUYERSold-to party KUNAGCHAR10ALPHAKUNNRVAG
BUYER_NAMEName NAME1CHAR30TEXT30
GOODS_RECIPIENTShip-to party KUNWECHAR10ALPHAKUNNR
GOODS_RECIPIENT_NAMEName NAME1CHAR30TEXT30
BILL_TOBill-to party KUNRECHAR10ALPHAKUNNRKUN
BILL_TO_NAMEName NAME1CHAR30TEXT30
PAYERPayer KUNRGCHAR10ALPHAKUNNR
PAYER_NAMEName NAME1CHAR30TEXT30
RESP_EMPLOYEECustomer Numbers KUNNRCHAR10ALPHAKUNNRKUNC_KUNNR
RESP_EMPLOYEE_NAMEName NAME1CHAR30TEXT30
SALES_ORGANISATIONSales Organization VKORGCHAR4VKORGVKOC_VKORG
SCHEDULE_LINE 0

Key field Non-key field



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

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

How to access SAP table SLS_SALES_ORDER_ITEM

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