RFKNKKDEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFKNKKDEL into the relevant SAP transactions such as SE38 or SE80
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: CREDAREA = Credit Control Area
Selection Text: P_KKBER = D Credit Control Area
Selection Text: TESTRUN = Test Run
Title: Delete Credit Management Data in Credit Control Area
Text Symbol: 001 = Delete Credit Management Data
Text Symbol: 002 = Credit Control Area
Text Symbol: 003 = Number of Deleted/Deleteable Data Records:
Text Symbol: 004 = Are you sure?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CREDITCONTROL_AUTHORITY_KNKK CALL FUNCTION 'CREDITCONTROL_AUTHORITY_KNKK' EXPORTING I_ACTVT = '02' I_KKBER = credarea EXCEPTIONS INPUT_MISSING = 1 NO_AUTHORITY = 2 OTHERS = 3.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = 'Delete Credit Management Data'(001) textline2 = l_text titel = 'Are you sure?'(004) IMPORTING answer = l_answer.
OPEN_FI_PERFORM_00005013_P CALL FUNCTION 'OPEN_FI_PERFORM_00005013_P' EXPORTING I_CHGTYPE = 'D' I_ORIGIN = 'RFKNKKDEL' I_TABNAME = 'KNKK' * I_STRUCTURE = TABLES T_STRUCTURE = T_KNKK EXCEPTIONS ERROR = 1 OTHERS = 2.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = gs_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = gs_log_handle i_msgty = lv_msg_s i_text = gv_free_text.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = gs_display_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = gs_display_profile EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.
BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING i_s_display_profile = gs_display_profile.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKNKKDEL - Delete Credit Management Data in Credit Control Area RFKNKKDEL - Delete Credit Management Data in Credit Control Area RFKM0I01 - documentation and ABAP source code RFKLET01_NACC - Accumulated Balance Audit Trail RFKLET01_NACC - Accumulated Balance Audit Trail RFKLET01 - Accumulated Balance Audit Trail