<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Function Module to upload F1 Help for a Data element in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-upload-f1-help-for-a-data-element/m-p/2597986#M595173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;My requirement is as follows :&lt;/P&gt;&lt;P&gt;User will provide me with a file containing the Data Element name and the corresponding F1 Help text.&lt;/P&gt;&lt;P&gt;Now, I need to upload this file and then attach the help text to the corresponding data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to go about this.Please let me know if there are any Function Modules through which we can achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this as this is very critical issue.&lt;/P&gt;&lt;P&gt;Points are guaranteed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2007 09:59:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-02T09:59:17Z</dc:date>
    <item>
      <title>Function Module to upload F1 Help for a Data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-upload-f1-help-for-a-data-element/m-p/2597986#M595173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;My requirement is as follows :&lt;/P&gt;&lt;P&gt;User will provide me with a file containing the Data Element name and the corresponding F1 Help text.&lt;/P&gt;&lt;P&gt;Now, I need to upload this file and then attach the help text to the corresponding data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to go about this.Please let me know if there are any Function Modules through which we can achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this as this is very critical issue.&lt;/P&gt;&lt;P&gt;Points are guaranteed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 09:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-upload-f1-help-for-a-data-element/m-p/2597986#M595173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T09:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to upload F1 Help for a Data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-upload-f1-help-for-a-data-element/m-p/2597987#M595174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can do this by writing a bdc program to upload the F1 help text for the data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 10:16:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-upload-f1-help-for-a-data-element/m-p/2597987#M595174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T10:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to upload F1 Help for a Data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-upload-f1-help-for-a-data-element/m-p/2597988#M595175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto se11 .. write name of data element and open that data element in change mode...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now press 'documentation' button and enter the help text there...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 10:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-upload-f1-help-for-a-data-element/m-p/2597988#M595175</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2007-08-02T10:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to upload F1 Help for a Data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-upload-f1-help-for-a-data-element/m-p/2597989#M595176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sankar,&lt;/P&gt;&lt;P&gt;Is there an option to upload the field help from Internal table.&lt;/P&gt;&lt;P&gt;Please let me know about that.&lt;/P&gt;&lt;P&gt;I could find out the option to upload data from a rtf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please describe about the options to upload the data from internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 10:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-upload-f1-help-for-a-data-element/m-p/2597989#M595176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T10:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to upload F1 Help for a Data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-upload-f1-help-for-a-data-element/m-p/2597990#M595177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just recorde the bdc recording for one dataelement by using se11 transaction and editing documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 10:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-upload-f1-help-for-a-data-element/m-p/2597990#M595177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T10:29:42Z</dc:date>
    </item>
  </channel>
</rss>

