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: 
Read only

call transaction 'T-code'.

Former Member
0 Likes
554

Hi.,

          I have a problem of in the call transaction statement..

          I created one t-code which contains one particular database table maintenance generator  contents..

         In the report., if i use the statement CALL TRANSACTION 'ZS12'  (for example the t code is zs12) and execute means., it wont provide the table contents which is there in that t-code..???

          What is the solution? please clarify my doubt..

Thanks

Srini.

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
432

Did you read ABAP documentation for the CALL TRANSACTION statement? Then you should understand that this is not intended to return data to the caller (if that's what you mean).

Thomas

P.S. un-marked as question due to basic nature