‎2007 Aug 21 11:07 AM
‎2007 Nov 14 7:06 PM
In which transaction Code you want to change the 15th record?
If there is any provision to go directly to that line item .. so it will come to the first palce and you can code like this to access those fields:
PERFORM FILL_BDC_FIELDS:
' ' 'ITAB-TABLE(01)' l_value.Regards,
Naimesh Patel
‎2007 Nov 14 9:08 PM
You will need to advance page of table control and then mark the appropiate line .
For example line 4th of a table control
PERFORM FILL_BDC_FIELDS: ' ' 'ITAB-TABLE(04)' l_value.