<?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: display message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-message/m-p/5463796#M1251592</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;Debug the program and check if IFLOT-TPLNR is populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nupur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2009 12:20:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-29T12:20:21Z</dc:date>
    <item>
      <title>display message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-message/m-p/5463794#M1251590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to display both 'system user id'(SY-MSGV1) and 'function location no.' (IFLOT-TPLNR)  in the task bar as a message but I am getting only the user id not function location.&lt;/P&gt;&lt;P&gt;I am using the following line of codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;WITH SY-MSGV1  IFLOT-TPLNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 12:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-message/m-p/5463794#M1251590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T12:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: display message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-message/m-p/5463795#M1251591</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;This may be because since SY-MSGV1 is asystem variable and hence it getting populated automatically.&lt;/P&gt;&lt;P&gt;For functional location,first you need to retrieve its value from database then store that in a variable and pass that to message.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Hope it hepls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 12:15:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-message/m-p/5463795#M1251591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T12:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: display message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-message/m-p/5463796#M1251592</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;Debug the program and check if IFLOT-TPLNR is populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nupur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 12:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-message/m-p/5463796#M1251592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T12:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: display message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-message/m-p/5463797#M1251593</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;Concatenate both the fields into one variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate SY-MSGV1 IFLOT-TPLNR into w_var1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;WITH W_VAR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 12:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-message/m-p/5463797#M1251593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T12:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: display message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-message/m-p/5463798#M1251594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;I tried according to your logic, But i am not getting the result,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I just added/use &lt;/P&gt;&lt;P&gt;Data : w_var1(128) type n.&lt;/P&gt;&lt;P&gt;But I am not getting the result &lt;/P&gt;&lt;P&gt;Can help me again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this i will remain obliged to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 12:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-message/m-p/5463798#M1251594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T12:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: display message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-message/m-p/5463799#M1251595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Actually I am using the IFLOT-TPLNR in a function module &lt;/P&gt;&lt;P&gt;i.e&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;form check_lock_fl.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ENQUEUE_EZIFLO'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        MODE_IFLOT     = 'E'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        MANDT          = SY-MANDT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         TPLNR          = IFLOT-TPLNR&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        X_TPLNR        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        _SCOPE         = '2'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        _WAIT          = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        _COLLECT       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;         FOREIGN_LOCK   = 1&lt;/P&gt;&lt;P&gt;         SYSTEM_FAILURE = 2&lt;/P&gt;&lt;P&gt;         OTHERS         = 3.     .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 IFLOT-TPLNR.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " CHECK_LOCK_FL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;after debugging i am not getting the value of IFOT-TPLNR, &lt;/P&gt;&lt;P&gt;Actually in the selection screen I am passing NOTIFICATION NUMBER and function location TPLNR is coming automatically ( e.g when we pass notification no in IW52 it will generate function location automatically from the system) Now the question is how to get the value of TPLNR&lt;/P&gt;&lt;P&gt;and display into the message in task bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 12:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-message/m-p/5463799#M1251595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T12:58:31Z</dc:date>
    </item>
  </channel>
</rss>

