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
Below is a list of transaction codes which are relevant to this SAP report
CCSECV_DATA_DEL - Deletion of Credit Card Data
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.
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?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCCSECV_DATA_DEL - Deletion of Encrypted Payment Card Data RCCSECV_DATA_DEL - Deletion of Encrypted Payment Card Data RCCSBIST - Display of Batch Input Data from Sequential File (for RCSBI040)_ RCCSBIST - Display of Batch Input Data from Sequential File (for RCSBI040)_ RCCSBISC - Display Batch Input Data from Sequential File RCCSBISC - Display Batch Input Data from Sequential File