Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8803

Re: in call transaction multiple tcodes

$
0
0

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.


Viewing all articles
Browse latest Browse all 8803

Trending Articles