SAP BAPITRACKINGADDRESS Event message Location / Partner Address Table data and field list

BAPITRACKINGADDRESS 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 "Event message Location / Partner Address" 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_BAPITRACKINGADDRESS TYPE BAPITRACKINGADDRESS.

The BAPITRACKINGADDRESS table consists of various fields, each holding specific information or linking keys about Event message Location / Partner Address data available in SAP. These include PARTNER_Q (Qualifier for partner function), ADDRESS_T (Addr. type), PARTNER_ID (Partner no. (SAP)), JURISDIC (Location for tax calculation - Tax Jurisdiction Code)... 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. .

BAPITRACKINGADDRESS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPITRACKINGADDRESS structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPITRACKINGADDRESS table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ADDNUMAddress Number /SAPTRX/ADDNUMNUMC10NUM10
PARTNER_QQualifier for partner function EDI_3035CHAR3EDI_3035
ADDRESS_TAddr. type EDI_ADRTYPCHAR1EDI_ADRTYP
PARTNER_IDPartner no. (SAP) EDI_3039CHAR17IDOCFLD017
JURISDICLocation for tax calculation - Tax Jurisdiction Code JURISDICCHAR17IDOCFLD017
LANGUAGELanguage key EDI_LANGUCHAR2IDOCFLD002
FORMOFADDRForm of address EDI_ADRFRMCHAR15IDOCFLD015
NAME1Name or address line EDI_3124CHAR40IDOCFLD040
NAME2Name or address line EDI_3124CHAR40IDOCFLD040
NAME3Name or address line EDI_3124CHAR40IDOCFLD040
NAME4Name or address line EDI_3124CHAR40IDOCFLD040
NAME_TEXTName or address line (formatted) EDI_NAMETXCHAR50IDOCFLD050
NAME_COSubsequent line for name or address (c/o) EDI_NAMECOCHAR40IDOCFLD040
LOCATIONLocation description of location EDI_LOCATCHAR40IDOCFLD040
BUILDINGLocation description: Building EDI_BUILDCHAR10IDOCFLD010
FLOORLocation description: Floor EDI_FLOORCHAR10IDOCFLD010
ROOMLocation description: Room EDI_ROOMCHAR10IDOCFLD010
STREET1House number and street EDI_3042CHAR40IDOCFLD040
STREET2House number and street EDI_3042CHAR40IDOCFLD040
STREET3House number and street EDI_3042CHAR40IDOCFLD040
HOUSE_SUPLHouse number EDI_HOUSE1CHAR4IDOCFLD004
HOUSE_RANGHouse no. (interval) EDI_HOUSE2CHAR10IDOCFLD010
POSTL_COD1Postal code EDI_3251CHAR10IDOCFLD010
POSTL_COD3Postal code EDI_3251CHAR10IDOCFLD010
POSTL_AREAPost delivery district EDI_PSTLACHAR15IDOCFLD015
CITY1Town or city EDI_3164CHAR40IDOCFLD040
CITY2Town or city EDI_3164CHAR40IDOCFLD040
POSTL_PBOXPO Box EDI_POBOXCHAR10IDOCFLD010
POSTL_COD2Postal code EDI_3251CHAR10IDOCFLD010
POSTL_CITYTown or city EDI_3164CHAR40IDOCFLD040
TELEPHONE1Telephone number EDI_3148TECHAR30IDOCFLD030
TELEPHONE2Telephone number EDI_3148TECHAR30IDOCFLD030
TELEFAXFax number EDI_3148FXCHAR30IDOCFLD030
TELEXTelex number EDI_3148TLCHAR30IDOCFLD030
E_MAILE-Mail Address EDI_3148EMCHAR70IDOCFLD070
COUNTRY1Country indicator (ISO alphanumeric) ISOLANDALFCHAR3Assigned to domainLAND1
COUNTRY2Country indicator (ISO numeric) ISOLANDNUMCHAR3Assigned to domainLAND1
REGIONRegion, state EDI_3229CHAR3Assigned to domainREGIO
COUNTY_CODCounty Code (e.g. in USA) EDI_COUNCCHAR3IDOCFLD003
COUNTY_TXTCounty name (for example, in USA) EDI_COUNTCHAR25IDOCFLD025
TZCODELocation for time zone (SAP code) EDI_TZSAPCCHAR6IDOCFLD006
TZDESCLocation for time zone (external code) EDI_TZEXTCCHAR35IDOCFLD035

Key field Non-key field



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

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

How to access SAP table BAPITRACKINGADDRESS

Within an ECC or HANA version of SAP you can also view further information about BAPITRACKINGADDRESS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).