Skip to Content
0
Former Member
Dec 05, 2011 at 02:36 PM

Reading Transaction code of webdynpro

153 Views

Hi,

I have created a T.code for webdynpro application.

I need to read the t.code name if i execute this using the T.code.If i execute by link,i no need this t.code value.

I have written

If sy-tcode = <T.code Name>

endif.

But its empty while the execution come there.How to read the t.code if i execute this by t.code...