RFKKCRESCH_CHANGEF01 is a standard ABAP INCLUDE 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 RFKKCRESCH_CHANGEF01 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.
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-002 TEXT_QUESTION = h_text * TEXT_BUTTON_1 = 'Ja'(001) * TEXT_BUTTON_2 = 'Nein'(002) DEFAULT_BUTTON = '2' DISPLAY_CANCEL_BUTTON = ' ' IMPORTING ANSWER = h_answer.
FKK_CR_CHECK_READ_DATA CALL FUNCTION 'FKK_CR_CHECK_READ_DATA' EXPORTING IX_USE_KEY = 'X' I_CHECK_KEY = ls_fkkcrkey IMPORTING E_CHECK_DATA = ls_fkkcr EXCEPTIONS WRONG_CALL = 1 NO_ENTRY_FOUND = 2.
FKCH_ESCH_CLARCASE_CREATE CALL FUNCTION 'FKCH_ESCH_CLARCASE_CREATE' EXPORTING I_FKKCRESCHC = ls_fkkcreschc.
FKCH_ESCH_DFKKCRESCH_UPD CALL FUNCTION 'FKCH_ESCH_DFKKCRESCH_UPD' EXPORTING IT_DFKKCRESCH_UPD = lt_dfkkcresch_upd.
DEQUEUE_EFKKCRESCH CALL FUNCTION 'DEQUEUE_EFKKCRESCH' EXPORTING MODE_DFKKCRESCH = 'E' MANDT = SY-MANDT HERKF = ls_fkkcresch-HERKF ORG1T = ls_fkkcresch-ORG1T ORG1R = ls_fkkcresch-ORG1R HBKID = ls_fkkcresch-HBKID HKTID = ls_fkkcresch-HKTID ZTART = ls_fkkcresch-ZTART ZTNUM = ls_fkkcresch-ztnum _SCOPE = '3'.
ENQUEUE_EFKKCRESCH CALL FUNCTION 'ENQUEUE_EFKKCRESCH' EXPORTING MODE_DFKKCRESCH = 'E' MANDT = SY-MANDT HERKF = ls_fkkcresch-HERKF ORG1T = ls_fkkcresch-ORG1T ORG1R = ls_fkkcresch-ORG1R HBKID = ls_fkkcresch-HBKID HKTID = ls_fkkcresch-HKTID ZTART = ls_fkkcresch-ZTART ZTNUM = ls_fkkcresch-ztnum _SCOPE = '2' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
FKK_CR_CHECK_AUTHORITY_CHECK CALL FUNCTION 'FKK_CR_CHECK_AUTHORITY_CHECK' EXPORTING i_check_key = ls_fkkcrkey i_activity = '02' EXCEPTIONS wrong_call = 1 no_authorization = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKCRESCH_CHANGEF01 - RFKKCRESCHCHANGEF01 RFKKCRESCH_CHANGE - Perform Check Escheatment Manually RFKKCRESCH_CHANGE - Perform Check Escheatment Manually RFKKCRESCH2 - Check Escheatment of Checks That Have Reached Escheatment Date RFKKCRESCH2 - Check Escheatment of Checks That Have Reached Escheatment Date RFKKCRESCH1_MAC - RFKKCRESCH1MAC