SAP Reports / Programs

/SAPMP/TOOL_POOL_CHECK SAP ABAP Report - Program for Comparing PRT Pool with the Assigned Work Center Capacity







/SAPMP/TOOL_POOL_CHECK 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 /SAPMP/TOOL_POOL_CHECK into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPMP/TOOL_POOL_CHK - Comparison PRT Pool<->Assigned WkCtr


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 /SAPMP/TOOL_POOL_CHECK. "Basic submit
SUBMIT /SAPMP/TOOL_POOL_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPMP/TOOL_POOL_CHECK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Compare no. PRTs in pool with no. indiv. capas in assigned work center
Selection Text: WOWC = Pool Without Assigned Capacity
Selection Text: WERKS = Plant
Selection Text: USTSCTOL = Status Profile PRT/Pool
Selection Text: USTATTOL = Status PRT/Pool
Selection Text: TL_YELLO = @09@PRT >= Cap. (%)
Selection Text: TL_RED = @0A@PRTs < Cap.(%)
Selection Text: TL_GREEN = @08@PRTs >= Cap. (%)
Selection Text: SYSTATOL = System Status PRT/Pool
Selection Text: SELPOOL = PRT Pool
Title: Program for Comparing PRT Pool with the Assigned Work Center Capacity
Text Symbol: 224 = @0A\QRed Light if PRT < Cap. (&)@ PRT < Cap. (%)
Text Symbol: 223 = @09\QYellow Light if PRT >= Cap. (%)@ PRT >= Cap. (%)
Text Symbol: 222 = @08\QGreen Light if PRTs >= Cap. (%)@ PRTs >= Cap. (%)
Text Symbol: 218 = Number of Inactive PRTs
Text Symbol: 217 = No. of PRTs <=> % Cap. in WkCtr
Text Symbol: 216 = Plnt
Text Symbol: 215 = No. of Capacities in Work Center
Text Symbol: 214 = Work Center (Assigned to Pool)
Text Symbol: 213 = Number of Active PRTs
Text Symbol: 212 = Pool Name (Equipment)
Text Symbol: 211 = Pool (Equipment) Number
Text Symbol: 210 = Status
Text Symbol: 199 = LINE
Text Symbol: 104 = Excluded PRT
Text Symbol: 103 = TrafLightContrl
Text Symbol: 100 = Select.
Text Symbol: 018 = PRT Inactive
Text Symbol: 017 = PRT <=> Cap. (%)
Text Symbol: 016 = Plnt
Text Symbol: 015 = WkCtr Cap.
Text Symbol: 014 = Work Center
Text Symbol: 013 = PRT Act.
Text Symbol: 012 = PoolName
Text Symbol: 011 = Pool No.
Text Symbol: 010 = Status


INCLUDES used within this REPORT /SAPMP/TOOL_POOL_CHECK

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:

/SAPMP/TOOL_WC_CHECK CALL FUNCTION '/SAPMP/TOOL_WC_CHECK' IMPORTING E_FHM_WCT_FLAG = l_wct_flag.

STATUS_EXTERN_HELP_REQUEST CALL FUNCTION 'STATUS_EXTERN_HELP_REQUEST' EXPORTING DISPLAY = ' ' STSMA = p_status_profile IMPORTING ESTAT = estat TXT04 = txt04 TXT30 = txt30 * EXCEPTIONS * STSMA_NOT_FOUND = 1 * OTHERS = 2 .



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 /SAPMP/TOOL_POOL_CHECK or its description.