ISM_ES_MSC_S_CRTCHK SAP (data import structure for complaint creation / change) Structure details

Dictionary Type: Structure
Description: data import structure for complaint creation / change




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




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

ISM_ES_MSC_S_CRTCHK 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 "data import structure for complaint creation / change" 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_ISM_ES_MSC_S_CRTCHK TYPE ISM_ES_MSC_S_CRTCHK.

The ISM_ES_MSC_S_CRTCHK table consists of various fields, each holding specific information or linking keys about data import structure for complaint creation / change data available in SAP. These include POSEX (External Item Number (Purchase Order Item)), POSNR (Sales Order Item), KVBELN (IS-M: Correction Order, Order Number), KPOSNR (IS-M: Correction Order: Item 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: Cannot Be Enhanced


SAP ISM_ES_MSC_S_CRTCHK 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
VBELNIS-M/SD: Publishing Sales Order AVNRCHAR10Assigned to domainALPHAAVNRJK1MJK1
POSEXExternal Item Number (Purchase Order Item) POSEX_ISPNUMC6POSEX_ISPJK2
POSNRSales Order Item APNRNUMC6Assigned to domainAPNR
KVBELNIS-M: Correction Order, Order Number KAVNRCHAR10Assigned to domainALPHAAVNRJKR
KPOSNRIS-M: Correction Order: Item Number KAPNRNUMC6Assigned to domainAPNRJKS
COMPL_AUARTSales Document Type for Complaint AUART_REKLCHAR4Assigned to domainAUART_ISPJA7
COMPL_DATEIS-M/SD: Complaint Date ISM_COMPLDATEDATS8DATUM
COMPLTYPEIS-M: Complaint Category ISM_REKLTYPNUMC1ISM_REKLTYP
MISSINGFROMIS-M/SD: Start of Complaint Period FEHLERSEITDATS8DATS
MISSINGTOIS-M/SD: End of Complaint Period FEHLERBISDATS8DATS
MISSINGCOPYNRFROMCopy Number of Issue HEFTNUM_VACHAR9HEFTNUMMER
MISSINGCOPYNRTOCopy Number of Issue HEFTNUM_VACHAR9HEFTNUMMER
COMPLREASONIS-M: Reason for Shipping Problem Message or Complaint FVGRUNDCHAR4Assigned to domainFVGRUNDJVG
COMPLRESULTIS-M: Complaint Result ISM_REKLERGBCHAR2Assigned to domainISM_REKLERGB
COMPLORIGINIS-M: Origin of Shipping Problem Message or Complaint FVVERURSCHAR4Assigned to domainFVVERURS
INV_BLOCKING_REASON_CODEBlock FAKSPCHAR2Assigned to domainFAKSP
IMMEDIATE_PROC_REQUIREDCheckbox XFELDCHAR1XFELD
CONTRACT_ACC_IDContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
XPAYMODE_FIXIS-M/SD: Payment Arrangement in Order Fixed XPAYMODE_FIXCHAR1XFELD
PAYMENT_METHODIS-M: Payment Method JZLSCHCHAR1Assigned to domainZLSCH
BP_BANK_DETAIL_IDBank details ID BU_BKVIDCHAR4CHAR4
PYMNT_CARD_IDPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
PYMNT_CARD_TYPE_CODEPayment cards: Card type CCINSCHAR4Assigned to domainCCINS
PYMNT_CARD_VERIF_VAL_TEXTCard Verification Value ISM_CVVALCHAR6ISM_CVVAL
PYMNT_CARD_VERIF_VAL_AVCODEUsage Status of Card Verification Value ISM_CVVSTCHAR1ISM_CVVST
PYMNT_CARD_CATEGORY_CODEPayment cards: Card category CCTYPCHAR2Assigned to domainCCTYP
PYMNT_CARD_EXPIR_DATEPayment Cards: Valid To DATBI_CCDATS8DATUM
PYMNT_CARD_HOLDERPayment cards: Name of cardholder CCNAMECHAR40TEXT40
BILL_TO_PARTY_IDIS-M: Business Partner Key GPNRCHAR10Assigned to domainALPHAGPNRJGPMJG0
BILL_TO_PARTY_LOGADRIS-M: Logical Address Number JLOGADRNUMC4JLOGADR
PAYER_PARTY_IDIS-M: Business Partner Key GPNRCHAR10Assigned to domainALPHAGPNRJGPMJG0
XCOMPLSUBSComplaint: Subsequent Delivery for Issue XCOMPLSUBSCHAR1XFELD
XCOMPLAMOCREDITComplaint: Credit Memo for Issue on Liability Account XCOMPLAMOCREDITCHAR1XFELD
XCOMPLNOACTIONComplaint: Neither Subs.Delivery nor Credit Memo for Issue XCOMPLNOACTIONCHAR1XFELD
MAN_CONDITIONS 0
COMPL_TEXT 0
STATMT_TEXT 0
SUBSDELINFO_TEXT 0
CARRINFO_TEXT 0

Key field Non-key field



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

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

How to access SAP table ISM_ES_MSC_S_CRTCHK

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