SAP Reports / Programs

RFCRDMDF SAP ABAP Report - Card Master Record: Set Archiving Indicator (Archiving)







RFCRDMDF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Preparation program for payment card master records archiving Program RFCRDMDF is the preparation program for payment card master records archiving...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 RFCRDMDF into the relevant SAP transactions such as SE38 or SE80


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 RFCRDMDF. "Basic submit
SUBMIT RFCRDMDF AND RETURN. "Return to original report after report execution complete
SUBMIT RFCRDMDF 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: P_DATE = Key Date
Selection Text: P_DT_DEP = Dependency Details
Selection Text: P_DT_ERR = Detailed Error Log
Selection Text: P_DT_OK = Detailed Success Log
Selection Text: P_TEST = Test Run
Selection Text: SO_CCINS = Card Type
Selection Text: SO_CCNUM = Card Number
Title: Card Master Record: Set Archiving Indicator (Archiving)
Text Symbol: 180 = Following cards are still within residence time
Text Symbol: 170 = Following cards were/are blocked
Text Symbol: 160 = No archiving authorization for following cards
Text Symbol: 150 = Archiving indicator set in following cards
Text Symbol: 130 = Number of Card Master Records
Text Symbol: 120 = - as of which the key date could not be set:
Text Symbol: 110 = - as of which the indicator was set:
Text Symbol: 100 = Archiving of Card Master Records, Key Date
Text Symbol: 070 = , No Detail Log
Text Symbol: 060 = , with Detail Log
Text Symbol: 050 = Test Run
Text Symbol: 040 = Update Run
Text Symbol: 030 = No master records selected
Text Symbol: 020 = Processing Options
Text Symbol: 010 = Card Master Record Selection
Text Symbol: 190 = Following cards still have dependent, unarchived documents
Text Symbol: 500 = not yet archived
Text Symbol: 340 = FI doc.
Text Symbol: 290 = Payment Card File
Text Symbol: 280 = Card Document
Text Symbol: 270 = Update in the database
Text Symbol: 220 = Dependency check: &
Text Symbol: 210 = Retention period check


INCLUDES used within this REPORT RFCRDMDF

INCLUDE RFCRDMDF_TOP.


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:

SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * percentage = 0 * text = text-200.

FCRA_CHECK_AUTHORITY CALL FUNCTION 'FCRA_CHECK_AUTHORITY' EXPORTING i_activity = act_arch i_ccins = t_docinfo-ccins i_ccnum = space i_crclass = space i_begru = space i_msgty = 'E' EXCEPTIONS no_authority = 1 OTHERS = 2.

ENQUEUE_ECRNUM CALL FUNCTION 'ENQUEUE_ECRNUM' EXPORTING ccins = t_docinfo-ccins ccnum = t_docinfo-ccnum EXCEPTIONS foreign_lock = 1.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = text-270.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_re1 text = g_msg_text.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = lv_repid is_layout = ls_layout it_fieldcat = lt_fcat it_events = lt_events is_print = ls_print TABLES t_outtab = it_output EXCEPTIONS program_error = 1 OTHERS = 2.

PAK_GET_SHORTTEXT_DTEL CALL FUNCTION 'PAK_GET_SHORTTEXT_DTEL' EXPORTING i_elem_key = lv_rollname IMPORTING e_short_text = lv_text.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = lv_repid is_layout = ls_layout it_fieldcat = lt_fcat it_events = lt_events is_print = ls_print TABLES t_outtab = it_output EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = lv_repid is_layout = ls_layout it_fieldcat = lt_fcat it_events = lt_events i_tabname_header = gc_header i_tabname_item = gc_item is_keyinfo = ls_keyinfo is_print = ls_print TABLES t_outtab_header = gt_header t_outtab_item = gt_item 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 RFCRDMDF or its description.