SAP BAPI7050 BAPI Claim Header Table data and field list

BAPI7050 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 "BAPI Claim Header" 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_BAPI7050 TYPE BAPI7050.

The BAPI7050 table consists of various fields, each holding specific information or linking keys about BAPI Claim Header data available in SAP. These include NOTIF_TYPE (Notification Type), WBS_ELEMENT (WBS Element), OPPONENT (Partner Type), CUSTOMER (Customer 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. .

BAPI7050 structure Technical Details:

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


SAP BAPI7050 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 BAPI7050 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
NOTIFICATNotification No QMNUMCHAR12QMELALPHAQMNUMIQM
NOTIF_TYPENotification Type QMARTCHAR2TQ80QMARTQMR
WBS_ELEMENTWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
OPPONENTPartner Type PS_OPPONENTCHAR2OPPONENT
CUSTOMERCustomer Number KUNUMCHAR10KNA1ALPHAKUNNRKUN
VEND_NOVendor Account Number LIFNUMCHAR10Assigned to domainALPHALIFNRLIF
CONTACTNumber of contact person PARNRNUMC10PARNRVPA
DESCRIPTShort Text QMTXTCHAR40TEXT40
CHANCEChance of Completing a Claim PS_CHANCENUMC2PS_CHANCE
PRIOTYPEPriority Type ARTPRCHAR2Assigned to domainARTPR
PRIORITYPriority PRIOKCHAR1Assigned to domainPRIOKPRIOK
QWRNUMReference Notification Number QWRNUMCHAR12Assigned to domainALPHAQMNUMIQM
REFNUMExternal Reference Number QMEXTNRCHAR20CHAR020
LANGULanguage Key SYLANGULANG1ISOLASYLANGU
SALES_ORDSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
S_ORD_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
DELIV_NUMBDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
DELIV_POSDelivery Item QPOSNR_VLNUMC6Assigned to domainPOSNR
PURCH_NO_CCustomer purchase order number BSTKDCHAR35BSTKD
PO_NUMBERPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP

Key field Non-key field



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

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

How to access SAP table BAPI7050

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

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