CLAIM SAP (Claim Management Data (Additional to Data in QMEL)) Structure details

Dictionary Type: Structure
Description: Claim Management Data (Additional to Data in QMEL)




ABAP Code to SELECT data from CLAIM
Related tables to CLAIM
Access table CLAIM




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

CLAIM 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 "Claim Management Data (Additional to Data in QMEL)" 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_CLAIM TYPE CLAIM.

The CLAIM table consists of various fields, each holding specific information or linking keys about Claim Management Data (Additional to Data in QMEL) data available in SAP. These include QMTXT (Short Text), QMART (Notification Type), QWRNUM (Reference Notification Number), REFNUM (External Reference 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: Not classified


SAP CLAIM 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
QMNUMNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
QMTXTShort Text QMTXTCHAR40TEXT40
QMARTNotification Type QMARTCHAR2Assigned to domainQMARTQMR
QWRNUMReference Notification Number QWRNUMCHAR12Assigned to domainALPHAQMNUMIQM
REFNUMExternal Reference Number QMEXTNRCHAR20CHAR020
COSTSEstimated Costs for a Claim PS_COSTSCURR13(2) WERTV7
PSP_NRWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
PROJECTProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
OPPONENTPartner Type PS_OPPONENTCHAR2OPPONENT
KUNUMCustomer Number KUNUMCHAR10Assigned to domainALPHAKUNNRKUN
LIFNUMVendor Account Number LIFNUMCHAR10Assigned to domainALPHALIFNRLIF
LS_KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
CURSORPOSCursor Field when Choosing CURSOCHAR30CHAR30
ARTPRPriority Type ARTPRCHAR2Assigned to domainARTPR
PRIOKPriority PRIOKCHAR1Assigned to domainPRIOKPRIOK
PRIOKXPriority Text PRIOKXCHAR20TEXT20
CHANCEChance of Completing a Claim PS_CHANCENUMC2PS_CHANCE
URGRPCode Group - Causes URGRPCHAR8Assigned to domainQCODEGRP
URTXTCause Text URSTXCHAR40TEXT40
URCODCause Code URCODCHAR4Assigned to domainQCODE
URTEXTShort Text for Code (Up to 40 Characters in Length) QTXT_CODECHAR40QKURZTEXT
SATEXTShort Text for Code (Up to 40 Characters in Length) QTXT_CODECHAR40QKURZTEXT
OTGRPCode Group - Object Parts OTGRPCHAR8Assigned to domainQCODEGRP
OTEILPart of Object OTEILCHAR4Assigned to domainQCODE
QTXTCDGROTShort Text for Object Part Code QTXTCDGROTCHAR80QTEXT80
PSPTXTPS: Short description (1st text line) PS_POST1CHAR40TEXT40
PROJTXTPS: Short description (1st text line) PS_POST1CHAR40TEXT40
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25

Key field Non-key field



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

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

How to access SAP table CLAIM

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