SAP Reports / Programs

RADTBIEX SAP ABAP Report - Tables: Expand INCLUDEs







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


Text pool values


Title: Tables: Expand INCLUDEs
Text Symbol: 005 = Contents of DD08V:
Text Symbol: 004 = Contents of DD05M:
Text Symbol: 003 = Contents of DD03P:
Text Symbol: 002 = Error expanding table &
Text Symbol: 001 = Table & is not active


INCLUDES used within this REPORT RADTBIEX

INCLUDE LSDDITYP.
INCLUDE RADBTMAC.
FORM EXPAND_INCLUDE


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_EXPAND CALL FUNCTION 'DD_TABL_EXPAND' EXPORTING dd02v_wa = dd02v_wa mode = mode dd03p_index = dd03p_index prid = prid IMPORTING subrc = rc missing_table = missing_table TABLES dd03p_tab = dd03p_tab dd05m_tab = dd05m_tab dd08v_tab = dd08v_tab * DD35V_TAB = * DD36M_TAB = EXCEPTIONS illegal_parameter = 1 OTHERS = 2.

DD_TABL_EXPAND CALL FUNCTION 'DD_TABL_EXPAND' EXPORTING dd02v_wa = dd02v_wa mode = mode dd03p_index = dd03p_index prid = prid IMPORTING subrc = rc * MISSING_TABLE = TABLES dd03p_tab = dd03p_tab dd05m_tab = dd05m_tab dd08v_tab = dd08v_tab * DD35V_TAB = * DD36M_TAB = EXCEPTIONS illegal_parameter = 1 OTHERS = 2.

DD_TBFK_GET CALL FUNCTION 'DD_TBFK_GET' EXPORTING FIELDNAME = fmap-old GET_STATE = 'A' TABL_NAME = inctab WITHTEXT = 'X' TABLES DD05M_TAB_A = dd05m_tab DD08V_TAB_A = dd08v_tab EXCEPTIONS OTHERS = 0.

DD_TBSH_GET CALL FUNCTION 'DD_TBSH_GET' EXPORTING FIELDNAME = fmap-old GET_STATE = 'A' TABL_NAME = inctab TABLES DD35v_TAB_A = dd35v_tab DD36m_TAB_A = dd36m_tab EXCEPTIONS OTHERS = 0.



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