<?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 CALL BAPI Function with SuperUser ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-function-with-superuser-id/m-p/7033051#M1499645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to call a BAPI function 'BAPI_MATERIAL_MAINTAINDATA_RT' using a Super User ID.&lt;/P&gt;&lt;P&gt;Can someone guide me on the syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call 'BAPI_MATERIAL_MAINTAINDATA_RT'&lt;/P&gt;&lt;P&gt;  Desitination ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know how to put in the superuser-ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 May 2010 09:28:28 GMT</pubDate>
    <dc:creator>colin_cheong</dc:creator>
    <dc:date>2010-05-31T09:28:28Z</dc:date>
    <item>
      <title>CALL BAPI Function with SuperUser ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-function-with-superuser-id/m-p/7033051#M1499645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to call a BAPI function 'BAPI_MATERIAL_MAINTAINDATA_RT' using a Super User ID.&lt;/P&gt;&lt;P&gt;Can someone guide me on the syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call 'BAPI_MATERIAL_MAINTAINDATA_RT'&lt;/P&gt;&lt;P&gt;  Desitination ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know how to put in the superuser-ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 09:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-function-with-superuser-id/m-p/7033051#M1499645</guid>
      <dc:creator>colin_cheong</dc:creator>
      <dc:date>2010-05-31T09:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: CALL BAPI Function with SuperUser ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-function-with-superuser-id/m-p/7033052#M1499646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your program going to be scheduled in a background mode ? if so create your program in a normal way and Request your BASIS team to Schedule your program with Super user ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In forground when you execute the program current user ID will be taken automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 09:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-function-with-superuser-id/m-p/7033052#M1499646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T09:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: CALL BAPI Function with SuperUser ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-function-with-superuser-id/m-p/7033053#M1499647</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 really need to run it online.&lt;/P&gt;&lt;P&gt;I really need to know how to add in the SuperUser ID.&lt;/P&gt;&lt;P&gt;This is in accordance with OSS note. However, the note stopped short of how to add the syntax.&lt;/P&gt;&lt;P&gt;Can you help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 12:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-function-with-superuser-id/m-p/7033053#M1499647</guid>
      <dc:creator>colin_cheong</dc:creator>
      <dc:date>2010-05-31T12:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: CALL BAPI Function with SuperUser ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-function-with-superuser-id/m-p/7033054#M1499648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Create a Custome Report and call your BAPI inside that. then you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT statement to call the custom report in addition to user ID. THis way you can adopt the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT zprogram
     VIA JOB     jobname
         NUMBER jobcount
         USER    Super_user_ID
     WITH SELECTION-TABLE lt_par_tab   "&amp;lt;-- selection table of custom program.
                AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example Please refer the thread &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="8893105"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 12:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-function-with-superuser-id/m-p/7033054#M1499648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T12:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: CALL BAPI Function with SuperUser ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-function-with-superuser-id/m-p/7033055#M1499649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had managed to set the destination "XXXX" as per SM59 using a superuser-id to get out and get in as a SuperUser to overcome the authorization check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 06:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-function-with-superuser-id/m-p/7033055#M1499649</guid>
      <dc:creator>colin_cheong</dc:creator>
      <dc:date>2010-06-01T06:03:36Z</dc:date>
    </item>
  </channel>
</rss>

