SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management(BW-WHM) SAP BW

RSAODSACTIVATE SAP ABAP Report - Add TADIR entries for staging







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSAODSACTIVATE. "Basic submit
SUBMIT RSAODSACTIVATE AND RETURN. "Return to original report after report execution complete
SUBMIT RSAODSACTIVATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RSAODSACTIVATE

INCLUDE: LRSACTAB,
RSAGUILOG.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSAODSACTIVATE or its description.