/XLSO/S_SO_DETAILS SAP (Booked Sales order details) Structure details

Dictionary Type: Structure
Description: Booked Sales order details




ABAP Code to SELECT data from /XLSO/S_SO_DETAILS
Related tables to /XLSO/S_SO_DETAILS
Access table /XLSO/S_SO_DETAILS




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

/XLSO/S_SO_DETAILS 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 "Booked Sales order details" 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_/XLSO/S_SO_DETAILS TYPE /XLSO/S_SO_DETAILS.

The /XLSO/S_SO_DETAILS table consists of various fields, each holding specific information or linking keys about Booked Sales order details data available in SAP. These include SALES_ORDER_NO (Sales Document), BILL_TO_PARTY_ADDRESS (), BIIL_TO_PARTY (Customer Numbers), FIRST_NAME (First name).. 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 /XLSO/S_SO_DETAILS 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
HEADER_DETAILS 0
SALES_ORDER_NOSales Document VBELN_VACHAR10ALPHAVBELNAUN
BILL_TO_PARTY_ADDRESS 0
BIIL_TO_PARTYCustomer Numbers KUNNRCHAR10ALPHAKUNNRKUNC_KUNNR
FIRST_NAMEFirst name AD_NAMEFIRCHAR40TEXT40
LAST_NAMELast name AD_NAMELASCHAR40TEXT40
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUMBERHouse Number AD_HSNM1CHAR10TEXT10
POSTAL_CODECity postal code AD_PSTCD1CHAR10CHAR10
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
STATEDescription BEZEI20CHAR20TEXT20
COUNTRYCountry Name LANDXCHAR15TEXT15
PHONEFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
MOBILE_PHONEFirst Mobile Telephone No.: Dialing Code + Number AD_MBNMBR1CHAR30CHAR30
FAXFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
ADDRESS_SHORTOne-line short form of formatted address AD_LINE_SCHAR80CHAR80
PAYMENT_OPTIONPayment Method /XLSO/E_PAY_METHODCHAR2/XLSO/D_PAY_METHOD
ORDER_SUBTOTALCurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
TAXCurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
ORDER_TOTALCurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
ITEM_DETAILS 0

Key field Non-key field



How do I retrieve data from SAP structure /XLSO/S_SO_DETAILS using ABAP code?

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

How to access SAP table /XLSO/S_SO_DETAILS

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