<?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: temse in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943796#M63718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you look through this one (about TemSe):&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a8f9c51ea11d189570000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a8f9c51ea11d189570000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have to admit that I'm not very familiar with this TemSe Data Store thing but at least from link above you can find some the information where the data is stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2005 08:13:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-07T08:13:04Z</dc:date>
    <item>
      <title>temse</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943792#M63714</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;&lt;/P&gt;&lt;P&gt;I am trying to down load the error records of BDC session method from sm35 into a text file. &lt;/P&gt;&lt;P&gt;Please let me know how to proceed for that.&lt;/P&gt;&lt;P&gt;Let me know tha tables from where i can fetch these records or there any atandard function modules that i can use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2005 05:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943792#M63714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-07T05:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: temse</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943793#M63715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't you think it is would be great if your subject line is more descriptive and suits the problem description?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's "temse" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2005 05:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943793#M63715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-07T05:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: temse</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943794#M63716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me if I'm wrong but you want to execute a batch input and then store/write the error messages into a text file? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so please look this tiny example (not full code):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data:  it_messages like bdcmsgcoll occurs 0 with header line.

call transaction 'VK11'
using bdcdata
mode 'E'
update 'S'
messages into it_messages.

* Messages
loop at it_messages
select single * from t100 
where sprsl = sy-langu and
      arbgb = it_messages-msgid and
      msgnr = it_messages-msgnr.

* And here write what you want to do with each message
* Maybe put messages into a another iternal table then process it later to a text file?

endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this will give you an idea where to look for the messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2005 06:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943794#M63716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-07T06:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: temse</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943795#M63717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish,&lt;/P&gt;&lt;P&gt;       Before processing the session datas will be stored in APQD and APQI Queue information tables.What u have mentioned this temse id will store in APQL table (BAtch input log directory). &lt;/P&gt;&lt;P&gt;           Batch input log messages u can find BDCLM structure. And the table u can find from the where used list of programs and using sql trace.&lt;/P&gt;&lt;P&gt;         I think this will serve ur purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2005 08:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943795#M63717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-07T08:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: temse</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943796#M63718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you look through this one (about TemSe):&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a8f9c51ea11d189570000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a8f9c51ea11d189570000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have to admit that I'm not very familiar with this TemSe Data Store thing but at least from link above you can find some the information where the data is stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2005 08:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943796#M63718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-07T08:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: temse</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943797#M63719</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;   Check out the function Modules &lt;/P&gt;&lt;P&gt;   RSTS_OPEN_RLC for opening  Temse Object&lt;/P&gt;&lt;P&gt;   RSTS_CLOSE for closing it and&lt;/P&gt;&lt;P&gt;   RSTS_READ for reading the contents &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Siva Prakash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2005 12:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943797#M63719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-07T12:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: temse</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943798#M63720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish,&lt;/P&gt;&lt;P&gt;     I got some more points about TEMSE. The transaction code for TEMSE contents is sp11. ANd the transparents table are tst01 and tst03.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2005 07:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/temse/m-p/943798#M63720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-08T07:37:30Z</dc:date>
    </item>
  </channel>
</rss>

