‎2007 Jun 14 2:23 PM
Hi Experts,
Appending zstructure in standard BAPI structure: If i add new field in BAPI structure will it be considered in standard bapi programming logic.
Basically i am updating the quotations by using BAPI_CUSTOMERQUOTATION_CHANGE. There is no field to update the condition value in BAPICONDINX. Only the condition amount field is provided to update.
I need to update komv-kwert value, But standard bapi structure provided komv-kbetr value.
Please suggest how can i resolve this problem.
Thanks
Cris
‎2007 Jun 14 2:40 PM
No ,you need to copy the Standard bapi function module into custom defined and then pass ur values to extension do the calculation with in your custom bapi..
within custom bapi call sap standard bapi and pass all values to that bapi
‎2007 Jun 14 4:18 PM
Thanks for sugg.
Is there any other to do that as per specified requirement.
Thanks
Cris