<?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 Exit Qustion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-qustion/m-p/3048280#M721637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     U mean to say that you are going to add a new row into a internal table which is going to affect database table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. it will. But you need to set the appropriate flags. for example, if you are going to add a new row in XVBAP table in sales order, then u need to set the field UPDKZ = 'I'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will insert the row in to the database as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Niyaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2007 10:37:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-29T10:37:59Z</dc:date>
    <item>
      <title>User Exit Qustion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-qustion/m-p/3048278#M721635</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 wont to now if there is way that i do user exit  and i do there append to the table in user exit (tab tables) if this table is influence on tables in database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 10:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-qustion/m-p/3048278#M721635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T10:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Qustion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-qustion/m-p/3048279#M721636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 10:36:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-qustion/m-p/3048279#M721636</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-10-29T10:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Qustion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-qustion/m-p/3048280#M721637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     U mean to say that you are going to add a new row into a internal table which is going to affect database table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. it will. But you need to set the appropriate flags. for example, if you are going to add a new row in XVBAP table in sales order, then u need to set the field UPDKZ = 'I'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will insert the row in to the database as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Niyaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 10:37:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-qustion/m-p/3048280#M721637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T10:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Qustion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-qustion/m-p/3048281#M721638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes I think you can do it......but instead of append use eiher the insert,modify or update command.Please make sure that you use enqueue to lock the table before update and use dequeue to unlock the table after update.&lt;/P&gt;&lt;P&gt;Nevertheless,I suggest you to find a FM to do a database update instead of doing it through modify,update or insert commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it was useful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 10:39:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-qustion/m-p/3048281#M721638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T10:39:48Z</dc:date>
    </item>
  </channel>
</rss>

