HI Experts,
In our ECC development server we are gettin this error and also when we check system status it showing blank. I checked saposcol, its running. Please help me resolve this issue.
Runtime Errors | GEN_INCLUDE_NOT_EXEC |
Date and Time | 31.12.2014 18:05:27 |
Short Text
Program "CL_FB_PARAMETER_DB============CP" is type I and therefore cannot be |
What happened?
The current ABAP/4 program | |
attempts to call the program "CL_FB_PARAMETER_DB============CP", | |
but this program cannot be executed. | |
Therefore, the current program had to be terminated. |
What can you do?
Note down which actions and inputs caused the error. |
To process the problem further, contact you SAP system | |
administrator. |
Using Transaction ST22 for ABAP Dump Analysis, you can look | |
at and manage termination messages, and you can also | |
keep them for a long time. |
Error analysis
If the system determines at runtime that a program called with SUBMIT | |
or a routine accessed by an external PERFORM | |
cannot be executed (because the program is type I instead of 1 | |
or M), that program must be terminated. |
How to correct the error
Probably the only way to eliminate the error is to correct the program. | |
- |
If the error occures in a non-modified SAP program, you may be able to | |
find an interim solution in an SAP Note. | |
If you have access to SAP Notes, carry out a search with the following | |
keywords: |
"GEN_INCLUDE_NOT_EXEC" " " | |
"CL_FB_PARAMETER_DB============CP" or | |
"????????????????????????????????????????" | |
" "
Regards Manjappa H M |