‎2009 Apr 20 6:20 PM
My requirement is to add items to quotation. Quotation will be present in ECC and I have to add items (coming from file) to the quotation.
I am using 'BAPI_CUSTOMERQUOTATION_CHANGE' to do this. Items are getting added with details as material, plant and UoM but quantity is not getting added. Quantity I am passing to target_qunt field of table quotation_item_in. is this the correct field or i need to pass quantity value to some other field??
please help!!
Thanks
‎2009 Apr 21 3:52 AM
Hi Lucky,
You are passing in the right place. But just check once whether you are passing it correctly or not and also check Schedule_Lines-Req_Qty.
Thanks & regards,
Dileep .C
‎2009 Apr 21 3:52 AM
Hi Lucky,
You are passing in the right place. But just check once whether you are passing it correctly or not and also check Schedule_Lines-Req_Qty.
Thanks & regards,
Dileep .C
‎2009 Apr 21 4:54 AM
Hi,
We have to maintain the quantities and dates via the schedule line data.
The quantity should be filled in the structure BAPISCHDL and update corresponding flag in structure BAPISCHDLX.
Check this, hope it may help.
‎2009 Apr 21 5:02 AM
Please go through the documentation and pass the quantity to right parameter.
It will work.
‎2009 Apr 21 5:20 AM
Hi Lucky ,
Is the problem solved as per the experts suggestions?
Honestly i dnt knw much about this BAPI as i hvnt used it but i had some similar kind of problem
now what i did was i CONDENSED the quantity field and then i passed it to the BAPI .
There is always a alignment needed while we upload data from BAPI may be this is the reason
if the quantity field is not getting uploaded try it hope it helps
Regards
Bhanu
‎2009 Apr 21 6:48 AM
I tried that option also, and even i tried executing this fm from se37, but still it is not updated quantity details.
Thanks