2006 Aug 28 11:38 AM
<b></b>
Hi all,
While doing BDC for XK15.
If there are more than 5 condition scales the data was not updating.
I think this is the prob regarding Table control.
Please tell me, how to handle table control.
<b>what is the FCODE to go for next line.</b>
Regards,
Kishore.
<b></b>
Hi all,
While doing BDC for XK15.
If there are more than 5 condition scales the data was not updating.
I think this is the prob regarding Table control.
Please tell me, how to handle table control.
<b>what is the FCODE to go for next line.</b>
Regards,
Kishore.
2006 Aug 28 11:41 AM
hi,
use option 'ADD LINE' of table control to insert a empty line at first place. and fill it with data and again do the same.
In this way you don't have to change Rows dynamically and all line items get added.
fix your code for first row.
<b>PERFORM BDC_FIELD 'field(01)'
itab-field.</b>
Regards,
2006 Aug 28 11:43 AM
Table control in BDC
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm