CRMT_ISA_PAYMENT_CARD SAP (Internet Sales: Payment Card) Structure details

Dictionary Type: Structure
Description: Internet Sales: Payment Card




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




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

CRMT_ISA_PAYMENT_CARD 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 "Internet Sales: Payment Card" 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_CRMT_ISA_PAYMENT_CARD TYPE CRMT_ISA_PAYMENT_CARD.

The CRMT_ISA_PAYMENT_CARD table consists of various fields, each holding specific information or linking keys about Internet Sales: Payment Card data available in SAP. These include GUID (GUID of Date/Item in Payment Plan), CARD_GUID (Payment Cards: GUID of Payment Card), CARD_TYPE (Payment card type), CARD_NUMBER (Payment Cards: Card Number (Internal Use)).. 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 CRMT_ISA_PAYMENT_CARD 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
GUIDGUID of Date/Item in Payment Plan COMT_PAYPLAN_D_GUIDRAW16SYSUUID
CARD_GUIDPayment Cards: GUID of Payment Card COMT_CARD_GUIDRAW16SYSUUID
CARD_TYPEPayment card type CC_INSTITUTECHAR4TB033CC_INSTITUTE
CARD_NUMBERPayment Cards: Card Number (Internal Use) COMT_CARD_USER_NUMBERCHAR25COM_CARD_USER_NUMBER
CARD_HOLDERPayment cards: Name of cardholder CCNAMECHAR40TEXT40
CARD_EXP_DATE_DInternet Sales: Payment Cards: Validity Date - Day CRMT_CARD_EXP_DATE_DCHAR2CHAR2
CARD_EXP_DATE_MInternet Sales: Payment Cards - Validity Date: Month CRMT_CARD_EXP_DATE_MCHAR2CHAR2
CARD_EXP_DATE_YInternet Sales: Payment Cards: Validity Date: Year CRMT_CARD_EXP_DATE_YCHAR4CHAR4
CARD_SUFFIXSequential Number of Payment Card COMT_CARD_SUFFIXCHAR10CHAR10
CARD_CVVPayment Cards: Card Verification Value COMT_CARD_CVVCHAR6COM_CARD_CVV
AUTH_LIMITPayment Cards: Maximum Amount of Value to be Authorized COMT_AUTH_LIMITCURR15(2) WERTV8
AUTH_LIMITEDPayment Cards: Limited Value COMT_AUTH_LIMITEDCHAR1XFELD
AUTH_LIMIT_UIISA: Maximum Amount of Payment Card that Can Be Authorized CRMT_ISA_AUTH_LIMITCHAR30CHAR30
AUTH_STATUSInternet Sales: Authentication Status of a Payment Card CRMT_ISA_CARD_AUTH_STATUSCHAR2CRMT_ISA_CARD_AUTH_STATUS
AUTH_CURRENCYCurrency in Payment Plan COMT_PAYPLAN_CURRENCYCUKY5Assigned to domainWAERSFWS
CARD_MODEProcessing Mode of Transaction COMT_MODE_PPCHAR1COM_MODE_PP
CARD_TYPE_DESCRDescription COMT_DESCRIPTIONCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table CRMT_ISA_PAYMENT_CARD

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