cancel
Showing results for 
Search instead for 
Did you mean: 

Report Submit

Former Member
0 Kudos

Hi Experts !

I have a requirement where report is showing output in ALV1. Based user action I need to process further in background mode.

I have developed a report which I am submitting for this background mode.

I am opening a Job sumbitting created report with return. Job close.

This created report is in scheduled status in SM37. I have to go there and release it.

To pass parameters to newly created report I have used WITH field names with developed report name. But I am not getting parameters at new report. Similarly used import/export --- set/get but still not getting parameters at submitted report.

Is it because it is in background mode? If so how can I achieve this functionality. Can anybody suggest me something ?

Accepted Solutions (0)

Answers (2)

Answers (2)

andreas_mann3
Active Contributor
0 Kudos

create a variant at runtime for the background report

with fm RS_CHANGE_CREATED_VARIANT

(befor you must create a sample variant)

hope that helps

Andreas

Former Member
0 Kudos

Please see the following SDN thread, which seems to answer your questions regarding GET/SET parameter...