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

Memory id in background

Former Member
0 Likes
386

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.

1 REPLY 1
Read only

Former Member
0 Likes
351

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