SAP Reports / Programs

RADTRANS SAP ABAP Report - ABAP/4 Dict.: Interf. Betw. N. Table Activ. Program and Mass Activ. P.







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


Text pool values


Title: ABAP/4 Dict.: Interf. Betw. N. Table Activ. Program and Mass Activ. P.


INCLUDES used within this REPORT RADTRANS

INCLUDE RADBTMAC.


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_TABL_ACTM CALL FUNCTION 'DD_TABL_ACTM' EXPORTING MODE = ACTMODE GETSTATE = GETSTATE NTAB_PUTSTATE = NTAB_PUTSTATE PRID = PRID SETTMST = SETTMST TABNAME = TABNAME AUTH_CHK = AUTH_CHK TIMER_ON = TIMER_ON UPGRMODE = UPGRMODE IMPORTING ACT_RESULT = ACT_RESULT DD02V_WA = DD02V_HD CTRL_TABL_RES = CTRL_TABLE_RES TABLES CTRL_TBVI_TAB = TBVI EXCEPTIONS DBCHANGE_FAILURE = 01 NTAB_GEN_FAILURE = 02 PUT_FAILURE = 03 READ_FAILURE = 04 OTHERS = 05.

DD_GET_INCLUDING_TABLES CALL FUNCTION 'DD_GET_INCLUDING_TABLES' EXPORTING TABNAME = DD02V_HD-TABNAME TABLES TABNAMES = DD02V_INC.

DD_TABL_ACTM CALL FUNCTION 'DD_TABL_ACTM' EXPORTING MODE = ACTMODE NTAB_PUTSTATE = NTAB_PUTSTATE PRID = PRID SETTMST = SETTMST TABNAME = TABNAME AUTH_CHK = AUTH_CHK TIMER_ON = TIMER_ON IMPORTING ACT_RESULT = ACT_RESULT CTRL_TABL_RES = CTRL_TABLE_RES EXCEPTIONS DBCHANGE_FAILURE = 01 NTAB_GEN_FAILURE = 02 PUT_FAILURE = 03 READ_FAILURE = 04 OTHERS = 05.

DD_TABT_ACTM CALL FUNCTION 'DD_TABT_ACTM' EXPORTING ACT_MODE = ACTMODE TABNAME = TABNAME GET_STATE = GET_STATE NTABSTATE = NTAB_PUTSTATE CNV_ORDER = CNV_ORDER TIMER_ON = TIMER_ON PRID = PRID EXCOMMIT = 'X' IMPORTING ACT_RESULT = ACT_RESULT EXCEPTIONS ILLEGAL_VALUE = 1 OP_FAILURE = 2 OTHERS = 3.

DD_DOMA_ACTM CALL FUNCTION 'DD_DOMA_ACTM' EXPORTING ACT_MODE = ACTMODE ACT_CTRL_PAR = CTRL_DOMA_CONTROL PRID = PRID OFF = 0 * len = 10 TIMER_ON = TIMER_ON TABLES DOMA_NAMES = DOMAIN DO_ACT_RESULTS = ACT_RESULTS EXCEPTIONS OTHERS = 1.

DD_MX_TABL_ACT CALL FUNCTION 'DD_MX_TABL_ACT' EXPORTING TABNAME = TABNAME DD02V_WA = DD02V_WA PRID = PRID ACT_MODE = ACT_MODE NTAB_PUTSTATE = NTAB_PUTSTATE ACTIVATE = 'A' AUTH_CHK = AUTH_CHK UPGRMODE = UPGRMODE ACT_RESULT = ACT_RESULT TABLES CTRL_TABL_RES = CTRL_TABLE_RES EXCEPTIONS ILLEGAL_VALUE = 1 OTHERS = 2.



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