2019 Apr 25 12:43 PM
Hi Experts,
I want to call a modulepool program in some other executable program passing selection screen values from exe prg to module pool program.
We can use Call transaction..but how to pass the Selection screen values??
I didn't found the proper answer in the forum. Can you please provide me the solution.
Thanks in advance.
If both programs are Z, refactor the second program so all the business logic is in a single class that can be called directly from the first program.
Otherwise read the ABAP documentation on "SUBMIT".
2019 Apr 25 3:47 PM
If both programs are Z, refactor the second program so all the business logic is in a single class that can be called directly from the first program.
Otherwise read the ABAP documentation on "SUBMIT".
2019 Apr 26 1:07 PM
2019 Apr 26 1:12 PM
If both are module pool programs, how are having selection screen values?
2019 Apr 26 2:41 PM
I think the OP says "module pool" for "program with a screen". But in the title, it's said that an Executable program (type "1") does a CALL TRANSACTION which starts a Module Pool program (type "M") -> if you don't refactor, then you're left with the classic way EXPORT ... TO MEMORY ID ... and IMPORT ... FROM MEMORY ID ...
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |