SAP Reports / Programs

RADMASG0 SAP ABAP Report - Mass Activation







RADMASG0 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 RADMASG0 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 RADMASG0. "Basic submit
SUBMIT RADMASG0 AND RETURN. "Return to original report after report execution complete
SUBMIT RADMASG0 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: FILE = Output to File
Selection Text: FRCACT = @4B@Force Activation
Selection Text: IMPCHK = @38@Import Check
Selection Text: INACTIVE = Nametab inactive
Selection Text: INDXNAME = Index Name
Selection Text: INDXTAB = Table Name
Selection Text: LOGNAME = Log Name
Selection Text: LOGSHOW = @10@Display Log Immediately
Selection Text: MCIDNAME = Matchcode ID
Selection Text: MCIDTAB = Name Matchcode Object
Selection Text: MCOBNAME = Name Matchcode Object
Selection Text: NOREPEAT = @2W@Do Not Redo
Selection Text: ROLLNAME = Data Element Name
Selection Text: SHLPNAME = Search Helps
Selection Text: SQLTNAME = Name of Phys. Pool/Cluster
Selection Text: TABNAME = Table Name
Selection Text: TABTNAME = Technical Settings
Selection Text: TEST_ON = @38@Test Mode On
Selection Text: TIMER_ON = @1V@Time meas. on
Selection Text: TRKORR = @4A@Transport Request
Selection Text: TRPROT = @96@Write Action Log
Selection Text: TTYPNAME = Table Type Name
Selection Text: VERSION = Object Version at Activation
Selection Text: VIEWNAME = View Name
Selection Text: FCT = Action
Selection Text: EXTTAB = External Table
Selection Text: ENQUNAME = Lock Object Name
Selection Text: ENQUEUE = @06@Lock Mass Activation
Selection Text: DOMNAME = Domain Name
Selection Text: DELNOREF = Only Non-Referenced Objects
Selection Text: DELALL = Active & Revised Version
Selection Text: DDMODE = Mode for Checks
Selection Text: DATABASE = Output to Database
Selection Text: AUTHCHK = @38@Authority Check
Title: Mass Activation
Text Symbol: 001 = Select Activation Environment
Text Symbol: 002 = Selecton of Object Pool
Text Symbol: 003 = Direct Object Selection





Text Symbol: 004 = Control of Activation and Deletion
Text Symbol: 005 = Activation
Text Symbol: 006 = Obj. to be deleted
Text Symbol: 007 = Log Parameter
Text Symbol: 008 = Output to File
Text Symbol: 009 = Output to Database
Text Symbol: 010 = Direct Objects
Text Symbol: 011 = Indexes to be edited
Text Symbol: 012 = MC IDs to be edited
Text Symbol: 013 = @3R@Direct Objects
Text Symbol: 014 = Nametabs to be deleted


INCLUDES used within this REPORT RADMASG0

INCLUDE RADBTOUM.
INCLUDE RADBTLOM.
INCLUDE RADBTMAC.
INCLUDE RADMASDFC.
INCLUDE RADMASCT.
INCLUDE RADMASGTC.
INCLUDE RADMASMCC.


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:

RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = 'RADMASG0' * IMPORTING * SP = tables selection_table = seltab.

DD_MASS_ACT * call function 'DD_MASS_ACT' * exporting * ddmode = ddmode * inactive = inactive * frcact = frcact * auth_chk = auth_chk * version = version * delall = delall * delnoref = delnoref * medium = medium * enqueue = enqueue * device = device * logname = logreal * write_log = ' ' * log_head_tail = ' ' * t_on = t_on * tst = tst * prid = prid * importing * act_rc = act_rc * tables * gentab = gentab * deltab = deltab * cnvtab = cnvtab * exceptions * access_failure = 1 * no_objects = 2 * locked = 3 * others = 4.

TRINT_E071_LOCKFLAG_WRITE call function 'TRINT_E071_LOCKFLAG_WRITE' exporting iv_symbolic_value = trlck_ok_generated importing ev_lockflag = -lockflag exceptions others = 1.



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