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

about table controls

Former Member
0 Likes
358

Hi.

I had faced one question in the interview to which i could not give a satisfactory reply.

can anyone help me out please.

In my system i am having 10 lines in table control as visible lines, but another system has 5 lines as visible lines. can the bdc coded in the first system work in the second system. In this case how to handle the table controls.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

former_member378318
Contributor
0 Likes
341

I believe when you process the BDC in transaction SM35 you can set the flag "Dynpro standard size" which means you should get the same number of lines on both systems.

2 REPLIES 2
Read only

former_member378318
Contributor
0 Likes
342

I believe when you process the BDC in transaction SM35 you can set the flag "Dynpro standard size" which means you should get the same number of lines on both systems.

Read only

Former Member
0 Likes
341

Hi

Yes , It will work only if your bdc code having the syntax for inserting new line in the table control, if table control doesnt have any option for inserting new line icon, then u have to maintain scrolling process everytime after inserting 3 or 4 lines in the table control.

Thanks

Nisar.