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

ROIREDTFEN2_FORM SAP ABAP INCLUDE - Include ROIREDTFGEN_FORMS







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


Text pool values


Title: Include ROIREDTFGEN_FORMS


INCLUDES used within this REPORT ROIREDTFEN2_FORM

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:

TRINT_TADIR_INSERT CALL FUNCTION 'TRINT_TADIR_INSERT' EXPORTING devclass = wa_tadir-devclass genflag = wa_tadir-genflag object = wa_tadir-object obj_name = wa_tadir-obj_name pgmid = wa_tadir-pgmid edtflag = wa_tadir-edtflag IMPORTING es_tadir = wa_tadir EXCEPTIONS object_exists_global = 1 object_exists_local = 2 OTHERS = 3.

DDIF_VIEW_PUT CALL FUNCTION 'DDIF_VIEW_PUT' EXPORTING name = pi_dd25v-viewname dd25v_wa = pi_dd25v dd09l_wa = pi_dd09v TABLES dd26v_tab = pt_dd26v dd27p_tab = pt_dd27p dd28j_tab = pt_dd28j dd28v_tab = pt_dd28v EXCEPTIONS view_not_found = 1 name_inconsistent = 2 view_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.

DDIF_VIEW_ACTIVATE CALL FUNCTION 'DDIF_VIEW_ACTIVATE' EXPORTING name = pi_dd25v-viewname auth_chk = '' * PRID = -1 IMPORTING rc = pi_subrc EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.

TRINT_TADIR_INSERT CALL FUNCTION 'TRINT_TADIR_INSERT' EXPORTING * author = sy-uname * masterlang = wa_tadir-masterlang devclass = wa_tadir-devclass genflag = wa_tadir-genflag object = wa_tadir-object obj_name = wa_tadir-obj_name pgmid = wa_tadir-pgmid edtflag = wa_tadir-edtflag IMPORTING es_tadir = wa_tadir EXCEPTIONS object_exists_global = 1 object_exists_local = 2 OTHERS = 3.

DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = pi_table_name dd02v_wa = wal_dd02v dd09l_wa = wal_dd09l TABLES dd03p_tab = tl_dd03p dd05m_tab = tl_dd05m dd08v_tab = tl_dd08v dd35v_tab = tl_dd35v dd36m_tab = tl_dd36m EXCEPTIONS tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.

DDIF_TABL_ACTIVATE CALL FUNCTION 'DDIF_TABL_ACTIVATE' EXPORTING name = pi_table_name auth_chk = 'X' IMPORTING rc = pi_subrc EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.

TRINT_TADIR_INSERT * CALL FUNCTION 'TRINT_TADIR_INSERT' * EXPORTING ** author = sy-uname ** masterlang = wa_tadir-masterlang * devclass = wa_tadir-devclass * genflag = wa_tadir-genflag * object = wa_tadir-object * obj_name = wa_tadir-obj_name * pgmid = wa_tadir-pgmid * edtflag = wa_tadir-edtflag * IMPORTING * es_tadir = wa_tadir * EXCEPTIONS * object_exists_global = 1 * object_exists_local = 2 * OTHERS = 3.

DDIF_INDX_PUT CALL FUNCTION 'DDIF_INDX_PUT' EXPORTING name = p_name id = l_id dd12v_wa = wa_dd12v TABLES dd17v_tab = t2_dd17v EXCEPTIONS indx_not_found = 1 name_inconsistent = 2 indx_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.

DDIF_INDX_ACTIVATE CALL FUNCTION 'DDIF_INDX_ACTIVATE' EXPORTING name = p_name id = l_id auth_chk = ' ' * PRID = -1 IMPORTING rc = pi_subrc EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.

TRINT_TADIR_INSERT CALL FUNCTION 'TRINT_TADIR_INSERT' EXPORTING * author = sy-uname * masterlang = wa_tadir-masterlang devclass = wa_tadir-devclass genflag = wa_tadir-genflag object = wa_tadir-object obj_name = wa_tadir-obj_name pgmid = wa_tadir-pgmid edtflag = wa_tadir-edtflag IMPORTING es_tadir = wa_tadir EXCEPTIONS object_exists_global = 1 object_exists_local = 2 OTHERS = 3.

DDIF_ENQU_PUT CALL FUNCTION 'DDIF_ENQU_PUT' EXPORTING name = wal_dd25v-viewname dd25v_wa = wal_dd25v TABLES dd26e_tab = tl_dd26e dd27p_tab = tl_dd27p EXCEPTIONS enqu_not_found = 1 name_inconsistent = 2 enqu_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.

DDIF_ENQU_ACTIVATE CALL FUNCTION 'DDIF_ENQU_ACTIVATE' EXPORTING name = wal_dd25v-viewname IMPORTING rc = pi_subrc EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = pt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

DDIF_OBJECT_RESET CALL FUNCTION 'DDIF_OBJECT_RESET' EXPORTING type = p_type name = p_name id = pi_id EXCEPTIONS illegal_input = 1 OTHERS = 2.

OIRA_UPDATE_ARCH_STRUCTURE CALL FUNCTION 'OIRA_UPDATE_ARCH_STRUCTURE' IMPORTING e_inserted_arch = l_inserted TABLES t_tablist = l_list EXCEPTIONS update_error = 1 no_entries = 2 delete_error = 3 OTHERS = 4.



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