‎2011 Dec 27 1:05 PM
I have a problem while I am doing BDC program for Maintaining Quotation.i.e,I have Header data and Item Data.In Item data it has multiple items.For each item I have to give condition type in the table control(which has already pre-existed condition types),but I have to place new Condition type at the last line of the table control.
‎2011 Dec 27 1:16 PM
Look in the tcode screen there must be a button to add new line item record that in this way you dont have to count number of lines in table control just check in menu options..
Nabheet
‎2011 Dec 28 4:02 AM
Hi,
In pricing element Table Control we have to pass condition type. For each material a set of condition types pre-exists, for us to pass condition types we have to capture index number which changes dynamically.
We have to pass the index number to T_BDCDATA prior calling the transaction ME47 to append the condition type to the last line of the Pricing element table control which changes dynamically.
‎2011 Dec 28 5:34 AM
You dont need to capture index number the reason is as follow. When you go to conditions tab you will see an icon with + sign means insert row it insert the condition type at the end .
Do the recording of inserting using that button you wont need an index.
Nabheet
‎2011 Dec 27 2:19 PM
Hi,
Does using BAPI_CUSTOMER_QUOTATION_CREATE and BAPI_CUSTOMER_QUOTATION_CHANGE doesnt suffice your requirement.
It's easier and much faster.
Regards,
Rahul
‎2011 Dec 28 10:31 AM