cancel
Showing results for 
Search instead for 
Did you mean: 

How to deal with pricing fields

Former Member
0 Kudos

Hi,

I have a requirement,

Once users enter the product I have to calculate the pricing (using ztables) and I have to display.

When I am doing it through DO_PREPARE_OUTPUT method, the pricing field is updating at BOL level       (means it is displaying the calculated value but it is not saving with this value) not at Genil level. I am redefining the do_prepare_output of standard component.

How can I find it is violating the field property or not?

If it is violating the field property displays at genil level how to move further.

Please suggest any BADI, where I can write the logic?

Thanks

Suresh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Suresh,

   call the method lr_core->modify( ).   if it not works, then go for the BADI's

CRM_PRICING_BADI

CRM_PRICING_I_BADI

Regards,

Kishore