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

Report values to Smartforms

Former Member
0 Likes
429

hi friends,

1.i have 2 reports for smartforms

my 2nd pgm is driver program for smartform

how do send my 1st report value to smartform

2.my 2 report output to be printed in 1 smartform

plz suggest my efficient idea

thanks in advance

soorya

2 REPLIES 2
Read only

Former Member
0 Likes
406

Hi,

the driver program is prog2 for smartform

then pas the values from prog 1 to prog2

using export and import statments

like this

EXPORT GIT_DATE[] TO MEMORY ID 'CP_DATE'.

IMPORT GIT_DATE[] FROM MEMORY ID 'CP_DATE'.

and then send the whole data to the smart form

from the programme 2

reward points if helpful

regards,

venkatesh

Read only

former_member188827
Active Contributor
0 Likes
406

hi,

create a tcode for first report & call it in second report.

using Call transaction technique.

reward points.