2022 Dec 13 4:34 PM
how to use dynamic selection with call transaction in abap program
2022 Dec 13 5:38 PM
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 ...
2022 Dec 13 5:38 PM
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 ...
2022 Dec 14 12:52 PM
2022 Dec 14 1:07 PM
Sandra
how i can make program execute automatically and return ,
because now it stop on mb25 without execute.
2022 Dec 14 2:12 PM
"VIA SELECTION-SCREEN" means displaying the selection screen.
Remove it.