2006 Sep 12 7:19 AM
Hi all,
I have a requirement to submit my zprogram to standard RFITEMGL program, while submitting the program I need to populate the selection screen fields with certain data.
But the problem is I need to populate the screen fields which are in dynamic selection screen also. I tried with
Submit via selection screen with screen table or
Submit via selection screen with screen-options but no use.
Please let me know how to proceed to solve the issue.
Thanks,
Chand Basha
2006 Sep 12 8:19 AM
Hello Shiak
The free selections can be provided using option
SUBMIT <report> WITH FREE SELECTIONS <texpr>.For details about how to fill <texpr> (itab of type <b>RSDS_TEXPR</b>, type-pools RSDS) see the keyword documentation for "SUBMIT" in the ABAP editor.
Regards
Uwe
Hi all,
I have a requirement to submit my zprogram to standard RFITEMGL program, while submitting the program I need to populate the selection screen fields with certain data.
But the problem is I need to populate the screen fields which are in dynamic selection screen also. I tried with
Submit via selection screen with screen table or
Submit via selection screen with screen-options but no use.
Please let me know how to proceed to solve the issue.
Thanks,
Chand Basha
2006 Sep 12 8:19 AM
Hello Shiak
The free selections can be provided using option
SUBMIT <report> WITH FREE SELECTIONS <texpr>.For details about how to fill <texpr> (itab of type <b>RSDS_TEXPR</b>, type-pools RSDS) see the keyword documentation for "SUBMIT" in the ABAP editor.
Regards
Uwe
2006 Sep 12 10:29 AM