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

cs01 bdc Page down problem table control

Former Member
0 Likes
578

Hi experts ,

in my bdc program for cs01 I am not able to do the page up for new entries .

When counter is 14 , I am rsetting it to '01' and firing ok code P+ also .but it's overwriting on already existing lines instead of new lines .

Even in recording also , new entries ok code is not coming up .

Can you suggest me how to handle table control in cs01.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
521

Hi,

You can make use of FCode ERFA this is for new entries in the screen.

Program SAPLCSDI

Function ERFA

2 REPLIES 2
Read only

Former Member
0 Likes
522

Hi,

You can make use of FCode ERFA this is for new entries in the screen.

Program SAPLCSDI

Function ERFA

Read only

0 Likes
521

Hi ,

I did with FCNP .

Thanks ,