Hello everybody!!
When i go:
Contract Management -> Process Contract ->
Click Start and choose any contract
Next step: I try to "Send E-mail" (see screenshot):
program terminated with error and with next dump:
Runtime Errors UNCAUGHT_EXCEPTION
Exception CX_BBP_ES_INTERNAL_ERROR
Date and Time 16.02.2009 16:35:29
-
-
Short text
An exception occurred that was not caught.
-
-
What happened?
The exception 'CX_BBP_ES_INTERNAL_ERROR' was raised, but it was not caught
anywhere along
the call hierarchy.
Since exceptions represent error situations and this error was not
adequately responded to, the running ABAP program
'CL_BBP_ES_PERSON_MYS==========CP' has to be
terminated.
-
-
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_BBP_ES_INTERNAL_ERROR', was not
caught in
procedure "FCODE_MAIL" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
Buffering table not up to date
-
-
How to correct the error
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:
"UNCAUGHT_EXCEPTION" "CX_BBP_ES_INTERNAL_ERROR"
"CL_BBP_ES_PERSON_MYS==========CP" or "CL_BBP_ES_PERSON_MYS==========CM00A"
"IF_BBP_ES_PERSON~GET_PERSONAL_ADDRESS_ID"
-
System environment
SAP-Release 700
Application server... "xi"
Network address...... "10.1.4.76"
Operating system..... "Windows NT"
Release.............. "5.2"
Hardware type........ "2x Intel 801586"
Character length.... 16 Bits
Pointer length....... 32 Bits
Work process number.. 0
Shortdump setting.... "full"
Database server... "XI"
Database type..... "ORACLE"
Database name..... "RM5"
Database user ID.. "SAPSR3"
Char.set.... "C"
SAP kernel....... 700
created (date)... "Feb 4 2008 01:09:09"
create on........ "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
Database version. "OCI_10201_SHARE (10.2.0.1.0) "
Patch level. 146
Patch text.. " "
Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
SAP database version. 700
Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
NT 6.0"
Memory consumption
Roll.... 8176
EM...... 12542688
Heap.... 0
Page.... 24576
MM Used. 11390080
MM Free. 1149968
-
-
User and Transaction
Client.............. 001
User................ "PETROV"
Language Key........ "E"
Transaction......... "BBP_CTR_MAIN "
Transactions ID..... "942EFCDDF9BDF1A79C9A005056C00008"
Program............. "CL_BBP_ES_PERSON_MYS==========CP"
Screen.............. "SAPLBBP_CTR_UI_ITS 2000"
Screen Line......... 54
Information on Caller ofr "HTTP" Connection:
Plug-in Type.......... "HTTP"
Caller IP............. "10.253.253.39"
Caller Port........... 8010
Universal Resource Id. "/sap/bc/gui/sap/its/bbp_ctr_main/~flNUQVRFPTEzMjg3LjAwN
C4wMy4xMA=="
-
-
Information on where terminated
Termination occurred in the ABAP program "CL_BBP_ES_PERSON_MYS==========CP" -
in "IF_BBP_ES_PERSON~GET_PERSONAL_ADDRESS_ID".
The main program was "SAPLBBP_CTR_UI_ITS ".
In the source code you have the termination point in line 16
of the (Include) program "CL_BBP_ES_PERSON_MYS==========CM00A".
The termination is caused because exception "CX_BBP_ES_INTERNAL_ERROR" occurred
in
procedure "FCODE_MAIL" "(FORM)", but it was neither handled locally nor
declared
in the RAISING clause of its signature.
The procedure is in program "SAPLBBP_CTR_UI "; its source code begins in line
7 of the (Include program "LBBP_CTR_UIF99 ".
-
Edited by: Evgeny Turovskij on Feb 16, 2009 2:10 PM