J_3RKRSCF01 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 J_3RKRSCF01 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.
Title: Include J_3RKRSCF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERT_TO_LOCAL_CURRENCY * call function 'CONVERT_TO_LOCAL_CURRENCY' * exporting * local_currency = bkpf-hwaer * foreign_currency = bkpf-waers * foreign_amount = bseg-wrbtr * date = bkpf-wwert * rate = bkpf-kursf * importing * local_amount = tbl_dop-dmbtr * exceptions * others = 4.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING LOCAL_CURRENCY = BKPF-HWAER FOREIGN_CURRENCY = BKPF-WAERS FOREIGN_AMOUNT = BSEG-WRBTR DATE = BKPF-WWERT RATE = BKPF-KURSF IMPORTING LOCAL_AMOUNT = TBL_DOP-DMBTR EXCEPTIONS OTHERS = 4.
J_3RK_KORRSCH_MOVE_KRP CALL FUNCTION 'J_3RK_KORRSCH_MOVE_KRP' EXPORTING NOM_D = NOM_D NOM_K = NOM_K DEL_TBL = DEL_TBL BUKRS = BKPF-BUKRS TABLES TBL_DEB = TBL_DEB TBL_KRE = TBL_KRE TBL_KRP = TBL_KRP CHANGING INVERSE = INVERSE EXCEPTIONS CANT_MOVE = 1 CHECK_FAIL_ZKRN = 2 CHECK_FAIL_VD = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.