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: 

dynamic selection with call transaction in abap program

0 Kudos
1,641

how to use dynamic selection with call transaction in abap program

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
1,489

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

Sandra_Rossi
Active Contributor
1,490

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 ...

0 Kudos
1,489

Many thanks Sandra 🙂 .

0 Kudos
1,489

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

1,489

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

Remove it.