SLS_SALES_ORDER_PROXY SAP (Structure SalesOrder for proxies) Structure details

Dictionary Type: Structure
Description: Structure SalesOrder for proxies




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




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

SLS_SALES_ORDER_PROXY 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 SalesOrder 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_PROXY TYPE SLS_SALES_ORDER_PROXY.

The SLS_SALES_ORDER_PROXY table consists of various fields, each holding specific information or linking keys about Structure SalesOrder for proxies data available in SAP. These include AUDAT (Document Date (Date Received/Sent)), AUART (Sales Document Type), AUGRU (Order reason (reason for the business transaction)), BSTKD (Customer purchase order 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_PROXY 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
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
AUDATDocument Date (Date Received/Sent) AUDATDATS8DATUM
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
AUGRUOrder reason (reason for the business transaction) AUGRUCHAR3Assigned to domainAUGRU
BSTKDCustomer purchase order number BSTKDCHAR35BSTKD
BSTDKCustomer purchase order date BSTDKDATS8DATUM
LIFSKDelivery block (document header) LIFSKCHAR2Assigned to domainLIFSP
FAKSKBilling block in SD document FAKSKCHAR2Assigned to domainFAKSP
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
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
KETDATRequested delivery date of the document KETDATCHAR10ETDAT
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
PRSDTDate for pricing and exchange rate PRSDTDATS8DATUM
BTGEWTotal Weight GSGEWQUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
NETWRNet Value of the Sales Order in Document Currency NETWR_AKCURR15(2) WERTV8
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
AUTLFComplete delivery defined for each sales order? AUTLFCHAR1XFELD
FKDATBilling date for billing index and printout FKDATDATS8DATUM
ITEM 0

Key field Non-key field



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

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

How to access SAP table SLS_SALES_ORDER_PROXY

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