RSTLAN_OCS_BTC 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 RSTLAN_OCS_BTC 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: Batch program for RSTLAN_IMPORT_OCS
INCLUDE RSTLAN_OCS_BTC_F01.
No SAP DATABASE tables are accessed within this REPORT code!
TRINT_FI_GET_DIRECTORY_NAMES CALL FUNCTION 'TRINT_FI_GET_DIRECTORY_NAMES' IMPORTING ev_trans_dir = gv_prog_info-trans_dir ev_tmp_dir = gv_prog_info-trans_tmp_dir EXCEPTIONS OTHERS = 1.
ENQUEUE_ES_PROG CALL FUNCTION 'ENQUEUE_ES_PROG' EXPORTING name = 'RSTLAN_OCS_BTC' EXCEPTIONS foreign_lock = 01 system_failure = 02.
DEQUEUE_ES_PROG CALL FUNCTION 'DEQUEUE_ES_PROG' EXPORTING name = 'RSTLAN_OCS_BTC' EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTLAN_OCS_BTC - Batch program for RSTLAN_IMPORT_OCS RSTLAN_OCS_BTC - Batch program for RSTLAN_IMPORT_OCS RSTLAN_LANGUAGE_CHECK - Language Installation Check RSTLAN_LANGUAGE_CHECK - Language Installation Check RSTLAN_INIT_ENTRIES - Create Initial Entries in Language Transport Administration Tables RSTLAN_INIT_ENTRIES - Create Initial Entries in Language Transport Administration Tables