ISM_ORDER_ADDITION SAP (IS-M/SD: Variable Data for Reference Order) Structure details

Dictionary Type: Structure
Description: IS-M/SD: Variable Data for Reference Order




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




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

ISM_ORDER_ADDITION 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 "IS-M/SD: Variable Data for Reference Order" 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_ORDER_ADDITION TYPE ISM_ORDER_ADDITION.

The ISM_ORDER_ADDITION table consists of various fields, each holding specific information or linking keys about IS-M/SD: Variable Data for Reference Order data available in SAP. These include GPAG (Business Partner: Sold-to Party), WAERK (SD Document Currency), KURST (Exchange Rate Type), XIMMATRIK (Indicator: Proof of matriculation provided).. 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 (character-type or numeric)


SAP ISM_ORDER_ADDITION 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
GPAGBusiness Partner: Sold-to Party GPAGCHAR10JGTGPNRALPHAGPNR
WAERKSD Document Currency WAERKCUKY5TCURCWAERSFWS
KURSTExchange Rate Type KURSTCHAR4TCURVKURSTKUT
XIMMATRIKIndicator: Proof of matriculation provided XIMMATRIKCHAR1XFELD
IMMATDATMatriculation Certificate Valid To IMMATDATDATS8DATUM
GPNR_RGIS-M: Payer Business Partner GPNR_RGCHAR10JGTGPNRALPHAGPNR
GPNR_REIS-M: Business Partner - Bill-To Party GPNR_RECHAR10JGTGPNRALPHAGPNR
GPNR_WEIS-M: Business Partner Ship-to Party GPNR_WECHAR10JGTGPNRALPHAGPNRJGP
GUELTIGVONValid-From Date of Sales Order Item JKAPVONDATS8DATUMJC1
GUELTIGBISDate to which Sales Order Item is Valid JKAPBISDATS8DATUMJC2
MATNRWERBIS-M: Material number for gift MATNR_SAPRCHAR18Assigned to domainMATN1MATNR_ISPJMA
GPVERMBusiness Partner Sales Agent GPVERMCHAR10JGTGPNRALPHAGPNR
WERBTRAEGAdvertising Medium WERBTRAEGCHAR10TJW09WERBTRAEG
KONDAPrice group (customer) KONDACHAR2T188KONDAVKA
PERFKInvoice dates (calendar identification) PERFKCHAR2TJG61WFCID
FKPERBilling Frequency FKPERCHAR2TJK01FKPERJFKPER
RCODEIS-M/SD: Rate Code RATE_CODECHAR4TJKRRCRATE_CODEJKM
DUEDAYIS-M/SD: Renewals, Due Day DUEDAYNUMC2DUEDAY
ETMENGEIS-M: Sales Order Schedule Line Quantity ETMENGEQUAN10MENGGPOS
ETMEINSIS-M: Sales Unit for Sales Order ETMEINSUNIT3Assigned to domainCUNITMEINS
ZLSCHIS-M: Payment Method JZLSCHCHAR1T042ZZLSCH
BEZUGGRDPurchase Reason BEZUGGRDCHAR3TJK87BEZUGGRDJK8
BKVIDBank details ID BU_BKVIDCHAR4CHAR4
BANKSBank country key BANKSCHAR3T005LAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
BANKNBank account number BANKNCHAR18BANKN
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
BKONTBank Control Key BKONTCHAR2BKONT
XEZERIndicator: Is there collection authorization ? XEZERCHAR1XFELD
CCARD_IDPayment Card ID BU_CCIDCHAR6CHAR6
CCINSPayment cards: Card type CCINSCHAR4TVCINCCINS
CCNUMPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
DATBIPayment Cards: Valid To DATBI_CCDATS8DATUM
CCNAMEPayment cards: Name of cardholder CCNAMECHAR40TEXT40
AUDATPayment cards: Authorization date AUDAT_CCDATS8DATUM
AUTIMPayment cards: Authorization time AUTIMTIMS6UZEIT
AUNUMPayment cards: Authorization number AUNUMCHAR10CHAR10
AUTRAPayment cards: Authoriz. reference code of clearing house AUTRACHAR15CHAR15
ISM_CVVALCard Verification Value ISM_CVVALCHAR6ISM_CVVAL
ISM_CVVCTControl Field for Card Verification Value ISM_CVVCTCHAR1ISM_CVVCT
ISM_CVVSTUsage Status of Card Verification Value ISM_CVVSTCHAR1ISM_CVVST
ISM_RCCVVResults Check for Card Verification Value ISM_RCCVV_CCCHAR4TCCRCCHAR4

Key field Non-key field



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

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

How to access SAP table ISM_ORDER_ADDITION

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