ERPSLS_WLOADDET 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 ERPSLS_WLOADDET 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.
Title: Program ERPSLS_WLOADDET
INCLUDE ERPSLS_WLOADDET_TOP . " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
RS_VARIANT_EXISTS call function 'RS_VARIANT_EXISTS' exporting report = wa_link-report variant = wa_link-rep_variant IMPORTING R_C = RC EXCEPTIONS NOT_AUTHORIZED = 1 NO_REPORT = 2 REPORT_NOT_EXISTENT = 3 REPORT_NOT_SUPPLIED = 4 OTHERS = 5 .
MMPRTL_GET_WORKLOAD_FOR_REPORT CALL FUNCTION 'MMPRTL_GET_WORKLOAD_FOR_REPORT' EXPORTING I_REPORT = wa_link-report I_TCODE = wa_tcode I_VARIANT = vari40 I_ADDFIELD = wa_addfield IMPORTING E_WORKLOAD = counter .
RS_VARIANT_EXISTS call function 'RS_VARIANT_EXISTS' exporting report = wa_link-report variant = wa_link-rep_variant IMPORTING R_C = RC EXCEPTIONS NOT_AUTHORIZED = 1 NO_REPORT = 2 REPORT_NOT_EXISTENT = 3 REPORT_NOT_SUPPLIED = 4 OTHERS = 5 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ERPSLS_WLOADDET - Program ERPSLS_WLOADDET ERPSLS_WLOADDET - Program ERPSLS_WLOADDET ERPSLS_UI_FILLRL - Fill Report Launchpad with default values ERPSLS_UI_FILLRL - Fill Report Launchpad with default values ERPSLS_ISR_CONFIG - Fill Collector Navigation Data for Role Internal Sales Representative ERPSLS_ISR_CONFIG - Fill Collector Navigation Data for Role Internal Sales Representative