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

dynamic selection with call transaction in abap program

0 Kudos
1,973

how to use dynamic selection with call transaction in abap program

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
1,821

For dynamic selections, don't use CALL TRANSACTION, use SUBMIT ... WITH FREE SELECTIONS ...

So you want to run MB25. Look into SE93 which program it is:

Just make sure what you think are dynamic selections, can be provided using WITH FREE SELECTIONS, it requires the program to use a logical database, so look at the program attributes:

There's a logical database, so you can use SUBMIT ... WITH FREE SELECTIONS ...

For more information, look at the official documentation SUBMIT ... WITH FREE SELECTIONS ...

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
1,822

For dynamic selections, don't use CALL TRANSACTION, use SUBMIT ... WITH FREE SELECTIONS ...

So you want to run MB25. Look into SE93 which program it is:

Just make sure what you think are dynamic selections, can be provided using WITH FREE SELECTIONS, it requires the program to use a logical database, so look at the program attributes:

There's a logical database, so you can use SUBMIT ... WITH FREE SELECTIONS ...

For more information, look at the official documentation SUBMIT ... WITH FREE SELECTIONS ...

Read only

0 Kudos
1,821

Many thanks Sandra 🙂 .

Read only

0 Kudos
1,821

Sandra
how i can make program execute automatically and return ,
because now it stop on mb25 without execute.

Read only

1,821

"VIA SELECTION-SCREEN" means displaying the selection screen.

Remove it.