Question:
Hello,
Do anyone know how to create new pricing conditions in CRM using function module CRM_ORDER_MAINTAIN or any other function module?
I am unable to create or change pricing conditions using CRM_ORDER_MAINTAIN.
Any help would be greatly appreciated.
Thanks
Answer:
[quote="Anonymous"]Hello,
Do anyone know how to create new pricing conditions in CRM using function module CRM_ORDER_MAINTAIN or any other function module?
I am unable to create or change pricing conditions using CRM_ORDER_MAINTAIN.
Any help would be greatly appreciated.
Thanks[/quote]
Hello;
You should use 'BAPI_SLSTRANSACT_CREATEMULTI'.
In this function fill create_condition structure and its input fields.At first i tried to create pricing condition via CRM_ORDER_MAINTAIN like u however i haven't succeed it.Then i handled it via BAPI_SLSTRANSACT_CREATEMULTI.
Good luck.
Answer:
Thanks,
Could you guide me how to enter the input_fields. I have been testing for a while now and I get a Bdoc created but unfortunately it gets stuck in status I04.
Thanks,
B
Answer:
Can you create a price scale using the BAPI_SLSTRANSACT_CREATEMULTI function as well? I've been able to successfully post pricing data using CRM_ORDER_MAINTAIN, but cannot create a price scale attached to that.
Thanks!