<?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 Re: Document Object for HELP_OBJECT_SHOW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029940#M83481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you need to maintain in table DD04L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DD04L-ROLLNAME is the docname..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2005 14:19:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-20T14:19:18Z</dc:date>
    <item>
      <title>Document Object for HELP_OBJECT_SHOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029939#M83480</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;&lt;/P&gt;&lt;P&gt;I need to program an F1 help. For this i want to use the FM HELP_OBJECT_SHOW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HELP_OBJECT_SHOW'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            dokclass = 'TX'&lt;/P&gt;&lt;P&gt;            doklangu = sy-langu&lt;/P&gt;&lt;P&gt;            dokname  = 'DEMO_FOR_F1_HELP'&lt;/P&gt;&lt;P&gt;            doktitle = text-003&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            links    = links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me, where can i maintain the object 'DEMO_FOR_F1_HELP', which is passed to parameter DOKNAME. I tried to use text object from SO01. But its not displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking  you in Anticipation&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 14:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029939#M83480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T14:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Document Object for HELP_OBJECT_SHOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029940#M83481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you need to maintain in table DD04L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DD04L-ROLLNAME is the docname..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 14:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029940#M83481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T14:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Document Object for HELP_OBJECT_SHOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029941#M83482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;DEMO_FOR_F1_HELP&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;if you create the domain with the above name , it will be maintained in DD04L table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to create the domain with that name .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you will be able to access it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 14:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029941#M83482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T14:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Document Object for HELP_OBJECT_SHOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029942#M83483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not for any field help. So i cant attach with a field.&lt;/P&gt;&lt;P&gt;I want to display some text ( 10 to 15 lines) when user click the Help button. (I have a help button in applicatio tool bar) So i want to maintain this text as a document and pass this document name to the FM HELP_OBJECT_SHOW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me where to create my document .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that clear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 14:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029942#M83483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T14:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Document Object for HELP_OBJECT_SHOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029943#M83484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you tried using SO10 create the text and using read_text fetch the text and pass it to the FM.&lt;/P&gt;&lt;P&gt;But i doubt this function module will do that or not.&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijay Babu Dudla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 14:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029943#M83484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T14:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Document Object for HELP_OBJECT_SHOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029944#M83485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. I tried. iam able to read the text object. But when i pass the TLINE table to FM HELP_OBJECT_SHOW , nothing is being displayed. It gives the following message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No documentation available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Message no. SH 720&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Online documentation is not currently available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other FM, where i can pass the TLINE internal table read from READ_TEXT, so that it will be displayed as subscreen (like in standard F1 help)??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 14:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029944#M83485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T14:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Document Object for HELP_OBJECT_SHOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029945#M83486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as this will give the domains f1 help.&lt;/P&gt;&lt;P&gt;if you can create the domain and maintain the text for that domain and use it.&lt;/P&gt;&lt;P&gt;but if you really want to display text then&lt;/P&gt;&lt;P&gt;i will get back to you with some help..&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 14:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029945#M83486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T14:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Document Object for HELP_OBJECT_SHOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029946#M83487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The transaction to maintain these texts is SE61.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select &amp;lt;b&amp;gt;Document Class&amp;lt;/b&amp;gt; = &amp;lt;b&amp;gt;General Text&amp;lt;/b&amp;gt; from F4 and &amp;lt;b&amp;gt;Language&amp;lt;/b&amp;gt; = &amp;lt;b&amp;gt;English&amp;lt;/b&amp;gt; and then give your Text name in &amp;lt;b&amp;gt;Name&amp;lt;/b&amp;gt; field and create. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 15:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029946#M83487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T15:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Document Object for HELP_OBJECT_SHOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029947#M83488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 15:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-object-for-help-object-show/m-p/1029947#M83488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T15:06:48Z</dc:date>
    </item>
  </channel>
</rss>

