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

RADENACT SAP ABAP Report - FORMs for Activating Lock Objects







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


Text pool values


Title: FORMs for Activating Lock Objects
Text Symbol: TM1 = Total time
Text Symbol: TM2 = Read lock object
Text Symbol: TM3 = Read base tables
Text Symbol: TM4 = Checks
Text Symbol: TM5 = Save
Text Symbol: TM6 = Generate function modules


INCLUDES used within this REPORT RADENACT

INCLUDE: RADBTOUM,
RADBTTM0,
RADBTLOM.


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:

DD_ENQU_GENERATE CALL FUNCTION 'DD_ENQU_GENERATE' EXPORTING WITH_ENQU = 'X' ENQUNAME = enqu_name WITH_TABL = 'X' PRID = PRID IMPORTING DEQAREA = deqarea DEQFUNCNAME = deqfuncname ENQAREA = enqarea ENQFUNCNAME = enqfuncname TABLES DD26E_TAB = DD26E_tab_o DD27P_FLD = DD27P_fld_o DD03P_BAS = DD03P_ess DD05M_BAS = DD05M_ess CHANGING DD25V_WA = DD25V_wa_o EXCEPTIONS OTHERS = 01.

DD_ENQU_PUT_PREPARED CALL FUNCTION 'DD_ENQU_PUT_PREPARED' EXPORTING DD25V_WA = DD25V_wa_o PRID = PRID PUT_STATE = put_state_lok ENQU_NAME = enqu_name TABLES DD26E_TAB = DD26E_tab_o DD27P_FLD = DD27P_fld_o EXCEPTIONS OTHERS = 01.



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