2012 Jun 12 12:13 PM
Hi Friends,
I have created a T-code for a table (table maintenance generator). Now i need to add documentation (help text) for this t-code. Please guide me how can i add. In SAP Easy access, i have added the t-code. If i right click and click documentation, this should show.
2012 Jun 12 2:53 PM
Hi Anand,
Once you give function group the sreens will be created .
Go to se80.
Select function group.
give your function group name
Select you screen.
if you give 2 screens in ur TMG , single screen and overview screen will be created.
select whichever screen you want to add help documentation.
in that screen layout add icon for help doc. add code for that in the program.
Regards,
Ramya Ramasamy.
2012 Jun 12 12:23 PM
Hi Anand,
Please check the below link.
http://scn.sap.com/thread/3190747
You cannot maintain long text for tcode.
Thanks,
Shambu
2012 Jun 12 2:15 PM
Shambu,
You appear to have linked to this thread. I am stuck in an infinite link loop!
2012 Jun 12 2:32 PM
2012 Jun 12 2:53 PM
Hi Anand,
Once you give function group the sreens will be created .
Go to se80.
Select function group.
give your function group name
Select you screen.
if you give 2 screens in ur TMG , single screen and overview screen will be created.
select whichever screen you want to add help documentation.
in that screen layout add icon for help doc. add code for that in the program.
Regards,
Ramya Ramasamy.
2012 Jun 19 6:06 PM
Hi Anand ,
If You get the solution Please Update , So it will be helpfull for others also.
Regards,
Ramya Ramasamy
2012 Jun 20 8:52 AM
Hi Friends, Thanks for your support. I created one report and added the documentation in that report. In the report source code, i called the required view. I call this report for the T-Code. So if i right-click at t-code, it is showing documentation.