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

ROIREDTFGEN_FORM SAP ABAP INCLUDE - Include ROIREDTFGEN_FORMS







ROIREDTFGEN_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 ROIREDTFGEN_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 ROIREDTFGEN_FORM. "Basic submit
SUBMIT ROIREDTFGEN_FORM AND RETURN. "Return to original report after report execution complete
SUBMIT ROIREDTFGEN_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 ROIREDTFGEN_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:

SYSTEM_STATUS CALL FUNCTION 'SYSTEM_STATUS' IMPORTING status = l_status.

DDIF_VIEW_GET CALL FUNCTION 'DDIF_VIEW_GET' EXPORTING NAME = l_viewname * STATE = 'A' * LANGU = ' ' IMPORTING * GOTSTATE = DD25V_WA = l_DD25v DD09L_WA = l_DD09V TABLES DD26V_TAB = l_dd26v_tab DD27P_TAB = l_dd27p_tab DD28J_TAB = l_dd28j_tab DD28V_TAB = l_dd28v_tab EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

DDIF_VIEW_PUT CALL FUNCTION 'DDIF_VIEW_PUT' EXPORTING NAME = l_viewname DD25V_WA = l_DD25v DD09L_WA = l_DD09V TABLES DD26V_TAB = l_dd26v_tab DD27P_TAB = l_dd27p_tab DD28J_TAB = l_dd28j_tab DD28V_TAB = l_dd28v_tab 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 = l_viewname * AUTH_CHK = 'X' * PRID = -1 IMPORTING RC = l_rc EXCEPTIONS NOT_FOUND = 1 PUT_FAILURE = 2 OTHERS = 3.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = name state = 'A' langu = langu IMPORTING * GOTSTATE = dd02v_wa = wa_dd02v dd09l_wa = wa_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_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = l_newname dd02v_wa = wa_dd02v dd09l_wa = wa_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 = x_name * AUTH_CHK = 'X' * PRID = -1 IMPORTING rc = rc_code EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.

DDIF_INDX_PUT CALL FUNCTION 'DDIF_INDX_PUT' EXPORTING name = l_newname id = l_id dd12v_wa = wa_dd12v TABLES dd17v_tab = tl_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 = x_name id = x_id * AUTH_CHK = 'X' * PRID = -1 IMPORTING rc = rc_code 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 * SRCSYSTEM = SY-SYSID edtflag = wa_tadir-edtflag IMPORTING es_tadir = wa_tadir EXCEPTIONS object_exists_global = 1 object_exists_local = 2 OTHERS = 3.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' * EXPORTING * WI_ORDER = ' ' * IV_NO_STANDARD_EDITOR = ' ' * IV_NO_SHOW_OPTION = ' ' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' * IMPORTING * WE_ORDER = * WE_TASK = TABLES wt_ko200 = tl_ko200 wt_e071k = tl_e071k * TT_TADIR = EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' EXPORTING iv_no_standard_editor = 'X' iv_no_show_option = 'X' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' * IMPORTING * WE_ORDER = * WE_TASK = * WE_OBJECTS_APPENDABLE = TABLES wt_ko200 = tl_ko200 wt_e071k = tl_e071k * TT_TADIR = EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.

DDIF_OBJECT_RESET CALL FUNCTION 'DDIF_OBJECT_RESET' EXPORTING type = l_type name = l_name * id = l_id EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_ENQU_GET CALL FUNCTION 'DDIF_ENQU_GET' EXPORTING name = l_name state = 'A' * LANGU = ' ' IMPORTING gotstate = 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_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 = x_name * PRID = -1 IMPORTING rc = rc_code EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING * CURSORLINE = 1 * MARK_FLAG = ' ' * MARK_MAX = 1 * START_COL = 0 * START_ROW = 0 textline1 = text-t01 * TEXTLINE2 = text-t02 * TEXTLINE3 = ' ' titel = text-tit * DISPLAY_ONLY = ' ' IMPORTING answer = answer TABLES t_spopli = tl_popup_list EXCEPTIONS not_enough_answers = 1 too_much_answers = 2 too_much_marks = 3 OTHERS = 4.

OIRE_GENERATE_ARCHIVE CALL FUNCTION 'OIRE_GENERATE_ARCHIVE' EXPORTING arch_obj_suffix = wa_oirecctypaobj-arch_obj_suffix bukrs = wa_oirecctypaobj-bukrs ssr_ccins = wa_oirecctypaobj-ssr_ccins i_status = g_status IMPORTING subrc = l_subrc.

DDIF_TABL_PUT





CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = pi_name TABLES dd03p_tab = pt_dd03p EXCEPTIONS tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.



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