RPFIBKRU_STD_TEXT is a standard Executable ABAP Report 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 RPFIBKRU_STD_TEXT 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: Select data for account name or osnovanie for memo order generation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = lv_addr_sel IMPORTING ADDRESS_VALUE = ls_gen_accname-addr1_val EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5 .
READ_STDTEXT CALL FUNCTION 'READ_STDTEXT' EXPORTING ID = 'ST' LANGUAGE = language NAME = name IMPORTING HEADER = hthead TABLES LINES = edtext EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 NOT_FOUND = 4 REFERENCE_CHECK = 5 OTHERS = 6.
CONVERT_TEXT CALL FUNCTION 'CONVERT_TEXT' "#EC * EXPORTING format_type = 'ASCII' formatwidth = '132' header = hthead TABLES foreign = edtext itf_lines = edtext EXCEPTIONS NOT_SUPPORTED = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPFIBKRU_STD_TEXT - Select data for account name or osnovanie for memo order generation RPFIBKRU_STD_TEXT - Select data for account name or osnovanie for memo order generation RPFIBKRU_MO_SETUP_0100 - Include RPFIBKRU_MO_SETUP_0100 RPFIBKRU_MO_SETUP - Settings for Banking RU (Memo Orders) RPFIBKRU_MO_SETUP - Settings for Banking RU (Memo Orders) RPFIBKRU_MO_MIGRATION - MO migration