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

Submit to report with logical DB and Dynamic selection

0 Kudos
1,030

Hi.

Is there an option to pass parameters to the dynamic fields of the LDB?

The command 'SUBMIT' can only allow me to pass params to the static selection screen.

Thanks

Ariel Fisher

1 ACCEPTED SOLUTION
Read only

former_member214857
Contributor
0 Kudos
602

Hi Ariel

Actually SUBMIT will only accept fields that are described in the target program indeed.

For this case you can use SET PARAMETERS to send values from initial program to dynamic field

Best regards

2 REPLIES 2
Read only

former_member214857
Contributor
0 Kudos
603

Hi Ariel

Actually SUBMIT will only accept fields that are described in the target program indeed.

For this case you can use SET PARAMETERS to send values from initial program to dynamic field

Best regards

Read only

0 Kudos
602

But what if I want to pass multiple values? like select-options?

The screen field I am getting is %%DYN001-LOW.

I am guessing there is no option to do it, but still want to explore if there is.