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

RS_TRANSLATION_DOWNLOAD2_USI01 SAP ABAP INCLUDE - RSTRANSLATIONDOWNLOAD2USI01







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

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 = wlistid text = disp_wl_text EXCEPTIONS no_selection = 0 OTHERS = 1.

LXE_GRAPHS_SELECT CALL FUNCTION 'LXE_GRAPHS_SELECT' EXPORTING titel = '' display_only = '' graphtxt = '*' * START_X = '74' * START_Y = '1' * END_X = '' * END_Y = '' * SORTED_BY = '' IMPORTING sel_done = lv_sel_done TABLES ex_graph = lt_sel_graphs mark_graph = lt_mark_graphs EXCEPTIONS db_problem = 1 OTHERS = 2.

LXE_ATTOB_OBJTYPES_SELECT CALL FUNCTION 'LXE_ATTOB_OBJTYPES_SELECT' EXPORTING title = '' typeatt = '*' both = '' non_r3_only = '' show_only = '' * START_X = '74' * START_Y = '1' * END_X = '74' * END_Y = '22' IMPORTING sel_done = lv_sel_done TABLES ex_attob = lt_sel_objs mark_attob = lt_mark_objs show_attob = lt_show_objs.

LXE_WRK_WORKLIST_SELECT * CALL FUNCTION 'LXE_WRK_WORKLIST_SELECT' * EXPORTING * targ_lang = lv_t_lang-t_lang * wlistid = wlistid * IMPORTING * pstatus = lv_err * TABLES * ex_wrkob = iworklist.

LXE_GRAPH_LANG_PAIRS_SELECT CALL FUNCTION 'LXE_GRAPH_LANG_PAIRS_SELECT' EXPORTING subselect = 'X' start_x = '1' start_y = '1' end_x = '50' end_y = '18' IMPORTING sel_done = lv_sel_done TABLES ex_lang_pair = lt_lang_pairs.



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