SAP Reports / Programs

RFCRDL00 SAP ABAP Report - Card Master Record: List Maintenance







RFCRDL00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Analysis of payment card master records for payment card processing Using program RFCRDL00 you can analysis the payment card master records...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFCRDL00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CRR1 - Evaluate Card Master Records


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RFCRDL00. "Basic submit
SUBMIT RFCRDL00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFCRDL00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: R_WFOTYP = D .
Selection Text: R_WFOBJI = D .
Selection Text: R_TXJCD = D .
Selection Text: R_SAKNR = D .
Selection Text: R_PARKBT = D .
Selection Text: R_OTYPE = D .
Selection Text: R_OBJID = D .
Selection Text: R_MWSKZ = D .
Selection Text: R_LOEVM = D .
Selection Text: R_LIMIT = D .
Selection Text: R_LIFNR = D .
Selection Text: R_LIFKZ = D .
Selection Text: R_KOSTL = D .
Selection Text: R_KOKRS = D .
Selection Text: R_KBLNR = D .
Selection Text: R_HWAER = D .
Selection Text: R_GEBER = D .
Selection Text: R_FISTL = D .
Selection Text: R_FIPOS = D .
Selection Text: R_FIKRS = D .
Selection Text: R_DISABL = D .
Selection Text: R_DATBI = D .
Selection Text: R_DATAB = D .
Selection Text: R_CRWFL = D .
Selection Text: R_CREATU = D .
Selection Text: R_CREATD = D .
Selection Text: R_CLASS = D .
Selection Text: R_CCNUM = D .
Selection Text: R_CCNAME = D .
Selection Text: R_CCINS = D .
Selection Text: R_BUKRS = D .
Selection Text: R_BUDPER = D .
Selection Text: R_BLART = D .
Selection Text: R_BEGRU = D .
Selection Text: R_AUFNR = D .
Title: Card Master Record: List Maintenance
Text Symbol: 104 = Master Data
Text Symbol: 103 = Payment Cards:





Text Symbol: 102 = Cardholder Name
Text Symbol: 101 = Card Number
Text Symbol: 100 = Type


INCLUDES used within this REPORT RFCRDL00

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

FCRA_CHECK_AUTHORITY CALL FUNCTION 'FCRA_CHECK_AUTHORITY' EXPORTING i_activity = act_list "/ show list i_ccins = space i_ccnum = space i_crclass = space i_begru = space i_msgty = 'S'. "/ da PBO

FCRA_CHECK_AUTHORITY CALL FUNCTION 'FCRA_CHECK_AUTHORITY' EXPORTING i_activity = act_display "/ display i_ccins = t_crnum-ccins i_ccnum = t_crnum-ccnum i_crclass = t_crnum-crclass i_begru = t_crnum-begru i_msgty = 'E' EXCEPTIONS no_authority = 01.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = gc_structname * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = lt_events.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_listheadings.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid it_fieldcat = it_fieldcat is_variant = is_variant i_save = gc_save_all it_events = it_events TABLES t_outtab = it_output EXCEPTIONS program_error = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFCRDL00 or its description.