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...