Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Condition value update by using bapi

HariMaradana
Active Participant
0 Likes
897

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

2 REPLIES 2
Read only

Former Member
0 Likes
575

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

Read only

0 Likes
575

Thanks for sugg.

Is there any other to do that as per specified requirement.

Thanks

Cris