<?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: Store data in data base in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571951#M1078816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean main program?&lt;/P&gt;&lt;P&gt;1. user-exit program&lt;/P&gt;&lt;P&gt;2. program which is triggered as a first in transaction&lt;/P&gt;&lt;P&gt;3. or some else&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2008 12:53:22 GMT</pubDate>
    <dc:creator>bartlomiej_lach</dc:creator>
    <dc:date>2008-09-29T12:53:22Z</dc:date>
    <item>
      <title>Store data in data base</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571946#M1078811</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;I want to printout notification during creation of it, but I have one problem. I found one user-exit where I can do it but in that moment data are not stored in DB yet. Maybe you know how to force system to save data in DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please don't write about COMMIT WORK with or without AND WAIT, because I tired it and it din't work. I also tried to use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    call function 'DB_COMMIT'
         exceptions
              others = 1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but it doesn't work too. Maybe someone knows other solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571946#M1078811</guid>
      <dc:creator>bartlomiej_lach</dc:creator>
      <dc:date>2008-09-29T10:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Store data in data base</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571947#M1078812</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;ru doing it for customized Z transaction or standard SAP...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vamshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571947#M1078812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Store data in data base</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571948#M1078813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;clearly specify ur problem.....&lt;/P&gt;&lt;P&gt;do u want to get some data into user exit?? or do u want to forcefully save data in DB....???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571948#M1078813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Store data in data base</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571949#M1078814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to get some data into user-exit which are not avilable in user exit interface, but they are not stored in DB too.&lt;/P&gt;&lt;P&gt;So I want to save this data to DB and then select proper row by select statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571949#M1078814</guid>
      <dc:creator>bartlomiej_lach</dc:creator>
      <dc:date>2008-09-29T10:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Store data in data base</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571950#M1078815</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 can try this simple code.&lt;/P&gt;&lt;P&gt;1. u can access any table or variable from the main program in exits&lt;/P&gt;&lt;P&gt;2. u just have to find the point u need to apply this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FIELD-SYMBOLS: &amp;lt;komv&amp;gt;.
 
ASSIGN ('(SAPLMEPO)TKOMV[]') TO &amp;lt;komv&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is just an example... try to do this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN ('(SAPLMEPO)TKOMV[]') TO &amp;lt;komv&amp;gt;.&lt;/P&gt;&lt;P&gt;SAPLMEPO is the main program and TKOMV[]' is the table...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 11:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571950#M1078815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T11:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Store data in data base</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571951#M1078816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean main program?&lt;/P&gt;&lt;P&gt;1. user-exit program&lt;/P&gt;&lt;P&gt;2. program which is triggered as a first in transaction&lt;/P&gt;&lt;P&gt;3. or some else&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 12:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571951#M1078816</guid>
      <dc:creator>bartlomiej_lach</dc:creator>
      <dc:date>2008-09-29T12:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Store data in data base</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571952#M1078817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;I want to printout notification during creation of it, but I have one problem. I found one user-exit where I can &amp;gt;do it but in that moment data are not stored in DB yet. Maybe you know how to force system to save data &amp;gt;in DB.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do you want to force the save into the database? What if the data isn't correct? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it really is necessary to make a printout while the data has not been saved yet, write your own print-program. You'll need to understand how printing normally is taken care of in terms of print program, routine and such. And when you have written your own print program, pass the data to said print program instead of having the program read it from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: i assume it is not possible at all to set the customizing to make a print (preview) while the data is nto yet saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Maen Anachronos on Sep 29, 2008 3:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 13:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571952#M1078817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T13:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Store data in data base</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571953#M1078818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but data is correct I know that, because all checks in SAP is done.&lt;/P&gt;&lt;P&gt;You have to understand that when I go in debugging mode on break-point system is saving data to database. That is why when try to check data in DB during debuggind they are there, so everything is ok. &lt;/P&gt;&lt;P&gt;But when I don't use debugg mode (only transaction) data is saved after my user-exit, so I want to save it manually to use select statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 13:10:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-data-in-data-base/m-p/4571953#M1078818</guid>
      <dc:creator>bartlomiej_lach</dc:creator>
      <dc:date>2008-09-29T13:10:37Z</dc:date>
    </item>
  </channel>
</rss>

