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

pricing condition

Former Member
0 Likes
732

i have an issue

conditions need to be default and ready for input in sales order in header.

pricing configuration has been done to make condition default but kbetr field is disabled for input so i have made them enabled them in the program SAPLV69A . now the problem is while iam entering the value like 100 USD and press enter the value disappears and the field becomes empty i have debugged and its getting cleared in include LV69AU01 due to function module PRICING_SUBSCREEN_SET_DATA. with statement REFRESH XKOMV. now how to retain the value in that field

Edited by: RaghuVamsi Adapa on Mar 17, 2011 7:01 AM

4 REPLIES 4
Read only

Former Member
0 Likes
585

If the condition value is determined by defualt (from master), it would have been configured as Automatic Pricing condition, which cannot be processed manually. So even by making the KBETR field "input enabled" will not serve the purpose.

Anyway, changing the sap standard program SAPLV69A is not at all advisable.

Read only

0 Likes
585

Could u tell me solution approach for this issue "PRICING CONDITIONS NEED TO BE INPUT ENABLED BY DEFAULT in header "

Read only

0 Likes
585

Both Input enabling & determining default value from master is not possible.

Read only

0 Likes
585

Appologies for my wrong conclusion. Can be done through Condition type configuration (t-code V/06), Maintain Access sequence (V_T685A-KOZGF) to determine the default value from master & Select the option 'A' (Free) or 'C' (Manual Entry has priority) against the option Manual entries.

Consult with Functional Consultant for more details.