SAP Reports / Programs | Basis Components | Basis Components | Translation Tools(BC-DOC-TTL) SAP BC

I_RS_TRANSLATION_DL_FORMS SAP ABAP INCLUDE - IRSTRANSLATIONDLFORMS







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


INCLUDES used within this REPORT I_RS_TRANSLATION_DL_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:

LXE_WRK_WL_SELECT CALL FUNCTION 'LXE_WRK_WL_SELECT' IMPORTING wlistid = pwlistid " text = disp_wl_text EXCEPTIONS no_selection = 0 OTHERS = 1.

LXE_ATTOB_OBJTYPES_SELECT CALL FUNCTION 'LXE_ATTOB_OBJTYPES_SELECT' IMPORTING sel_done = lv_sel_done TABLES ex_attob = lt_ex_attob mark_attob = lt_mark_attob show_attob = lt_show_attob.

LXE_GRAPHS_SELECT CALL FUNCTION 'LXE_GRAPHS_SELECT' EXPORTING display_only = '' IMPORTING sel_done = lv_sel_done TABLES ex_graph = lt_ex_graph mark_graph = lt_mark_graph EXCEPTIONS db_problem = 1 OTHERS = 2.

LXE_DOMA_DOMAS_SELECT CALL FUNCTION 'LXE_DOMA_DOMAS_SELECT' IMPORTING sel_done = lv_sel_done TABLES ex_domat = lt_ex_domat.

LXE_GRAPH_LANG_PAIRS_SELECT CALL FUNCTION 'LXE_GRAPH_LANG_PAIRS_SELECT' IMPORTING SEL_DONE = lv_sel_done TABLES EX_LANG_PAIR = LT_LANG_PAIRS.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.

LXE_COLL_GET_GRAPH_COLLS CALL FUNCTION 'LXE_COLL_GET_GRAPH_COLLS' EXPORTING graph = lv_sel_graph-graph TABLES ex_colls = lt_tmp_colls EXCEPTIONS error = 1 OTHERS = 2.

LXE_WRK_WORKLIST_SELECT CALL FUNCTION 'LXE_WRK_WORKLIST_SELECT' EXPORTING targ_lang = lv_lang_pairs-t_lang sour_lang = lv_lang_pairs-s_lang wlistid = PWLISTID * IMPORTING * pstatus = lv_err TABLES ex_wrkob = iworklist_tmp.



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