<?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: regarding FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1052992#M89645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;I want to pass 3 dynamica variable values into POPUP_TO_CONFIRM FM in diagnose_object parameter&lt;/P&gt;&lt;P&gt;and display.&lt;/P&gt;&lt;P&gt;could you pls give me sample of how to create text id&lt;/P&gt;&lt;P&gt;in SE61 and pass it to FM.&lt;/P&gt;&lt;P&gt;small example would be great.&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2005 15:07:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-20T15:07:10Z</dc:date>
    <item>
      <title>regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1052989#M89642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;regarding POPUP_TO_CONFIRM&lt;/P&gt;&lt;P&gt;could you pls tell me how to pass DIAGNOSE_OBJECT parameter with this FM.&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 06:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1052989#M89642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T06:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1052990#M89643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI,&lt;/P&gt;&lt;P&gt; The DIAGNOSE_OBJECT should be created in SE61. It will be written in the table DOKHL-Documentation: Headers, with texts. that text should be given in the parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The document passed must be created with the Documentation maintenance transaction (SE61) as a "Text in dialog" class document. No check is made that all parameters used in the text document are passed in the internal table PARAMETERS. Missing parameters are not displayed. You should use numbered texts to make the parameter values translatable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 07:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1052990#M89643</guid>
      <dc:creator>aaruljothi</dc:creator>
      <dc:date>2005-10-20T07:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1052991#M89644</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'POPUP_TO_CONFIRM'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;titel = 'Title for POPUP_TO_CONFIRM'(A01)&lt;/P&gt;&lt;P&gt;diagnose_object = 'TEXT1_ZUM_POPUP_TO_CONFIRM'&lt;/P&gt;&lt;P&gt;text_question = 'Do you want to carry out this&lt;/P&gt;&lt;P&gt;fantastic test?'(A02)&lt;/P&gt;&lt;P&gt;text_button_1 = 'Yes'(A03)&lt;/P&gt;&lt;P&gt;ICON_BUTTON_1 = 'ICON_OKAY'&lt;/P&gt;&lt;P&gt;text_button_2 = 'Cancel'(A04)&lt;/P&gt;&lt;P&gt;ICON_BUTTON_2 = 'ICON_CANCEL'&lt;/P&gt;&lt;P&gt;DEFAULT_BUTTON = '1'&lt;/P&gt;&lt;P&gt;DISPLAY_CANCEL = ''&lt;/P&gt;&lt;P&gt;userdefined_f1_help = 'TEST_TEXT_ZUR_SPO1'&lt;/P&gt;&lt;P&gt;START_COLUMN = 25&lt;/P&gt;&lt;P&gt;START_ROW = 6&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;answer = answer&lt;/P&gt;&lt;P&gt;exception&lt;/P&gt;&lt;P&gt;TEXT_NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;others = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 07:38:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1052991#M89644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T07:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1052992#M89645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;I want to pass 3 dynamica variable values into POPUP_TO_CONFIRM FM in diagnose_object parameter&lt;/P&gt;&lt;P&gt;and display.&lt;/P&gt;&lt;P&gt;could you pls give me sample of how to create text id&lt;/P&gt;&lt;P&gt;in SE61 and pass it to FM.&lt;/P&gt;&lt;P&gt;small example would be great.&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 15:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1052992#M89645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T15:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: regarding FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1052993#M89646</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;Go to SE61,  Select Document Class "Text in dialog" in Settings section by hitting F4 and then enter ZCHAN_TEST in Dialog Text field and click on Create button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the editor, just write &amp;lt;b&amp;gt;Hello &amp;amp;USER&amp;amp;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save it and come out.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Then in your program,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  DATA: T_PARAMETER LIKE SPAR OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  T_PARAMETER-PARAM = 'USER'. "The one you gave in &amp;amp; &amp;amp;&lt;/P&gt;&lt;P&gt;  T_PARAMETER-VALUE = sy-uname.&lt;/P&gt;&lt;P&gt;  APPEND T_PARAMETER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'POPUP_TO_CONFIRM'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              TITLEBAR        = 'Hello'                &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;           DIAGNOSE_OBJECT = 'ZCHAN_TEST'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;              TEXT_QUESTION   = 'Confirm'&lt;/P&gt;&lt;P&gt;              TEXT_BUTTON_1   = 'Yes'&lt;/P&gt;&lt;P&gt;              TEXT_BUTTON_2   = 'No'&lt;/P&gt;&lt;P&gt;              DEFAULT_BUTTON  = '1'&lt;/P&gt;&lt;P&gt;              DISPLAY_CANCEL_BUTTON = ' '&lt;/P&gt;&lt;P&gt;         IMPORTING&lt;/P&gt;&lt;P&gt;              ANSWER          = L_ANSWER&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;           PARAMETER       = T_PARAMETER&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;         EXCEPTIONS&lt;/P&gt;&lt;P&gt;              TEXT_NOT_FOUND  = 1&lt;/P&gt;&lt;P&gt;              OTHERS          = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Now if you want more variables have all of them in your text like &amp;amp;VAR1&amp;amp;, &amp;amp;VAR2&amp;amp;, &amp;amp;VAR3&amp;amp;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  And then fill T_PARAMETER table with 3 entries one for each variable...&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>Thu, 20 Oct 2005 15:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/1052993#M89646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T15:23:29Z</dc:date>
    </item>
  </channel>
</rss>

