SAP Reports / Programs | Application Platform | Master Data | Payment Cards(AP-MD-PCA) SAP AP

RCCSECV_DATA_DEL SAP ABAP Report - Deletion of Encrypted Payment Card Data







RCCSECV_DATA_DEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program can be used to delete encrypted credit card data that is no longer used...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 RCCSECV_DATA_DEL 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

CCSECV_DATA_DEL - Deletion of Credit Card Data


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 RCCSECV_DATA_DEL. "Basic submit
SUBMIT RCCSECV_DATA_DEL AND RETURN. "Return to original report after report execution complete
SUBMIT RCCSECV_DATA_DEL 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_TEST = Test Mode
Selection Text: P_USEDT = Last Use Before Date
Title: Deletion of Encrypted Payment Card Data
Text Symbol: 001 = Last date of use must be before &1
Text Symbol: 002 = Test Run - Deletion of Encrypted Payment Card Data
Text Symbol: 003 = Update Run - Deletion of Encrypted Payment Card Data
Text Symbol: 004 = &1 data records selected for deletion
Text Symbol: 005 = &1 data records deleted
Text Symbol: 006 = Do you really want to delete the data?


INCLUDES used within this REPORT RCCSECV_DATA_DEL

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:

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-003 text_question = text-006 default_button = '2' importing answer = lv_answer exceptions text_not_found = 1 others = 2.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = gc_repid i_callback_user_command = gc_user_command i_structure_name = gc_logstruc is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events[] i_save = 'A' tables t_outtab = gt_log[].

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = gc_repid i_internal_tabname = 'GT_LOG' i_structure_name = gc_logstruc changing ct_fieldcat = gt_fieldcat exceptions others = 0.

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = gt_events.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_top_of_page.



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 RCCSECV_DATA_DEL or its description.