Hi experts, I need to call a FORM of a report/program and fill the form's parameters dynamically.
From ABAP, I would use PERFORM <form> USING <input>.
I found standard task 30000525 report_exe 'Execute object type REPORT', but this can only call a report with variant, not a specific FORM of the report, neither parameters.
Do you know about any standard task being capable doing this?
Thanks & best regards