CRMT_BSP_SLS_OD2_PAYPLAN SAP (Sales ODC2 - Payplan Tab Title) Structure details

Dictionary Type: Structure
Description: Sales ODC2 - Payplan Tab Title




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




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

CRMT_BSP_SLS_OD2_PAYPLAN 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 "Sales ODC2 - Payplan Tab Title" 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_BSP_SLS_OD2_PAYPLAN TYPE CRMT_BSP_SLS_OD2_PAYPLAN.

The CRMT_BSP_SLS_OD2_PAYPLAN table consists of various fields, each holding specific information or linking keys about Sales ODC2 - Payplan Tab Title data available in SAP. These include PAYM_TYPE (Payment Form for Payment Plan Dates / Items), CARD_TYPE (Payment card type), CARD_NO (Payment cards: Card number), CARD_EXP_DATE (Payment Cards: Valid To).. 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 CRMT_BSP_SLS_OD2_PAYPLAN 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
OBJECTKEYObject Key CRMT_BSP_OBJECTKEYCHAR100
PAYM_TYPEPayment Form for Payment Plan Dates / Items COMT_PAYM_TYPECHAR2COM_PAYM_TYPE
CARD_TYPEPayment card type CC_INSTITUTECHAR4Assigned to domainCC_INSTITUTE
CARD_NOPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
CARD_EXP_DATEPayment Cards: Valid To CC_DATBIDATS8DATUM
CARD_HOLDERPayment cards: Name of cardholder CCNAMECHAR40TEXT40
CARD_CVVPayment Cards: Card Verification Value COMT_CARD_CVVCHAR6COM_CARD_CVV
CARD_CVV_STATUSPayment Cards: Card Check Field Usage Status COMT_CARD_CVV_STATUSCHAR1COM_CARD_CVV_STATUS
STATUS_LIGHTAuthorization Status COMT_STATUS_LIGHTCHAR80CHAR80
AUTH_AMOUNTPayment Cards: Authorized Amount COMT_AUTH_AMOUNTCURR15(2) WERTV8
AUTH_CALL_STATUSPayment Cards: Status when Calling Clearing House COMT_AUTH_CALL_STATUSCHAR1COM_AUTH_CALL_STATUS
AUTH_RESPResponse to Authorization Result COMT_AUTH_RESPCHAR1COM_AUTH_RESP
AUTH_TIMESTAMPDate and Time of Authorization COMT_AUTH_TIMESTAMPDEC15TSTPSBCOS_TSTMP
AUTH_NOPayment Cards: Authorization Number COMT_AUTH_NOCHAR10CHAR10
AUTH_REFAuthorization Reference Number of Clearing House COMT_AUTH_REFCHAR30CHAR30
AUTH_TIMESTAMPIODate and Time of Authorization in Display Format COMT_AUTH_TIMESTAMPIOCHAR26TZTF_IO_FIELD
AUTH_RESP_RC_ARPayment Cards: Result of Address Check (Address Result) COMT_AUTH_RESP_RC_ARCHAR4COM_AUTH_CHECK_RESULT
AUTH_RESP_RC_APPayment Cards: Result of Address Check (Address Approval) COMT_AUTH_RESP_RC_APCHAR4COM_AUTH_CHECK_RESULT
AUTH_RESP_RC_ZRPayment Cards: Result of Address Check (ZIP Code Result) COMT_AUTH_RESP_RC_ZRCHAR4COM_AUTH_CHECK_RESULT
AUTH_RESP_RC_CCPayment Cards: Result of Card Check (Response Code) COMT_AUTH_RESP_RC_CCCHAR4COM_AUTH_CHECK_RESULT
AUTH_RESP_RC_CVVPayment Cards: Result Check of the Card Verification Code COMT_AUTH_RESP_RC_CVVCHAR4COM_AUTH_CHECK_RESULT
AUTH_RESP_CODEResults Text of Authorization COMT_AUTH_RESP_CODECHAR40TEXT40
AUTH_REQ_AMOUNTPayment Cards: Amount to be Authorized COMT_AUTH_REQ_AMOUNTCURR15(2) WERTV8
CURRENCYCurrency in Payment Plan COMT_PAYPLAN_CURRENCYCUKY5Assigned to domainWAERSFWS
EXCH_RATEExchange Rate for Payment Plan COMT_PAYPLAN_EXCH_RATEDEC9(5)
CARD_MERCH_IDIdentification of Merchant at Clearing House COMT_CARD_MERCH_IDCHAR15Assigned to domainCOM_MERCH_ID_CC
PLANNED_VALPlanned Value Incoming Payment COMT_PAY_PLANNED_VALCURR15(2) WERTV8
CARD_SUFFIXSequential Number of Payment Card COMT_CARD_SUFFIXCHAR10CHAR10
CARD_REF_NOPayment Cards: Reference Number of a Payment Card COMT_CARD_REF_NOCHAR25COM_CARD_REF_NO
DATE_TYPEDate Category, Item Category Payment Plan COMT_PAYPLAN_DATE_TYPECHAR2Assigned to domainCOM_DATE_TYPE_PP
SORT_EXTExternal Number COMT_SORT_EXTCHAR10
SORT_INTSort Order for Internal Purposes (Authorized Line) COMT_SORT_INTCHAR10
GUIDGUID of Date/Item in Payment Plan COMT_PAYPLAN_D_GUIDRAW16SYSUUID
HANDLEPayment Plan Date Handle COMT_PAYPLAN_D_HANDLENUMC10
PARENT_GUIDGUID of Date/Item in Payment Plan COMT_PAYPLAN_D_GUIDRAW16SYSUUID
HEADER_GUIDPayment Plan GUID COMT_PAYPLAN_GUIDRAW16SYSUUID
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA

Key field Non-key field



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

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

How to access SAP table CRMT_BSP_SLS_OD2_PAYPLAN

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