‎2009 Aug 12 2:29 PM
Hi ALL,
I have a problem in recording GS01 tcode.
I have to a table control in GS01 tcode.
After some rows again i need to update the data.
How can i record this and write BDC program for the same.
‎2009 Aug 12 2:33 PM
Hi
To uplaod the data using the table control,if number of line are more then screen.
Then use the P+ in u r code.
let assume that u can see 10 rows on screen.once the count reachs the 10 then do P+ then
new line will come and after P+ clear u r counter.
‎2009 Aug 13 2:54 PM
Thnks for valuable information.
After line 10. I am clearing the variable and incrementing from 1 again. It is getting over writting the values.
How can achive this.
‎2009 Aug 13 3:00 PM
Hi,
you should pass the ok code for Page Down after 10 records and then start from 1 again.
Regards,
Ankur Parab
‎2009 Aug 13 3:04 PM
hi
I have done the same.
But it is over writting the previous records. from 1 onwards.
And at the end i have last 10 records saved.
‎2009 Aug 12 2:56 PM
‎2009 Aug 17 9:09 AM
Hi All,
Thanks for your information.
I used INSL to update the data.
For each record I used '=INSL' for 'BDC_OKCODE' and passed the values to update the same.