SAP Reports / Programs

RFKKCOPROTCL SAP ABAP Report - Deletion of Submission Logs







RFKKCOPROTCL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = docu -> fi -> fica This program deletes the logs that the mass run for submitting receivables to collection agencies (transaction FP03DM) records and saves for subsequent evaluations in table DFKKOPCOLL...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 RFKKCOPROTCL 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

FP03DML - Logs of Submissions for Collection


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 RFKKCOPROTCL. "Basic submit
SUBMIT RFKKCOPROTCL AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKCOPROTCL 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_XSIMU = Simulation
Selection Text: S_LAUFD = D Date ID
Selection Text: S_LAUFI = D Identification
Title: Deletion of Submission Logs
Text Symbol: 001 = Sel. of Mass Runs
Text Symbol: 002 = Do you really want to delete
Text Symbol: 003 = the subm. log?
Text Symbol: 004 = Do you really want
Text Symbol: 005 = to delete the subm. logs?
Text Symbol: 006 = Confirmatn Prompt
Text Symbol: 007 = Date:
Text Symbol: 008 = Time:
Text Symbol: 009 = Following submission logs were deleted:
Text Symbol: 010 = Following submission logs will be deleted:
Text Symbol: 011 = Date ID
Text Symbol: 012 = Identification
Text Symbol: U01 = Log
Text Symbol: U02 = Log (Simulation)


INCLUDES used within this REPORT RFKKCOPROTCL

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_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = pl_text1 textline2 = pl_text2 titel = 'Sicherheitsabfrage'(006) start_column = 25 start_row = 6 cancel_display = 'X' IMPORTING answer = p_answer.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_structure_name = c_runid is_layout = l_layout it_events = gt_events[] i_save = 'A' it_fieldcat = fieldcat[] TABLES t_outtab = pt_prot.

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_lstop.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_structure_name = 'WT_RUNID' i_callback_program = 'RFKKCOPROTCL' i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_CMD' i_save = 'A' it_fieldcat = fieldcat[] is_layout = w_layout TABLES t_outtab = wt_runid.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING selectfield = h_selectfield titel = text-001 IMPORTING ind = sy-tabix TABLES fields = tab_fields full_table = tab_lauf EXCEPTIONS full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 OTHERS = 6.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = tab_update EXCEPTIONS OTHERS = 8.



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