SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

RDDMASGL SAP ABAP Report - ?...







RDDMASGL 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 RDDMASGL 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 RDDMASGL. "Basic submit
SUBMIT RDDMASGL AND RETURN. "Return to original report after report execution complete
SUBMIT RDDMASGL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: LNOTOUCH = Do not restart
Selection Text: LNODIR21 = Activation type
Selection Text: LFUNCT = Function (MTGEN, PTGEN, TRGEN)
Title: ?...
Text Symbol: 004 = Following transport requests are activated repeatedly
Text Symbol: 003 = Background job RDDMASGL ended correctly
Text Symbol: 002 = End of mass activation
Text Symbol: 001 = Start of mass activation


INCLUDES used within this REPORT RDDMASGL

INCLUDE RADBTOUM.


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_OPEN_TEMPPROT call function 'STRF_OPEN_TEMPPROT' exporting access = access acttype = acttype dirtype = dirtype sysname = sysname trkorr = trkorr trbat_logname = logname importing cant_open = cant_open file = file exceptions wrong_call = 1 others = 2.

STRF_SETNAME_TEMPPROT call function 'STRF_SETNAME_TEMPPROT' exporting acttype = acttype dirtype = dirtype * NAMECONV = 'N' sysname = sysname trkorr = trkorr_tab-trkorr trbat_logname = trkorr_tab-logname "TRBAT-LOGNAME importing file = file exceptions wrong_call = 1 others = 2.

DATE_GET_WEEK call function 'DATE_GET_WEEK' exporting date = date importing week = week exceptions date_invalid = 1 others = 2.

STRF_SETNAME call function 'STRF_SETNAME' exporting dirtype = 'T' filename = filename subdir = 'log' importing file = file exceptions wrong_call = 1 others = 2.

UPG_GET_UPGRADE_INFO call function 'UPG_GET_UPGRADE_INFO' exporting iv_component = '*' iv_newrelease = ' ' iv_upgtype = 'A' iv_readmode = 'ACT' iv_comp_select = 'A' iv_buffered = ' ' tables tt_upginfo = uvers_tab exceptions readmode_unknown = 1 component_not_active = 2 ambigious_entries = 3 no_upgrade_active = 4 others = 5.



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 RDDMASGL or its description.