CLAIM_IS1 SAP (Reporting Structure for CLAIMIS1) Structure details

Dictionary Type: Structure
Description: Reporting Structure for CLAIMIS1




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




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

CLAIM_IS1 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 "Reporting Structure for CLAIMIS1" 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_IS1 TYPE CLAIM_IS1.

The CLAIM_IS1 table consists of various fields, each holding specific information or linking keys about Reporting Structure for CLAIMIS1 data available in SAP. These include QMART (Notification Type), QMARTX (Notification Type Texts), REFNUM (External Reference Number), QMTXT (Short Text).. 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_IS1 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
QMARTNotification Type QMARTCHAR2Assigned to domainQMARTQMR
QMARTXNotification Type Texts QMARTXCHAR20TEXT20
REFNUMExternal Reference Number QMEXTNRCHAR20CHAR020
QMTXTShort Text QMTXTCHAR40TEXT40
OPPONENTPartner Type PS_OPPONENTCHAR2OPPONENT
OPPONENT_TXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
PRIOKPriority PRIOKCHAR1Assigned to domainPRIOKPRIOK
PRIOKXPriority Text PRIOKXCHAR20TEXT20
CHANCEChance of Completing a Claim PS_CHANCENUMC2PS_CHANCE
CHANCE_TXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
URTXTCause Text URSTXCHAR40TEXT40
URKATCatalog Type - Causes URKATCHAR1Assigned to domainQKATART
URGRPCode Group - Causes URGRPCHAR8Assigned to domainQCODEGRP
URCODCause Code URCODCHAR4Assigned to domainQCODE
URCOD_TXTShort Text for Code (Up to 40 Characters in Length) QTXT_CODECHAR40QKURZTEXT
INDTXIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
INDTX_1Icon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
INDTX_2Icon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
INDTX_3Icon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
INDTX_4Icon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
COSTS_ESTIMATEEstimated Costs for a Claim PS_COSTSCURR13(2) WERTV7
COSTS_CLAIMEDCosts Claimed COSTS_CLAIMCURR13(2) WERTV7
COSTS_RESULTCosts Accepted COSTS_RESULTCURR13(2) WERTV7
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
MZEITTime of Notification MZEITTIMS6UHRZT
QMDATDate of Notification QMDATDATS8DATUM
QMNAMName of Person Reporting Notification QMNAMCHAR12USNAM
STTXTSystem Status for Notification QMSTTXTCHAR40TEXT40
ASTXTField displaying user status CO_ASTTXCHAR40CHAR40
STRMNRequired start date STRMNDATS8DATUM
STRURRequired Start Time STRURTIMS6UZEIT
LTRMNRequired End Date LTRMNDATS8DATUM
LTRURRequested End Time LTRURTIMS6UZEIT
BSTNKCustomer purchase order number BSTKDCHAR35BSTKD
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document QEBELPNUMC5Assigned to domainEBELPBSP
LS_KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
LS_KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
LS_VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
LS_POSNRDelivery Item QPOSNR_VLNUMC6Assigned to domainPOSNR
QWRNUMReference Notification Number QWRNUMCHAR12Assigned to domainALPHAQMNUMIQM
PSP_NRWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
PSP_TXTPS: Short description (1st text line) PS_POST1CHAR40TEXT40
OBJNRObject Number for Status Management QMOBJNRCHAR22Assigned to domainJ_OBJNR

Key field Non-key field



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

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

How to access SAP table CLAIM_IS1

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