ā2015 Mar 10 6:40 PM
Hi experts!
Im tring to create new lines for a contract, iam suposed to send 15 items with custom fields.
Right now im using BAPI_TRADINGCONTRACT_CHANGE with the tkonn number and sending the TPOSN empty, so the BAPI creates a new line on WBHI table.
when i send just 1 item the bapi works perfectly, it post the new line with the standard and the custom fields, but when i send multiple lines on
itemdatain, itemdatainx and extensionin tables all the items get posted with the standard fields but only the first one with the custom fields.
Wich means if i create 15 items, item 1 have standard and custom fields filled but the other 14 positions only have the standard fields filled.
How can i do to make all the lines from extensionin to get posted?
Thanks a lot!!
Regards!
ā2015 Mar 10 8:24 PM
Hi,
Please populate Tposn & Tposn_sub ( only if line has sub lines ) for all lines .
Raj Patel
ā2015 Mar 10 8:24 PM
Hi,
Please populate Tposn & Tposn_sub ( only if line has sub lines ) for all lines .
Raj Patel
ā2015 Mar 11 12:09 AM