Symptom
in Job SM:AGS_CC_BUSI_CRIT_AVAIL (Program DATA_POOL_AVAILABILITY_PROG) you get the following log:
Job started
Step 001 started (program DATA_POOL_AVAILABILITY_PROG, variant , user ID [USER ID])
No available data found for system <SID>
Data pool DATA GROWTH cannot be used for system <SID>
No available data found for system <SID>
Data pool TABLE UTILIZATION cannot be used for system <SID>
Internal session terminated with a runtime error RAISE_EXCEPTION (see ST22)
Job cancelled
In the ST22 dump you will see something similar to the following:
Category ABAP Programming ErrorRuntime Errors RAISE_EXCEPTIONABAP Program DATA_POOL_AVAILABILITY_PROGApplication Component SV-SMG-CCM-CDMDate and Time
Short Text Exception condition "NO_EXTRACTOR_IS_SELECTED" triggered
What happened? The current ABAP program has encountered an unexpected situation.
Information on where terminated The termination occurred in ABAP program "CL_AGS_CC_BC_POOL_EXT_FACTORY=CP", in "GET_POOL_EXTRACTOR". The main program was "DATA_POOL_AVAILABILITY_PROG".
In the source code, the termination point is in line 14 of (Include) program "CL_AGS_CC_BC_POOL_EXT_FACTORY=CM001". Program "CL_AGS_CC_BC_POOL_EXT_FACTORY=CP" was started as a background job.
Job name....... SM:AGS_CC_BUSI_CRIT_AVAIL Job initiator.. SERVICE Job number...... 15120200
DATA :
wa_extr TYPE CCBC_POOL_EXTR-EXTRACTOR_CLASS, " variable in which we will get the lo_Ref TYPE REF TO IF_AGS_CC_BC_POOL_EXTRACTOR."Object that refer to the Extractif there is no pool selected we raise an excption.if iv_pool_id is INITIAL. raise NO_EXTRACTOR_IS_SELECTED.ENDIF.
The Table CCBC_POOL will have an entry with no POOL_ID:
POOL_ID ACTIVE WEIGHT UPPER_LIMIT LOWER_LIMIT CREATED_ON
X 2 10 10 00.00.0000 A 2 10 10 00.00.0000 B 2 10 10 00.00.0000 C 2 10 10 00.00.0000 D 2 10 10 00.00.0000 E 2 10 10 00.00.0000
Read more...
Environment
SAP Solution Manager 7.2
Product
Keywords
AGS_CC_BUSI_CRIT_AVAIL, DATA_POOL_AVAILABILITY_PROG, DATA GROWTH, TABLE UTILIZATION, NO_EXTRACTOR_IS_SELECTED, CCBC_POOL, POOL_ID , KBA , SV-SMG-CCM , Custom Code Management , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview