<?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: what does this code do? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-do/m-p/12682767#M2017084</link>
    <description>&lt;P&gt;Thank you for visiting SAP Community to get answers to your questions.&lt;/P&gt;&lt;P&gt;As you're looking to get most out of your community membership, please consider include a profile picture to increase user engagement &amp;amp; additional resources to your reference that can really benefit you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Profile &lt;A href="https://developers.sap.com/tutorials/community-profile.html"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Tips for Questions: &lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Consider to take our Q&amp;amp;A tutorial at: &lt;A href="https://developers.sap.com/tutorials/community-qa.html" target="_blank"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I hope you find this advice useful, and we're happy to have you as part of SAP Community!&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jan 2023 18:39:13 GMT</pubDate>
    <dc:creator>AlexGourdet</dc:creator>
    <dc:date>2023-01-11T18:39:13Z</dc:date>
    <item>
      <title>what does this code do?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-do/m-p/12682766#M2017083</link>
      <description>&lt;P&gt;hello community! &lt;/P&gt;
  &lt;P&gt;Can someone help me understand what this code does and what it is for?&lt;/P&gt;
  &lt;P&gt;Thanks!&lt;/P&gt;
  &lt;P&gt;DATA: v_modo type C.&lt;/P&gt;
  &lt;P&gt;v_modo = 'N'.&lt;/P&gt;
  &lt;P&gt;BDC_OPTIONS-DISMODE = v_modo.&lt;/P&gt;
  &lt;P&gt;BDC_OPTIONS-UPDMODE = 'A'.&lt;/P&gt;
  &lt;P&gt;BDC_OPTIONS-DEFSIZE = 'X'.&lt;/P&gt;
  &lt;P&gt;BDC_OPTIONS-RACOMMIT = 'X'.&lt;/P&gt;
  &lt;P&gt;CALL TRANSACTION 'SU03'&lt;/P&gt;
  &lt;P&gt;USING BDCDATA&lt;/P&gt;
  &lt;P&gt;OPTIONS FROM BDC_OPTIONS&lt;/P&gt;
  &lt;P&gt;MESSAGES INTO gt_msg.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 18:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-do/m-p/12682766#M2017083</guid>
      <dc:creator>former_member837795</dc:creator>
      <dc:date>2023-01-11T18:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: what does this code do?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-do/m-p/12682767#M2017084</link>
      <description>&lt;P&gt;Thank you for visiting SAP Community to get answers to your questions.&lt;/P&gt;&lt;P&gt;As you're looking to get most out of your community membership, please consider include a profile picture to increase user engagement &amp;amp; additional resources to your reference that can really benefit you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Profile &lt;A href="https://developers.sap.com/tutorials/community-profile.html"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Tips for Questions: &lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Consider to take our Q&amp;amp;A tutorial at: &lt;A href="https://developers.sap.com/tutorials/community-qa.html" target="_blank"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I hope you find this advice useful, and we're happy to have you as part of SAP Community!&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 18:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-do/m-p/12682767#M2017084</guid>
      <dc:creator>AlexGourdet</dc:creator>
      <dc:date>2023-01-11T18:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: what does this code do?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-do/m-p/12682768#M2017085</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;juanastradaa&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This code definitely calls the SU03 transaction that maintains authorizations and profiles. That's all I can tell from the code. You have not provided the content of BDCDATA so it's not possible to tell what the code is doing in the transaction. Also see SAP Help on &lt;A href="https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-us/abapcall_transaction_using.htm" target="_blank"&gt;CALL TRANSACTION - USING&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 19:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-do/m-p/12682768#M2017085</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2023-01-11T19:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: what does this code do?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-do/m-p/12682769#M2017086</link>
      <description>&lt;P&gt;I don't see, what this has to do with RFC?!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 21:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-do/m-p/12682769#M2017086</guid>
      <dc:creator>Ulrich_Schmidt1</dc:creator>
      <dc:date>2023-01-11T21:30:56Z</dc:date>
    </item>
  </channel>
</rss>

