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

Adding documentation for t-code

former_member225631
Active Contributor
0 Likes
1,112

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. 

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,009

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.

6 REPLIES 6
Read only

Former Member
0 Likes
1,009

Hi Anand,

Please check the below link.

http://scn.sap.com/thread/3190747

You cannot maintain long text for tcode.

Thanks,

Shambu

Read only

0 Likes
1,009

Shambu,

You appear to have linked to this thread. I am stuck in an infinite link loop!

Read only

0 Likes
1,009

OOPS! Silly me!

The correct link below.

http://scn.sap.com/thread/1945799

Thanks,

Shambu

Read only

Former Member
0 Likes
1,010

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.

Read only

Former Member
0 Likes
1,009

Hi Anand ,

If You get the solution Please Update , So it will be helpfull for others also.

Regards,

Ramya Ramasamy

Read only

0 Likes
1,009

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.