‎2011 Mar 16 8:05 AM
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
‎2011 Mar 17 6:31 AM
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.
‎2011 Mar 17 12:39 PM
Could u tell me solution approach for this issue "PRICING CONDITIONS NEED TO BE INPUT ENABLED BY DEFAULT in header "
‎2011 Mar 17 3:59 PM
Both Input enabling & determining default value from master is not possible.
‎2011 Mar 25 10:17 AM
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.