Skip to Content
0
Former Member
Feb 19, 2009 at 09:53 AM

How to link B2C basket (order page), with backend or IPC or JCo

35 Views

Hi

It is in the standard flow of the B2C application, when we add the campaign on the header of the Order page, on clicking Update the prices donot get update.

If we click on the product catalog and again add same product to the basket, product to which the campaign is linked, we get updated prices.

This is a standard flow of B2C application.

If I come to change the Action class for Update, we need the fields to from salesDoc or Basket to get the Pricing condtions generated for the item on adding campaign to order jsp , using the stangard java class "PrepareIsaPriceAnalysisAction".

i.e

1. IPC Connection Key: needed at header level of sales document.

2. IPC Document ID: needed at header level of sales document.

3. Item Id: present at sales document item level.

In the Action class for B2C, we are just getting item id as standard and not other fields from salesdocument getHeader() method, as we get in B2B.

If anyone in SDN, who has earlier worked on this issue and got some patch downloaded from SAP market place for standard appliaction of B2C. We are using service pack 4. Kindly help us in getting this issue resolved.

I am able to get all the values of campaign related data on the page and I am able to add the campaign in the sales document, but not able to link with backend or not able to get or create IPC info from the Backend using standard Bapi's for getting the information.

Kindly help in resolving the issue.

Thanks a lot!

Ekta

Edited by: Ekta on Feb 19, 2009 10:53 AM