SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

SAPWL_1500_MODULES SAP ABAP INCLUDE - SAPWL1500MODULES







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

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:

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' * EXPORTING * SERVICES = 255 TABLES list = inst_list EXCEPTIONS no_server_list = 1 OTHERS = 2.

PF_READ_PARAMETER CALL FUNCTION 'PF_READ_PARAMETER' DESTINATION wa_inst_params-instance IMPORTING btcrecno = wa_inst_params-btcrec tabrecno = wa_inst_params-tabrec rfcrecno = wa_inst_params-rfcrec sporecno = wa_inst_params-sporec adrecno = wa_inst_params-adrec dbprocrecno = wa_inst_params-dbprocrec httprecno = wa_inst_params-httprecno tcode1 = wa_inst_params-tcode1 tcode2 = wa_inst_params-tcode2 tcode3 = wa_inst_params-tcode3 tcode4 = wa_inst_params-tcode4 tcode5 = wa_inst_params-tcode5 smtprecno = wa_inst_params-smtprec vmcrecno = wa_inst_params-vmcrec dbconrecno = wa_inst_params-dbconrec EXCEPTIONS system_failure = 1 communication_failure = 2 OTHERS = 3.

SAPTUNE_PROFILE_PARAMETER CALL FUNCTION 'SAPTUNE_PROFILE_PARAMETER' DESTINATION wa_inst_params-instance EXPORTING name = 'rdisp/no_statistic' IMPORTING value = wa_inst_params-nostat EXCEPTIONS unknown_parameter = 1 no_authorization = 2 OTHERS = 3.



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