KOMFKZM_WW SAP (Communication Table: Means of Payment Order/Billing Doc-ww) Structure details

Dictionary Type: Structure
Description: Communication Table: Means of Payment Order/Billing Doc-ww




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




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

KOMFKZM_WW 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 "Communication Table: Means of Payment Order/Billing Doc-ww" 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_KOMFKZM_WW TYPE KOMFKZM_WW.

The KOMFKZM_WW table consists of various fields, each holding specific information or linking keys about Communication Table: Means of Payment Order/Billing Doc-ww data available in SAP. These include CCINS (Payment cards: Card type), CCNUM (Payment cards: Card number), CCFOL (Payment cards: Payment card suffix), DATAB (Payment cards: Valid from).. 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 KOMFKZM_WW 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
TYPZMMeans of payment for classifying payment card plan lines TYPZMCHAR1TYPZM
CCINSPayment cards: Card type CCINSCHAR4Assigned to domainCCINS
CCNUMPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
CCFOLPayment cards: Payment card suffix CCFOLCHAR10CHAR10
DATABPayment cards: Valid from DATAB_CCDATS8DATUM
DATBIPayment Cards: Valid To DATBI_CCDATS8DATUM
CCNAMEPayment cards: Name of cardholder CCNAMECHAR40TEXT40
AUTWRPayment cards: Authorized amount AUTWRCURR15(2) WERTV8
CCWAECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AUDATPayment cards: Authorization date AUDAT_CCDATS8DATUM
AUTIMPayment cards: Authorization time AUTIMTIMS6UZEIT
MERCHPayment cards: Merchant ID at the clearing house MERCHCHAR15Assigned to domainMERCH
TRMIDPayment cards: Terminal TRMIDCHAR10CHAR10
FAKWRValue to be billed/calc. on date in billing/invoice plan FAKWRCURR15(2) WERTV8
CCBEGPayment cards: Limit amount CCBEGCHAR1XFELD
AUNUMPayment cards: Authorization number AUNUMCHAR10CHAR10
FKSAFBilling status for the billing plan/invoice plan date FKSAFCHAR1STATV
CSOURPayment cards: Entry mode CSOURCHAR1CSOUR
SETTLPayment cards: Settlement carried out SETTLCHAR1XFELD
AUTRAPayment cards: Authoriz. reference code of clearing house AUTRACHAR15CHAR15
LOCIDPayment cards: Point of receipt for the transaction LOCID_CCCHAR10Assigned to domainLOCID_CC
FLGAUPayment cards: Authorization to be transferred FLGAUCHAR1XFELD
FPLNR_AKBilling plan number / invoicing plan number FPLNRCHAR10Assigned to domainFPLNR
FPLTR_AKItem for billing plan/invoice plan/payment cards FPLTRNUMC6Assigned to domainFPLTR
REACTPayment cards: Response to authorization checks REACT_SDCHAR1REACT_SD
AUTWVPayment cards: Amount to be authorized AUTWVCURR15(2) WERTV8
CCACTG/L Account Number for Payment Card Receivables CCACTCHAR10Assigned to domainALPHASAKNR
CCALLPayment cards: Status when external system is called? CCALLCHAR1CCALL
CCPREPayment cards: Preauthorization CCPRECHAR1XFELD
CCVALPayment cards: Amount changed CCVALCHAR1XFELD
CCAUAPayment cards: Authorization type CCAUACHAR1CCAUA
RCAVRPayment Cards: Result of Address Check (Address Result) RCAVR_CCCHAR4CHAR4
RCAVAPayment Cards: Result of Address Check (Address Approval) RCAVA_CCCHAR4CHAR4
RCAVZPayment Cards: Result of Address Check (ZIP Code Result) RCAVZ_CCCHAR4CHAR4
RCRSPPayment cards: Result of card check (response code) RCRSP_CCCHAR4CHAR4
CVVALCard Verification Value CVVALCHAR6CVVAL
CVVCTControl Field for Card Verification Value CVVCTCHAR1CVVCT
CVVSTUsage Status for Card Verification Value CVVSTCHAR1CVVST
RTEXTPayment cards: Result text RTEXT_CCCHAR40TXT40
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
VCARDVirtual card VCARDCHAR1XFELD
RFCAUTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
FNAUT_SETINITPayment Cards: Function for Initialization SET Authorization FNAUT_SETINITCHAR30Assigned to domainFUNCNAME
FNAUT_SETINFOPayment Cards: Function for Result of Authorization (SET) FNAUT_SETINFOCHAR30Assigned to domainFUNCNAME

Key field Non-key field



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

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

How to access SAP table KOMFKZM_WW

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