Application Development 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: 

Function Module to upload F1 Help for a Data element

Former Member
0 Kudos

Hi Experts,

My requirement is as follows :

User will provide me with a file containing the Data Element name and the corresponding F1 Help text.

Now, I need to upload this file and then attach the help text to the corresponding data element.

How to go about this.Please let me know if there are any Function Modules through which we can achieve it.

Please help me on this as this is very critical issue.

Points are guaranteed.

Thanks in advance.

Regards,

Himanshu

4 REPLIES 4

Former Member
0 Kudos

Hi,

U can do this by writing a bdc program to upload the F1 help text for the data element.

First upload the file by using GUI_UPLOAD fm into an internal table. And then u can use bdc recording code to upload f1 help to the dataelements.

Regards,

Sankar

0 Kudos

Hi Sankar,

Is there an option to upload the field help from Internal table.

Please let me know about that.

I could find out the option to upload data from a rtf file.

Please describe about the options to upload the data from internal table.

Thanks.

Regards,

Himanshu

0 Kudos

Hi,

Just recorde the bdc recording for one dataelement by using se11 transaction and editing documentation.

Ten use this recording code inside loop ....endloop of the internal table containing dataelements and f1 help text. Just place the field names of the dataelement and f1 help text in the recorded code in place of the values u have given while recording.

Reward if it helps...

Regards,

Sankar

Pawan_Kesari
Active Contributor
0 Kudos

goto se11 .. write name of data element and open that data element in change mode...

now press 'documentation' button and enter the help text there...