‎2007 Jun 12 7:37 AM
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
‎2007 Jun 12 7:40 AM
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
‎2007 Jun 12 7:44 AM
hi,
create a tcode for first report & call it in second report.
using Call transaction technique.
reward points.