CRFLATFILE SAP (Credit Cards: General Incoming Flat File) Structure details

Dictionary Type: Structure
Description: Credit Cards: General Incoming Flat File




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




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

CRFLATFILE 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 "Credit Cards: General Incoming Flat File" 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_CRFLATFILE TYPE CRFLATFILE.

The CRFLATFILE table consists of various fields, each holding specific information or linking keys about Credit Cards: General Incoming Flat File data available in SAP. These include CCINS (Payment cards: Card type), CARDNO (Payment Card File: Payment Card Number), REGION (Payment Card File: Regional Code), HWAER (Local currency).. 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 CRFLATFILE 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
RECTYPPayment Card File: Record Type DND_RECTYPCHAR1CHAR1
CCINSPayment cards: Card type CCINS_30FCHAR4Assigned to domainCCINS_30FCIN
CARDNOPayment Card File: Payment Card Number DND_CARDNOCHAR25CHAR25
REGIONPayment Card File: Regional Code DND_REGIONCHAR20CHAR20
HWAERLocal currency LCURRCCHAR5CHAR5
TRHWBTPayment Card Data File: Transaction Amount in Local Curr. DND_TRHWBTCHAR15CHAR15
TRLCTAXPayment Cards: Tax Amount of Transaction in Local Currency TRLCTAXCHAR15CHAR15
SHKZGPayment Card File: Debit/Credit Indicator DND_SHKZGCHAR1DND_SHKZG
DTPOSTPayment Card File: Posting Date DND_DTPOSTDATS8DATUM
DTTRANPayment Card File: Transaction Date DND_DTTRANDATS8DATUM
AUTHNOPayment Card File: Authorization Number DND_AUTHNOCHAR10CHAR10
FWAERForeign currency FCURRCCHAR5CHAR5
TRFWBTPayment Card Data File: Transaction Amount in Foreign Curr. DND_TRFWBTCHAR15CHAR15
TRFCTAXPayment Cards: Tax Amount of Transaction in Foreign Currency TRFCTAXCHAR15CHAR15
SUPNAMPayment Card File: Name and Address of Vendor DND_SUPNAMCHAR60CHAR60
REFCODPayment Card Data File: Vendor Reference Code DND_REFCODCHAR10CHAR10
DTSTATPayment Card File: Settlement Date (Statement Date) DND_DTSTATDATS8DATUM
MERCATPayment Card Data File: Vendor Category DND_MERCATCHAR4CHAR4
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
BKTXTDocument Header Text BKTXTCHAR25TEXT25
SGTXTItem Text SGTXTCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table CRFLATFILE

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