2012 Jun 21 8:29 AM
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.
2012 Jun 21 8:40 AM
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