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

return table to sapscript from calling abap subroutines

Former Member
0 Likes
337

hi,

i am using structure itcsy for the changing parameters.

need to know if there is a way to return table to sapscript so that i can loop the table in sapscript.

thanks

hi,

i am using structure itcsy for the changing parameters.

need to know if there is a way to return table to sapscript so that i can loop the table in sapscript.

thanks

1 REPLY 1
Read only

Former Member
0 Likes
314

Hi,

I don't think you can loop inside a script.

You need to write a loop endloop in the print program and in the loop endloop u can use the FM write form

Refer

Thanks,

Chaithanya K