RSAODSACTIVATE 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 RSAODSACTIVATE 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: Add TADIR entries for staging
Text Symbol: 001 = TADIR Entry Successfully Created for
Text Symbol: 002 = TADIR Entry NOT Successfully Created for
Text Symbol: 003 = Data Element
Text Symbol: 004 = Domain
Text Symbol: 005 = Make TADIR Entries for Transfer Structure DTEL and DOMA
Text Symbol: 006 = You must use patch 16 (2.0B)
Text Symbol: 007 = or 8 (2.1C) for upgrade
Text Symbol: 008 = With Language Import for Message RSM1 526
No SAP DATABASE tables are accessed within this REPORT code!
STRF_SETNAME call function 'STRF_SETNAME' exporting dirtype = gc_pathtype filename = gv_filename subdir = gc_subpath importing file = gv_pathname exceptions wrong_call = 1 others = 2.
SUBST_WRITE_PROTOCOL call function 'SUBST_WRITE_PROTOCOL' exporting acttype = gc_pathtype ifname = gv_pathname importing efname = gv_pathname tables p_tab = gt_protocol exceptions write_failed = 01 others = 02.
SUBST_APPEND_PROTOCOL call function 'SUBST_APPEND_PROTOCOL' exporting l_msag = ag l_severity = severity l_msgnr = msgnr l_v1 = l_var1 l_v2 = l_var2 l_v3 = l_var3 l_v4 = l_var4 tables p_tab = gt_protocol.
RSAWB_MAINTAIN_DTA * call function 'RSAWB_MAINTAIN_DTA' * exporting * i_method = rsatr_c_dta_get_all * i_type = rsatr_c_odso * i_objvers = rs_c_objvers-active * importing * e_t_dta = l_t_dta.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.