DI_SUBCON_MONITOR_2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report SAPSIMPLE_TREE_CONTROL_DEMO demonstrates the use of the simple tree control (class CL_GUI_SIMPLE_TREE)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter DI_SUBCON_MONITOR_2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ADSUBCON - SUBCONTRACTING Monitor
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: D_BANFN = D .
Selection Text: D_EBELN = Purchase order
Selection Text: D_VBELN = D .
Selection Text: P_FEONL = Forward Exchange PO only
Selection Text: P_FRGZU = Released documents only
Selection Text: P_GETDL = Display deliveries
Selection Text: P_GETMD = Display material documents
Selection Text: P_GETPR1 = Display PRs w/o PO
Selection Text: P_GETPR2 = Display PRs w/ PO
Selection Text: P_LEVEL = Expand tree up to level
Selection Text: P_NULLZ = Display zero rows
Selection Text: P_STOCK = Stock balance display
Selection Text: S_AUFNR = Acc. assignm. to order
Selection Text: S_BAUGR = D .
Selection Text: S_BDTER = D .
Selection Text: S_EBAKZ = Requirement closed
Selection Text: S_EINDT = D .
Selection Text: S_WERKS = D .
Selection Text: S_VBELN = D .
Selection Text: S_SOBKZ = Special stock indicator
Selection Text: S_PS_PSP = Acc. assignm. to WBS element
Selection Text: S_PSPNR = D .
Selection Text: S_POSNR = D .
Selection Text: S_OWNER = D .
Selection Text: S_MFRPN = D .
Selection Text: S_MATNR = D .
Selection Text: S_MATKL = D .
Selection Text: S_LOEKZ = D .
Selection Text: S_LIFNR = D .
Selection Text: S_KUNNR = D .
Selection Text: S_EMNFR = D .
Selection Text: S_ELIKZ = D .
Selection Text: S_EKORG = D .
Selection Text: S_EKGRP = D .
Title: Subcontracting Monitor
Text Symbol: WRK = Plant
Text Symbol: POI = Purch. order
Text Symbol: P04 = Serialnumbers are assigned correctly
INCLUDE DI_SUBCON_4.
INCLUDE BDCRECXY.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 DI_SUBCON_MONITOR_2 or its description.