Application Development 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: 

condition Value for condition type created using vk11

Former Member
0 Kudos

Hello Experts,

Pls help me with the standard Fm / Bapi or sequence to FM that i should use to get the value of condition type defined using t-code VK11.

Thanks in Advance

4 REPLIES 4

Former Member
0 Kudos

For example, BAPI_PRICES_CONDITIONS

Add: Sorry this FM for update conditions. For reading you can find for mask CONDITIONREAD*. Those FM belong to object (SALES_CONDITIONS_READ, BAPI_CONDITION_CONTRACT_READ and etc).

Or you can select manualy from KONH, KONV

Edited by: Andrey Markin on Nov 3, 2009 12:19 PM

Former Member
0 Kudos

HI ,

u try with FM " BOS_CONDITION_SEARCH

kesavadas_thekkillath
Active Contributor
0 Kudos

check link:[http://www.itcserver.com/blog/2009/10/15/selecting-condition-record-value-vk12-for-a-sales-order/]

Former Member
0 Kudos

Thanks for the replies

but I have only customer no(Sold to) , sales area and material as input.

and i need to get discount value(defined using condition types using vk11) that i give to customer for a given material for given sales area.

now there for a given condition type there can be many acess sequence. and the first key combination for which condition value where we find condition value has to be picked.

do we have any standard function module which handles the access sequence for the condition type and returns us either condition record number or condition value.

Thanks in advance