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

Sumitting the zprogram to standard program (which is having LDB)

Former Member
0 Likes
523

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

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
439

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

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
440

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

Read only

0 Likes
439

thanks Uwe Schieferstein, got the solution.