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 control lines get

Former Member
0 Likes
408

Hi

I am making a common include for batch input (HR).

Now,I got parameter at screen using FUNCTION 'IMPORT_DYNPRO' , but cannot get how many lines of a table control at screen.

Who can pls tell me how to get it.

Thanks & regards.

Message was edited by:

Shuwei Liu

2 REPLIES 2
Read only

Former Member
0 Likes
385

Hi,

when u are accessing a standard transaction ,

then the system will give u a option like

menu --> enter lines.

this will give u a new line to enter the values.

before entering the values press enter lines

so that the previous line will move to top of the table control and

give u option to enter in the 2nd visible line ..

so even though there are 17 visible lines in the table control

every time the last line will go to first visible line

you will not face any problem...

for this do the recording accordingly so that you will not face any problem

regards,

venkatesh

Read only

0 Likes
385

Hi

thanks for your replay.

Actually ,i just want get how many rows of a table control at screen<b> in one page</b> .

Is there a function or method?