‎2008 May 27 10:44 AM
Dear Experts,
In my fn module am importing a field "OUTPUT".
And i need to get this value(output) in my report program which is scheduled in background.Is this possible by using Memory id exporting/importing.
If possible plz send me the procedure.
‎2008 May 27 10:47 AM
i guess u are calling the report in FM.
Its better to use the SET parameter id like this
Example
SET PARAMETER ID 'KUN' FIELD wa_kna1-kunnr.
CALL TRANSACTION 'XD03' AND SKIP FIRST SCREEN.
You can make a T-code for ur report.
hope it helps