<?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: RFC function and user parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833406#M1130792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I've checked it several time!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Dec 2008 07:54:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-09T07:54:10Z</dc:date>
    <item>
      <title>RFC function and user parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833402#M1130788</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 made an RFC function that uses BAPI_GOODSMVT_CREATE.&lt;/P&gt;&lt;P&gt;My problem is now to get automatically the output message (defined on the customizing) for the material document.&lt;/P&gt;&lt;P&gt;To do this I've first tried to set the parameter 'NDR' to 'X' before calling the BAPI, but it was not workinig.&lt;/P&gt;&lt;P&gt;It works if I set it in the User Parameters, but.... only when I'm running the function with SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the function is called from the external system... it doesn't work &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RFC function is called always with the same user and I setted the NDR parameter on for this user.&lt;/P&gt;&lt;P&gt;Somebody can tell me why it's not working and where I'm wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only difference is that my user is a dialog user (with gui) and the external systen user is a communication user (without gui). Can be this the reason? Do I have any possibility to solve this issue?&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;P.S. Also an easy way to create the message after the bapi is called can be usefull &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 10:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833402#M1130788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T10:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function and user parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833403#M1130789</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;You need to loop over the return internal table of type bapiret2 &amp;amp; then populate your own internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Dec 2008 11:23:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833403#M1130789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-06T11:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function and user parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833404#M1130790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer... but .. what do you mean?&lt;/P&gt;&lt;P&gt;My problem is that the goods receipts labels are not printed using the BAPI, also if I set the user parameter NDR to value 'X'.&lt;/P&gt;&lt;P&gt;It seemst that setting user parameters for a communication user doesn't work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 07:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833404#M1130790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T07:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function and user parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833405#M1130791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;The RFC function is called always with the &lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;same&lt;/SPAN&gt; user ...&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;The only difference is that my user is a dialog user (with gui) and the external systen user is a communication user ...&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure, that the user parameter NDR = 'X' (capital letter!) is set for the "communication user"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 21:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833405#M1130791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T21:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function and user parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833406#M1130792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I've checked it several time!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 07:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833406#M1130792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T07:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function and user parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833407#M1130793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OSS note 520813 (https://service.sap.com/sap/support/notes/520813) question 12, describes the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to fill the field PR_UNAME in the headerstructure with an user id. This user id must have set the user parameter NDR = 'X' (not the communication user). You also have to do all customizing settings for this user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 08:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833407#M1130793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T08:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function and user parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833408#M1130794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephan,&lt;/P&gt;&lt;P&gt;Thank you so much for your answer!!! &lt;/P&gt;&lt;P&gt;So simple and it seemst to work &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've only tried with SE37 (giving differents users) and it's only printing the labels for the ones with the NDR parameter on!&lt;/P&gt;&lt;P&gt;Unfortunatly I must wait tomorrow to make a real test (calling the function from the external system) but I think it will be good!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 08:56:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-and-user-parameters/m-p/4833408#M1130794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T08:56:22Z</dc:date>
    </item>
  </channel>
</rss>

