‎2007 Jun 06 9:41 AM
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
‎2007 Jun 06 9:48 AM
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
‎2007 Jun 06 10:12 AM
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?