ROIREDTFGEN2_DATA_FORMS is a standard ABAP INCLUDE 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 ROIREDTFGEN2_DATA_FORMS into the relevant SAP transactions such as SE38 or SE80
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.
Title: Form routines for data retrieval and manipulation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_ENQU_GET call function 'DDIF_ENQU_GET' exporting name = enqname state = 'A' langu = sy-langu importing gotstate = p_state dd25v_wa = wal_dd25v tables dd26e_tab = tl_dd26e dd27p_tab = tl_dd27p * ddena_tab = tl_ddena exceptions illegal_input = 1 others = 2.
DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = tabname state = 'A' langu = sy-langu importing dd02v_wa = wal_dd02v dd09l_wa = wal_dd09l tables dd03p_tab = tl_dd03p dd05m_tab = tl_dd05m dd08v_tab = tl_dd08v dd12v_tab = tl_dd12v dd17v_tab = tl_dd17v dd35v_tab = tl_dd35v dd36m_tab = tl_dd36m exceptions illegal_input = 1 others = 2.
DDIF_VIEW_GET call function 'DDIF_VIEW_GET' exporting name = l_viewname * STATE = 'A' langu = sy-langu importing * GOTSTATE = dd25v_wa = wal_dd25v dd09l_wa = wal_dd09v tables dd26v_tab = tl_dd26v dd27p_tab = tl_dd27p dd28j_tab = tl_dd28j dd28v_tab = tl_dd28v exceptions illegal_input = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIREDTFGEN2_DATA_FORMS - Form routines for data retrieval and manipulation ROIREDTFGEN2 - SSR PC: DTF Table Generator ROIREDTFGEN2 - SSR PC: DTF Table Generator ROIREDTFEN2_FORM - Include ROIREDTFGEN_FORMS ROIREDTFCORRECT_TOP - Include ROIREDTFCORRECT_TOP ROIREDTFCORRECT_MAIN_SELSCRN - Include ROIREDTFCORRECT_MAIN_SELSCRN