RFKORI30PDF 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 RFKORI30PDF 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!
WRITE_FORM * CALL FUNCTION 'WRITE_FORM' * EXPORTING WINDOW = 'ADDRESS' * EXCEPTIONS WINDOW = 1.
ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING address_type = '1' address_number = dkadr-adrnr sender_country = dkadr-inlnd * PERSON_NUMBER = ' ' IMPORTING address_printform = ls_adrs_print * NUMBER_OF_USED_LINES = EXCEPTIONS OTHERS = 1.
ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING adrswa_in = ls_adrs IMPORTING adrswa_out = ls_adrs * NUMBER_OF_USED_LINES = EXCEPTIONS OTHERS = 1.
WRITE_FORM * CALL FUNCTION 'WRITE_FORM' * EXPORTING WINDOW = 'INFO' * ELEMENT = EREIGNIS * FUNCTION = 'APPEND' * EXCEPTIONS WINDOW = 1 * ELEMENT = 2.
WRITE_FORM * CALL FUNCTION 'WRITE_FORM' * EXPORTING WINDOW = 'MAIN' * ELEMENT = '510' * EXCEPTIONS WINDOW = 1 * ELEMENT = 2.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = 'FIKO' LANGUAGE = RF140-TDSPRAS NAME = RF140-TDNAME OBJECT = 'BKORM' IMPORTING HEADER = HTHEADER TABLES LINES = HTLINES EXCEPTIONS * ID = 01 * LANGUAGE = 02 * NAME = 03 * OBJECT = 04.
REPLACE_TEXTSYMBOL CALL FUNCTION 'REPLACE_TEXTSYMBOL' EXPORTING ENDLINE = sy-tfill LANGUAGE = l_text_langu STARTLINE = 1 TABLES LINES = HTLINES .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKORI30PDF - documentation and ABAP source code RFKORI30 - Form Printout Include Module: Individual Correspondence RFKORI25SG - documentation and ABAP source code RFKORI25PH - documentation and ABAP source code RFKORI25PDF - documentation and ABAP source code RFKORI25 - Form Printout Include Module: Internal Documents