cancel
Showing results for 
Search instead for 
Did you mean: 

Manipulating condition value after being returned from IPC

Former Member
0 Kudos

Hi all,

How can we manipulate the condition rate data after the value is returned from IPC?

We tried using CRM_PRICING_I_BADI calling the method CRM_PRICING_I_MERGE. But it did not solve the issue.

Requirement is to read the data of a particular condition type from a preceedign document and then overwirte the conditon value of condition type in the current transaction with that old value from previous document.

Can this be achieved without using Java coding and manipulate the value after IPC has returned the conditon value and before it is being presented on GUI?

Please help me with your suggestions.

Regards,

David.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello david,

You might ned to use the user Exit provided by the Pricing Engine to work this out. this will require Java coding.

Regards,

Tanu