Hello Suresh.
You cannot call multiple transactions at one stroke.
If your tcodes are in an itab, you can call one by one.
loop at itab.
call transaction itab-tcode.
endloop.
Hello Suresh.
You cannot call multiple transactions at one stroke.
If your tcodes are in an itab, you can call one by one.
loop at itab.
call transaction itab-tcode.
endloop.