RS_LXE_REFRESH_COLLECTIONS is a standard Executable ABAP Report 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_LXE_REFRESH_COLLECTIONS into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: TRL_AREA = Translation Areas
Title: Program RS_LXE_REFRESH_COLLECTIONS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LXE_COLL_BUILD_COLLX CALL FUNCTION 'LXE_COLL_BUILD_COLLX' EXPORTING custmnr = trl_area-low IMPORTING pstatus = gv_pstatus err_mess = gv_err_mess.
LXE_CUSTMNR_SELECT_MULTIPLE CALL FUNCTION 'LXE_CUSTMNR_SELECT_MULTIPLE' EXPORTING display_only = '' IMPORTING sel_done = lv_sel_done TABLES ex_custmnr = lt_areas EXCEPTIONS db_problem = 1.
SAPGUI_SET_FUNCTIONCODE CALL FUNCTION 'SAPGUI_SET_FUNCTIONCODE' EXPORTING functioncode = 'ENTE' EXCEPTIONS function_not_supported = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_LXE_REFRESH_COLLECTIONS - Program RS_LXE_REFRESH_COLLECTIONS RS_LXE_REFRESH_COLLECTIONS - Program RS_LXE_REFRESH_COLLECTIONS RS_LXE_PP_SWITCH_SRC_LANG_CL - Include RS_LXE_PP_SWITCH_SRC_LANG_CL RS_LXE_PP_SWITCH_SRC_LANG - Switch Proposal Pool Source Language RS_LXE_PP_SWITCH_SRC_LANG - Switch Proposal Pool Source Language RS_LXE_PPAT_GENERATE - Program RS_LXE_PPAT_GENERATE_2