cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping cart creation error

Former Member
0 Kudos

Hi Gurus,

I am using SRM5.0,SAPKIBKT05.

While adding the shopping cart item I am getting error:-

What has happened?

The URL http://sapsrm.wipro.com:8001/sap/bc/gui/sap/its/bbpsc02/~flNUQVRFPTE5MTExLjAwMy4wMi4wMQ== was not called due to an error.

Note

The following error text was processed in the system SR5 : An exception occurred that was not caught.

The error occurred on the application server SAPSRM_SR5_01 and in the work process 1 .

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

Please advice?

I will reward full points for the appropriate reply.

Regards,

Gopesh

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

I got resolved my thread by own.Please contact in case of similar issue.

Rgds/Gopesh

Former Member
0 Kudos

Hi Ganesh,

Could you please suggest the solution for the same that you have applied.

Thanks,

Viv

Former Member
0 Kudos

We are facing the same issue. Can please you tell you how did you resolve this issue?

Former Member
0 Kudos

Hello,

Anyone who has solved this problem.. already or have some clue.. Can you please help me also.

We are working on SRM 7.0 SP8 and the client is copied from another client on SP 2. We get the same errors while adding lines to Shopping cart .. I mean while trying to create a new SC.

Thanks

George

Former Member
0 Kudos

Hi

<b>Please go through the following SAP OSS Notes -></b>

Note 751022 Monitor Shopping Cart: Item deletion causes termination

Note 658916 Termination when (un)deleting an item in change version

Note 630581 Update termination in BBP_PDLIM_SUM_UPDATE

Note 617187 Update termination due to deletion of several items

Note 559931 Abort w/ confirmation w/ unplanned item

Note 526831 EBP: Missing currency in the limit results in termination

Regards

- Atul

Former Member
0 Kudos

Hi,

See the foll thread for solution:

Related threads:

BR,

Disha.

<b>Pls reward points for useful answers.</b>

dennis_bruder
Employee
Employee
0 Kudos

Hi,

the error occurs in function group BBP_PDIGP Form CHECK_PRICE_R3:

DATA lv_system_type TYPE bbp_system_type.

          • note 736932

CALL FUNCTION 'BBP_LOGICAL_SYSTEM_GETDETAIL'

EXPORTING

logical_system = iv_be_log_system

IMPORTING

system_type = lv_system_type

EXCEPTIONS

not_found = 1

OTHERS = 2.

IF sy-subrc <> 0.

PERFORM abort.

ENDIF.

IF lv_system_type(3) EQ 'R/3'.

IF iv_price GE 1000000000.

CALL FUNCTION 'BBP_PD_MSG_ADD'

EXPORTING

i_msgty = c_msgty_e

i_msgid = 'BBP_PD'

i_msgno = 279

EXCEPTIONS

log_not_found = 1

OTHERS = 2.

IF sy-subrc <> 0.

PERFORM abort.

ENDIF.

IF c_on = c_off. MESSAGE e279(bbp_pd). ENDIF.

ENDIF.

ENDIF.

          • note 736932

I think something is wrong with your logical system and FM BBP_LOGICAL_SYSTEM_GETDETAIL comes back with an error. It could be that you didn't flag your logical backend system as 'R/3' in customizing.

-> Check Customizing: SRM Server - Technical Basic Settings - Define Backend Systems

Further, please check if your error has something to do with the steps described in note 736932, because these checks are also within the above mentioned coding.

Regards

Dennis

Former Member
0 Kudos

Hi

<b>Please provide some more inputs... Pls paste complete Short dump details using ST22 transaction in next reply.</b>

<u>Meanwhile, Please go through the following SAP OSS Notes -></u>

Note 833205 - bbppo01 - error message: BBP_PD 358 when adding a new item

Note 420009 - Limit shopping cart: Starting date greater than end date

<b>What particular steps are you doing in your system to replicate this scenario ?When this error happens ? </b>

Do let me know.

Regards

- Atul

Former Member
0 Kudos

Hi,

RAISE EXCEPTION TYPE cx_bbp_pd_abort EXPORTING

74 worked_on_document = lv_guid

75 t100_msgid = gc_msgid_bbp_pd

76 t100_msgno = iv_msg_no

this is the possible relevent dump.

We have done client copy from another client and in that client everything was working fine so I think there we will not have to apply new OSS note.

Please suggest I more info is required.

Regards

Gopesh

Former Member
0 Kudos

Hi

I think u need to publish the services

Run the report: W3_PUBLISH_SERVICES.

Thanks

Ravi

Message was edited by:

Ravi Varma Nadimpalli