SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

RFKKCRESCH_CHANGEF01 SAP ABAP INCLUDE - RFKKCRESCHCHANGEF01







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


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 RFKKCRESCH_CHANGEF01. "Basic submit
SUBMIT RFKKCRESCH_CHANGEF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKCRESCH_CHANGEF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFKKCRESCH_CHANGEF01

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



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