Application Development 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: 

submit with "dynamic selections button"

former_member182371
Active Contributor
0 Kudos

Hi,

in my z report i´m doing a submit to program FBL3N.
well, i need that when the selection screen of program FBL3N appears the button "

Dynamic Selections

" must already be pressed so that i get the complete selection screen.

How can this be done?

Best regards.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Use this syntax to fill the parameters of the calling program,

SUBMIT... [VIA SELECTION-SCREEN]

[USING SELECTION-SET <var>]

[WITH <sel> <criterion>]

[WITH FREE SELECTIONS <freesel>]

[WITH SELECTION-TABLE <rspar>].

Regards,

Ravi

Note : Please mark the helpful answers

5 REPLIES 5

Former Member
0 Kudos

Hi,

Use this syntax to fill the parameters of the calling program,

SUBMIT... [VIA SELECTION-SCREEN]

[USING SELECTION-SET <var>]

[WITH <sel> <criterion>]

[WITH FREE SELECTIONS <freesel>]

[WITH SELECTION-TABLE <rspar>].

Regards,

Ravi

Note : Please mark the helpful answers

0 Kudos

On looking at the program that you have mentioned, for some reason the dynamic selections screens doesn't look to be a part of the selection screen - so I am not sure if they are being dealt as parameters of the program.

Regards,

Ravi

former_member181962
Active Contributor
0 Kudos

Hi Calsadillo,

YOu can do a partial BDC for your FBL3N transaction for the first screen and pressing Dynamic selection button.

Then call the transaction in error mode.

call transaction 'FBL3N' using it_bdcdata

mode 'E'

.

....

Regards,

Ravi

suresh_datti
Active Contributor
0 Kudos

Hi calsadillo,

I doubt if you can do that.. As far as I know the Dynamic Selections will appear only after clicking the icon or via the menu option (Edit-->Dynamic selections).

Even when you save them as a variant, there is only an indication that the Dyn Sel is active and you have to click the icon to get the screen. Lets see what the others say..

Regards,

Suresh Datti

naimesh_patel
Active Contributor
0 Kudos

Hello,

Unfortunelty, to achieve this you have to use Call transaction instead of Submit...

Regards,

Naimesh