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

BAPI problem

Former Member
0 Likes
457

dear all

i have create a sales order using BAPI BAPI_SALESORDER_CREATEFROMDAT2 all things are work correctly

but i have a problem with pricing conditions

i can make acondition pricing using a percentage in the field COND_VALUE ( Condition rate) in table ( BAPICOND )

in BAPI_SALESORDER_CREATEFROMDAT2

but i have problem with condition using fixed amount value using the field CONDVALUE (Condition value) in table

( BAPICOND )

how can i add fixed amount condition to the order .

Moderator message: please use more descriptive subject lines for your posts.

Edited by: Thomas Zloch on Jan 11, 2011 11:31 AM

1 REPLY 1
Read only

Former Member
0 Likes
371

dear all

I will explain the problem again with details

in the creation of the sales order using the bapi BAPI_SALESORDER_CREATEFROMDAT2

you can make acondition on one item on the order so the prise of the item on the order decreased or increased based on the amount mark .

to do this i have to ways

frist one do acondition using percentage amount of money this can be done if i pass value to the bapi in table BAPICOND

field COND_VALUE ( Condition rate) . e.x if i pass 5 in this field the BAPI will decrease 5% from the price of required item in the order .

second one is to decrease fixed amount of money of the price of required material in the order for example 200 $ will

decrease 200 $ from required material in aparticular oder i think this can be done with field CONDVALUE (Condition value) in table ( BAPICOND ) in the same bapi i try it but it dose not work this is my problem the second one .