<?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: User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616602#M1760337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very easy why I want to do it by myself:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inthe functino, my message get's concatenatet with some text from T100 ("Message from user &amp;amp;1: &amp;amp;2").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to have my own text here - something like "Mesagge from Helpdesk - Pls answer your tickets".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure I can change table T100 - But that's not the correct way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried to create my own function/program to send the message I want to have...&lt;/P&gt;&lt;P&gt;The call stack can be the cause - but then it's very interesting to know how the program in the linked thread from &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Arindam&lt;/SPAN&gt; is working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? Or someone has done this also. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jul 2013 13:26:37 GMT</pubDate>
    <dc:creator>michael_fallenbchel</dc:creator>
    <dc:date>2013-07-29T13:26:37Z</dc:date>
    <item>
      <title>User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616597#M1760332</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'm playing around with popup messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know function TH_POPUP - everyting's working and fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to do this "part of coding" in my own program - then I can change the text of the popup a little bit.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What I am doing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN class="L0S52"&gt;REPORT&amp;nbsp; &lt;/SPAN&gt;ztest_user_popup&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN class="L0S52"&gt;INCLUDE &lt;/SPAN&gt;tskhincl&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;client &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LIKE &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mandt&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user &lt;SPAN class="L0S52"&gt;LIKE &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;uname&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new_message&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;512&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; message_len &lt;SPAN class="L0S52"&gt;LIKE &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;index&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loc_cut_blanks&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;x &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;VALUE &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt; new_message &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'TEST'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt; &lt;SPAN class="L0S52"&gt;client &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mandt&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt; user &lt;SPAN class="L0S55"&gt;= sy-uname&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt; message_len &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STRLEN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;new_message &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt; &lt;SPAN class="L0S31"&gt;loc_cut_blanks = 0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ThUsrInfo' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'OPCODE' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;opcode_send_pop_up&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"#EC CI_CCALL&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'CLIENT' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;client&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'USR' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;user&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MSG' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;new_message&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MSG_LEN' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;message_len&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'CUT_BLANKS' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;loc_cut_blanks&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN class="L0S52"&gt;BREAK-POINT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is - nothing is happening! At the break-point at the end, sy-subrc = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Michael &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 12:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616597#M1760332</guid>
      <dc:creator>michael_fallenbchel</dc:creator>
      <dc:date>2013-07-29T12:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616598#M1760333</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;May be this thread would help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="https://scn.sap.com/thread/1393200" title="https://scn.sap.com/thread/1393200"&gt;https://scn.sap.com/thread/1393200&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 12:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616598#M1760333</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-07-29T12:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616599#M1760334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arindam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no, it's not helpful. I already read this thread, I also tried to copy the program - same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what's the difference between calling the function and doing the program logic directly in my own program. I have absolut the same variables, the same values also...but I don't get any popup, always sy-subrc = 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 12:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616599#M1760334</guid>
      <dc:creator>michael_fallenbchel</dc:creator>
      <dc:date>2013-07-29T12:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616600#M1760335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Officially, these kernel calls are for SAP internal use only. I could well imagine that the underlying procedure checks the call stack or some sort of interface "footprint" and exits right away when not called from a standard function module like TH_POPUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message text is part of the function module interface, so I don't understand why you need to re-create this yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 13:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616600#M1760335</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2013-07-29T13:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616601#M1760336</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;I think the best would be to compare the steps with the FM code. Is it failing authorization or some exception that's not happening in the FM. Sometimes users don't have authorization. Try using FM AUTHORITY_CHECK_C_FUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_70/en/ABAPCALL-.htm" title="http://help.sap.com/abapdocu_70/en/ABAPCALL-.htm"&gt;http://help.sap.com/abapdocu_70/en/ABAPCALL-.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 13:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616601#M1760336</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-07-29T13:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616602#M1760337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very easy why I want to do it by myself:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inthe functino, my message get's concatenatet with some text from T100 ("Message from user &amp;amp;1: &amp;amp;2").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to have my own text here - something like "Mesagge from Helpdesk - Pls answer your tickets".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure I can change table T100 - But that's not the correct way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried to create my own function/program to send the message I want to have...&lt;/P&gt;&lt;P&gt;The call stack can be the cause - but then it's very interesting to know how the program in the linked thread from &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Arindam&lt;/SPAN&gt; is working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? Or someone has done this also. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 13:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616602#M1760337</guid>
      <dc:creator>michael_fallenbchel</dc:creator>
      <dc:date>2013-07-29T13:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616603#M1760338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I copied the function TH_POPUP no to ZTH_POPUP.&lt;/P&gt;&lt;P&gt;Same result - isn't working (sy-subrc = 1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't be a problem with authorisations - as the standrad funtion is working with my user...I think Thomas is right with some checks "in the background" again functino group/function name/...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 13:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616603#M1760338</guid>
      <dc:creator>michael_fallenbchel</dc:creator>
      <dc:date>2013-07-29T13:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616604#M1760339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is very tempting to play with these TH_-function modules and underlying kernel calls, I have done my own share of this.&lt;/P&gt;&lt;P&gt;However it remains intended only for SAP-internal use, there is almost no public documentation for it, so I'm afraid nobody will be able to tell you why this particular self-made call does not work, as opposed to others, unless there is an obvious mistake like incorrectly declared variables or so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 13:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616604#M1760339</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2013-07-29T13:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616605#M1760340</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;Are you not missing the OPCODE value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: OPCODE_SEND_POP_UP(1) TYPE X VALUE 31.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 13:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616605#M1760340</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-07-29T13:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616606#M1760341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No - it's declared in include tskhincl &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe there's no way to make my popup "look like I want"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 13:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616606#M1760341</guid>
      <dc:creator>michael_fallenbchel</dc:creator>
      <dc:date>2013-07-29T13:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616607#M1760342</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 might be the missing Authority check in your code that is causing the issue:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;AUTHORITY-CHECK OBJECT &lt;SPAN class="L0S33"&gt;'S_ADMI_FCD'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'S_ADMI_FCD' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'POPU'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;SUBRC &amp;lt;&amp;gt; &lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;RAISE &lt;/SPAN&gt;USER_NOT_FOUND&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 05:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616607#M1760342</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-07-30T05:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616608#M1760343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning Arindam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no, sorry, not working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thanks for the update!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 05:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616608#M1760343</guid>
      <dc:creator>michael_fallenbchel</dc:creator>
      <dc:date>2013-07-30T05:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616609#M1760344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just use SET LOCALE LANGUAGE statement, before call 'TH_POPUP' and set the language that doesn't exist in T100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 09:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616609#M1760344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-04T09:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: User Popup Message - CALL 'ThUsrInfo' ID 'OPCODE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616610#M1760345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use exact same field definitions than the FM (e.g. message field length = 128 and not 512)&lt;/P&gt;&lt;P&gt;(Also insure you include TSKHINCL in your report for constants)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 09:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-popup-message-call-thusrinfo-id-opcode/m-p/9616610#M1760345</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-02-04T09:10:44Z</dc:date>
    </item>
  </channel>
</rss>

