SAP BAPI2088_PARTNER Partners for Service Order Table data and field list

BAPI2088_PARTNER 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 "Partners for Service Order" 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_BAPI2088_PARTNER TYPE BAPI2088_PARTNER.

The BAPI2088_PARTNER table consists of various fields, each holding specific information or linking keys about Partners for Service Order data available in SAP. These include PARTN_ROLE (Partner Function), COUNTER (Counter for differentiation 6-digit), OBJECT_TYPE (Object Category), PARTNER (Partner)... 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. .

BAPI2088_PARTNER structure Technical Details:

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


SAP BAPI2088_PARTNER 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 BAPI2088_PARTNER 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
OBJECT_NOObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
PARTN_ROLEPartner Function PARVWCHAR2TPARPARVWPARVWPAR
COUNTERCounter for differentiation 6-digit I_COUNTNUMC6NUM6
OBJECT_TYPEObject Category J_OBTYPCHAR3Assigned to domainJ_OBTYP
PARTNERPartner I_PARNRCHAR12ALPHAI_PARNR
CREAT_DATEDate on Which Record Was Created ERDATDATS8DATUM
POS_TIMETime, at Which Record Was Added ERZEITTIMS6UHRZT
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CH_ONChanged On AEDATDATS8DATUM
CH_ATTime of Change AEZEITTIMS6UHRZT
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
DELETE_FLAGDelete Data Record KZLOESCHCHAR1CHAR1
ADDR_NOAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
PARTTIMEZOTime Zone for Partner TZONSPCHAR6TTZZTZNZONE
ROLE_DESCRIPTIONName VTXTKCHAR20TEXT20
NAME1Name 1 AD_NAME1CHAR40TEXT40
NAME2Name 2 AD_NAME2CHAR40TEXT40
NAME3Name 3 AD_NAME3CHAR40TEXT40
NAME4Name 4 AD_NAME4CHAR40TEXT40
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
POST_CODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
COUNTRY_ISOCountry key in ISO code LAND1_ISOCHAR2INTCA
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
PO_BOXPO Box AD_POBXCHAR10CHAR10
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LANGU_ISOISO code for language key SPRAS_ISOCHAR2LAISO
TEL_NUMBERFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
FAX_NUMBERFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
TLX_NUMBERTelex number AD_TLXNMBRCHAR30TEXT30
TTX_NUMBERTeletex number AD_TTXNMBRCHAR30TEXT30
SORT1Search Term 1 AD_SORT1CHAR20CHAR20
NAME_LISTName for list displays I_NAME_LSTCHAR35NAME
REMARKAddress notes AD_REMARK1CHAR50TEXT50
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10

Key field Non-key field



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

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

How to access SAP table BAPI2088_PARTNER

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

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