WLC_REPORT_IN_PARALLELF05 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 WLC_REPORT_IN_PARALLELF05 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RPY_MESSAGE_COMPOSE CALL FUNCTION 'RPY_MESSAGE_COMPOSE' EXPORTING * LANGUAGE = SY-LANGU message_id =
-submit_return-msgid message_number = -submit_return-msgno message_var1 = -submit_return-msgv1 message_var2 = -submit_return-msgv2 message_var3 = -submit_return-msgv3 message_var4 = -submit_return-msgv4 IMPORTING message_text = lf_msg_shorttext TABLES longtext = lt_msg_longtext EXCEPTIONS * MESSAGE_NOT_FOUND = 1 OTHERS = 0 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WLC_REPORT_IN_PARALLELF05 - WLCREPORTINPARALLELF05 WLC_REPORT_IN_PARALLELF04 - WLCREPORTINPARALLELF04 WLC_REPORT_IN_PARALLELF03 - WLCREPORTINPARALLELF03 WLC_REPORT_IN_PARALLELF02 - WLCREPORTINPARALLELF02 WLC_REPORT_IN_PARALLELF01 - WLCREPORTINPARALLELF01 WLC_REPORT_IN_PARALLELATE - WLCREPORTINPARALLELATE