RFKORIJ3 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 RFKORIJ3 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: Form Printout Include Module: Receipt
INCLUDE RFKOIJ31. "SAP JAPAN
No SAP DATABASE tables are accessed within this REPORT code!
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'ADDRESS' EXCEPTIONS WINDOW = 1.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'INFO' ELEMENT = EREIGNIS EXCEPTIONS WINDOW = 1 ELEMENT = 2.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN' ELEMENT = EREIGNIS EXCEPTIONS WINDOW = 1 ELEMENT = 2.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN' ELEMENT = '520' EXCEPTIONS WINDOW = 1 ELEMENT = 2.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN' ELEMENT = '521' EXCEPTIONS WINDOW = 1 ELEMENT = 2.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN' ELEMENT = EREIGNIS EXCEPTIONS WINDOW = 1 ELEMENT = 2.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN' ELEMENT = '530' EXCEPTIONS WINDOW = 1 ELEMENT = 2.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN' ELEMENT = '540' EXCEPTIONS WINDOW = 1 ELEMENT = 2.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN' ELEMENT = '541' EXCEPTIONS WINDOW = 1 ELEMENT = 2.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN' ELEMENT = '550' EXCEPTIONS WINDOW = 1 ELEMENT = 2.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN' ELEMENT = EREIGNIS EXCEPTIONS WINDOW = 1 ELEMENT = 2.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN' ELEMENT = '553' EXCEPTIONS WINDOW = 1 ELEMENT = 2.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN' ELEMENT = '560' EXCEPTIONS WINDOW = 1 ELEMENT = 2.
WRITE_FORM * CALL FUNCTION 'WRITE_FORM' * EXPORTING WINDOW = 'MAIN' * ELEMENT = '570' * EXCEPTIONS WINDOW = 1 * ELEMENT = 2.
SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING amount = rf140-zalbt currency = rf140-waers * FILLER = ' ' * LANGUAGE = SY-LANGU IMPORTING in_words = spellamount EXCEPTIONS not_found = 1 too_large = 2 OTHERS = 3 .
SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING amount = rf140-zalbt currency = rf140-waers * FILLER = ' ' * LANGUAGE = SY-LANGU IMPORTING in_words = spellamount EXCEPTIONS not_found = 1 too_large = 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.
RFKORIJ3 - Form Printout Include Module: Receipt RFKORIJ2 - Data Definitions for Japanese Statement of Account RFKORIJ1 - Include Program Document Analysisroutine (Japan) RFKORIEX - Include Module for Printing Forms: User Exits RFKORIEX - Include Module for Printing Forms: User Exits RFKORIC1 - Include MF05AI00_READ_VERIFDOC