Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Recording TCode for BDC program

Former Member
0 Likes
655

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.

6 REPLIES 6
Read only

Former Member
0 Likes
612

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.

Read only

0 Likes
612

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.

Read only

0 Likes
612

Hi,

you should pass the ok code for Page Down after 10 records and then start from 1 again.

Regards,

Ankur Parab

Read only

0 Likes
612

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.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
612

Do some search at sdn with keywords [batch input table control|https://forums.sdn.sap.com/search.jspa?objID=c42&q=batchinputtable+control]

Regards,

Raymond

Read only

Former Member
0 Likes
612

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.