SAP Reports / Programs

RADVIMNT SAP ABAP Report - DDinternal: Utilities Close to Activator for View Maintenance







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


Text pool values


Title: DDinternal: Utilities Close to Activator for View Maintenance


INCLUDES used within this REPORT RADVIMNT

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:

DB_GET_VIEW_DEFINITION_RAW call function 'DB_GET_VIEW_DEFINITION_RAW' EXPORTING VIEWNAME = dd25v_wa-viewname VIEWSTRING_IN = ddlsrcv_wa-source tables text_tab = statements EXCEPTIONS VIEW_NOT_EXISTS = 1 OTHERS = 2.

DD_VIEW_EXPAND CALL FUNCTION 'DD_VIEW_EXPAND' EXPORTING dd25v_wa = dd25v_wa * PRID = 0 * DD27P_INDEX = 0 * MODE = 0 TABLES dd27p_tab = dd27p_int dd26v_tab = dd26v_tab * DD03P_TAB = EXCEPTIONS OTHERS = 1.

DB_CREATE_VIEW_S CALL FUNCTION 'DB_CREATE_VIEW_S' EXPORTING no_exec = 'X' viewname = dd25v_wa-viewname TABLES dd26v_tab = dd26v_tab dd27v_tab = dd27v_int dd28v_tab = dd28v_int statements = statements EXCEPTIONS OTHERS = 6.

DD_VIEW_INNER_ACT CALL FUNCTION 'DD_VIEW_INNER_ACT' EXPORTING viewname = dd25v_wa-viewname prid = prid mode_control = mode_control act_mode = actmode dd25v_wa_n = dd25v_wa IMPORTING rc = rc * DBACT = TABLES dd26v_tab_n = dd26v_tab dd27p_tab_n = dd27p_tab dd28v_tab_n = dd28v_tab.

DD_TABD_GET CALL FUNCTION 'DD_TABD_GET' EXPORTING get_state = get_state langu = sy-langu prid = 0 tabl_name = tabname withtext = 'X' IMPORTING dd02v_wa_a = add_tab-dd02v dd02v_wa_n = add_tab_n-dd02v got_state = got_state TABLES dd03p_tab_a = add_tab-dd03p dd03p_tab_n = add_tab_n-dd03p dd05m_tab_a = add_tab-dd05m dd05m_tab_n = add_tab_n-dd05m dd08v_tab_a = add_tab-dd08v dd08v_tab_n = add_tab_n-dd08v EXCEPTIONS access_failure = 01.

DD_TBFK_GET CALL FUNCTION 'DD_TBFK_GET' EXPORTING fieldname = dd08l_tab-fieldname get_state = 'A' tabl_name = dd08l_tab-tabname IMPORTING got_state = got_state TABLES dd05m_tab_a = dd05m_tab_a dd05m_tab_n = dd05m_tab_n dd08v_tab_a = dd08v_tab_a dd08v_tab_n = dd08v_tab_n EXCEPTIONS illegal_value = 1 OTHERS = 2.

DD_VIFD_GET CALL FUNCTION 'DD_VIFD_GET' EXPORTING get_state = 'A' langu = sy-langu prid = prid view_name = baseview withtext = ' ' IMPORTING got_state = got_state TABLES dd27p_tab_a = dd27p_tab EXCEPTIONS OTHERS = 2.

DD_VIEW_GET CALL FUNCTION 'DD_VIEW_GET' EXPORTING get_state = get_state prid = prid view_name = baseview IMPORTING got_state = got_state TABLES dd26v_tab_a = dd26v_int EXCEPTIONS OTHERS = 2.

DD_OBJECT_EXISTS CALL FUNCTION 'DD_OBJECT_EXISTS' EXPORTING class = 'TABL' name = name state = 'A' IMPORTING exists = exists produced = produced EXCEPTIONS illegal_input = 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 RADVIMNT or its description.