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

Output list

Former Member
0 Likes
290

Hi all,

If i want to find the no. of lines on the output list of the given report program, from another program, how do i do it.I have used load which gives me the line count but that is the line count which is set initially in the program,not the final one.So pls suggest me some other way.

Thanks,

Nidhi.

Hi all,

If i want to find the no. of lines on the output list of the given report program, from another program, how do i do it.I have used load which gives me the line count but that is the line count which is set initially in the program,not the final one.So pls suggest me some other way.

Thanks,

Nidhi.

1 REPLY 1
Read only

Former Member
0 Likes
270

Hi

say there are 2 programs In A you are calling program B

In program B you need the number of lines of the output internal table.

If you have written an EXPORT statement for that internal table

after RETURNING to program A

we can access that internal table using IMPORT statement and find the lines of that ITAB using DESCRIBE statement

But if you have not written any EXPORT statement in program B you can't do it

<b>Reward points for useful Answers</b>

Regards

Anji