ISM_MSC_S_BAPI_CHANGE SAP (data import structure for complaint change) Structure details

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




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




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

ISM_MSC_S_BAPI_CHANGE 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 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_MSC_S_BAPI_CHANGE TYPE ISM_MSC_S_BAPI_CHANGE.

The ISM_MSC_S_BAPI_CHANGE table consists of various fields, each holding specific information or linking keys about data import structure for complaint change data available in SAP. These include KPOSNR (IS-M: Correction Order: Item Number), COMPL_DATE (IS-M/SD: Complaint Date), COMPLTYPE (IS-M: Complaint Category), MISSINGFROM (IS-M/SD: Start of Complaint Period).. 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: Can Be Enhanced (Deep)


SAP ISM_MSC_S_BAPI_CHANGE 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
KVBELNIS-M: Correction Order, Order Number KAVNRCHAR10Assigned to domainALPHAAVNRJKR
KPOSNRIS-M: Correction Order: Item Number KAPNRNUMC6Assigned to domainAPNRJKS
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
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
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_MSC_S_BAPI_CHANGE using ABAP code?

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

How to access SAP table ISM_MSC_S_BAPI_CHANGE

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