RSBCS_CONVERT_OTF_FOR_UNICODE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Documents of form processing type OTF are created system-specifically...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSBCS_CONVERT_OTF_FOR_UNICODE 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.
Selection Text: P_FULLLG = Detailed Display
Selection Text: P_RFC = Remote Office Destination
Selection Text: P_TEST = Test Mode
Title: BCS: Conversion of OTF documents before a Unicode conversion
Text Symbol: 001 = Selection
Text Symbol: 002 = Options
Text Symbol: 003 = RFC Connection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = sy-repid tables selection_table = lt_sel_options exceptions not_found = 1 no_report = 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.
RSBCS_CONVERT_OTF_FOR_UNICODE - BCS: Conversion of OTF documents before a Unicode conversion RSBCS_CONVERT_OTF_FOR_UNICODE - BCS: Conversion of OTF documents before a Unicode conversion RSBCS_CONTENT_REORG - BCS: Delete Unused KPRO Documents RSBCS_CONTENT_REORG - BCS: Delete Unused KPRO Documents RSBCS_ADRVP - Report RSBCS_ADRVP RSBCS_ADRVP - Report RSBCS_ADRVP