cancel
Showing results for 
Search instead for 
Did you mean: 

Help - Error while transferring item to shopping cart from external catalog

Former Member
0 Kudos

<b>When I try to transfer an item from an external catalog to the shopping cart, I get a dump. Am I missing any configuration? Thanks in advance. Error pasted below:</b>

The URL http://mysapappd06.mycompany.com:8000/sap/bc/gui/sap/its/bbpsc01/ was not called due to an error.

Note

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

The error occurred on the application server mysapappd06_SRD_00 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Function: BBP_PD_ABORT of program SAPLBBP_PDH

Form: ABORT of program SAPLBBP_PDPRC

Form: CREATE_PRICING_DOCUMENT of program SAPLBBP_PDPRC

Function: BBP_PDPRC_UPDATE of program SAPLBBP_PDPRC

Form: PRC_UPDATE_CALL of program SAPLBBP_PDIGP

Form: PRICE_AND_VALUE_DETERMINE 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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Disha,

Thanks for your reply. We are implementing the classic scenario and I don't want to use the IPC. What BADI can I implement to not use IPC pricing.

Thanks,

Vic

Former Member
0 Kudos

Hi,

Follow the below steps for simplified pricing.

Switch On Simplified Pricing (Classic Scenario)

Use

With the Business Add-In BBP_PRICEDATA_READ, you can determine that the simplified pricing (classic scenario) is used instead of Internet Pricing and Configurator (IPC).

Use this BAdI only in connection with SAP Note 539720.

SAP recommends using this BAdI only in exceptional cases and only after checking thoroughly if it is compatible with the Business Scenarios used.

Requirements

You use the simplified pricing in the classic scenario of SAP Enterprise Buyer.

(This means that you do not use any local contracts.)

Activities

In order to be able to use the simplified pricing, you must make the following settings:

1. Activate the implementation BBP_PRODUCT_PRICE of the BAdI BBP_PRICEDATA_READ.

2. Deactivate the implementation of IPC_UPD_PROD_BUFFER of the BAdI PRODUCT_UPDATE2.

Thank you

Former Member
0 Kudos

Hi,

See the foll thread for solution:

Related threads:

BR,

Disha.

Pls reward points for useful answers.