cancel
Showing results for 
Search instead for 
Did you mean: 

UNCAUGHT_EXCEPTION message when creating a Shopping Cart

Former Member
0 Kudos

Hi All,

I would appreciate it if someone could provide an insight to the error message below. It occurs when the user attemps to enter a text decription shopping cart. I have checked the org structure set-up and attributes but am at a loss to to find the reason why we have this error message.

Looking through OSS have not yielded any solution either as the notes related to this error do not appear to be related to Shopping Cart entry,

Ciao and thanks, Mike Pallister

-


Termination occurred in the ABAP program "SAPLBBP_PDH" - in "BBP_PD_ABORT".

The main program was "SAPLBBP_SC_UI_ITS ".

In the source code you have the termination point in line 73

of the (Include) program "LBBP_PDHU08".

The termination type was: RABAX_STATE

The ABAP call stack was:

Function: BBP_PD_ABORT of program SAPLBBP_PDH

Form: ABORT of program SAPLBBP_PDIGP

Form: CHECK_PRICE_R3 of program SAPLBBP_PDIGP

Form: SC_ITM_CHECK of program SAPLBBP_PDIGP

Form: ITMPROC_CHECK_AND_ENRICH of program SAPLBBP_PDIGP

Form: ITMPROC_MAINTAIN of program SAPLBBP_PDIGP

Form: ITMPROC_F_CREATE of program SAPLBBP_PDIGP

Function: BBP_ITMPROC_CREATE of program SAPLBBP_PDIGP

Form: ITEM_F_CREATE_FROM_WTAB of program SAPLBBP_PDIAD

Form: ITEMLIST_F_UPDATE of program SAPLBBP_PDIAD

Accepted Solutions (1)

Accepted Solutions (1)

laurent_touillaud
Contributor
0 Kudos

Hi Mike,

After a first look it seems to be a problem with your backend system.

Check your backend system with the function module : BBP_LOGICAL_SYSTEM_GETDETAIL

You can get the value of your backend system in debug or looking in table BBP_PDBEI for corresponding entry of your shopping cart in field be_log_system.

You can get the backend system also in table BBP_BACKEND_DEST or in SPRO going to define backend systems. Correct the error on this system should resolve yourr issue.

Best regards,

Laurent.

Remind points if helpfull.

Answers (0)