/XLSO/S_BILL_TO_PARTY_ADDRESS SAP (Bill-to Party Address Details) Structure details

Dictionary Type: Structure
Description: Bill-to Party Address Details




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




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

/XLSO/S_BILL_TO_PARTY_ADDRESS 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 "Bill-to Party Address 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_BILL_TO_PARTY_ADDRESS TYPE /XLSO/S_BILL_TO_PARTY_ADDRESS.

The /XLSO/S_BILL_TO_PARTY_ADDRESS table consists of various fields, each holding specific information or linking keys about Bill-to Party Address Details data available in SAP. These include FIRST_NAME (First name), LAST_NAME (Last name), STREET (Street), HOUSE_NUMBER (House 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 (character-type or numeric)


SAP /XLSO/S_BILL_TO_PARTY_ADDRESS 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
BIIL_TO_PARTYCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_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

Key field Non-key field



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

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

How to access SAP table /XLSO/S_BILL_TO_PARTY_ADDRESS

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