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

Regarding Documentation

Former Member
0 Likes
672

hello experts,

i have a requirement where i have to compare the longtexts of an object which is present in both t he system source and destination system.

the object may be Dom,Dted,Tabd and Reps .

in the selection screen we have 2 parameters for

1) p_file

2) RFC

and 4 radiobuttons

1) DOM

2) Dted

3) Tabd

4) Reps

the file contains all the objects and the data is uploaded into an internal table

Is there any function module which gets the documentation of an object from the local and the remote system using RFC.

can any one tell the tables where the docu of Domains,dataelements,tables and reports is saved.

please help me.

thanks in advance,

Badri

5 REPLIES 5
Read only

Former Member
0 Likes
644

Press F1 on all data elements, tables. for documentation.

Read only

Former Member
0 Likes
644

HI,

Check this FM SRTU1_GET_REPORT_DOCUMENTATION

Read only

kamesh_g
Contributor
0 Likes
644

amy this link can help you

Read only

Former Member
0 Likes
644

Hi ,

if u want F1 help for ur parameters or select options , u can use

AT SELECTION SCREEN ON HELP-REQUEST FOR <<field name>>

*give the documentation inside this block.

This event wil b triggered when F1 is pressed on that field.

Have i answered ur question?

Read only

Former Member
0 Likes
644

Hi,

Try these tables

DD04T --- Data elements texts

DD01T --- Domain texts

DD02T --- Table texts