SAP Reports / Programs | Service Station Retailing | Industry Solution Oil | Service Station Retailing(IS-OIL-DS-SSR) SAP IS

ROIREDTFGEN2_DATA_FORMS SAP ABAP INCLUDE - Form routines for data retrieval and manipulation







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


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


Text pool values


Title: Form routines for data retrieval and manipulation


INCLUDES used within this REPORT ROIREDTFGEN2_DATA_FORMS

No INCLUDES are used within this REPORT code!


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:

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.



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