<?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: About DB Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799502#M653694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Puneet,&lt;/P&gt;&lt;P&gt;Can U help me in Designing the work flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayasimha Jangam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2007 06:03:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-17T06:03:22Z</dc:date>
    <item>
      <title>About DB Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799498#M653690</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 am Using a Standard SAP DB Table "SWFREVTLOG"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Writing a Program"ZABC" To call the Last Event ID Which is last generated.&lt;/P&gt;&lt;P&gt;by &lt;/P&gt;&lt;P&gt;DATA : ID LIKE SWFREVTLOG-EVENT_ID.&lt;/P&gt;&lt;P&gt;SELECT MAX( EVENT_ID ) INTO ID FROM SWFREVTLOG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now My Object is ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Ever a New EVENT_ID Created then "ZABC" Programme should trigger and run automatically in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wat is the Procedure to do this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be awarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jayasimha Jangam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 05:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799498#M653690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T05:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: About DB Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799499#M653691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your requirement wud be tough to fulfill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However a workaround wud be to schedule your report in the background to run say every 5 mins. and it shud give you the list of event run since the past 5 mins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Award points if so.&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, 17 Sep 2007 05:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799499#M653691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T05:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: About DB Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799500#M653692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi VAnia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requirement is when ever a Event_ID  is inserted it should trigger .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not to schedule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 05:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799500#M653692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T05:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: About DB Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799501#M653693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayasimha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since there is no procedure of triggering a report as soon as there is a new entry in the DB table,it would be better to use Workflow in this case wherein the logic would be to trigger the report as soon as there is a new entry in the DB table.&lt;/P&gt;&lt;P&gt;Ask any of the guys who have worked on workflows or if you know them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case, you have any further clarifications,do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 05:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799501#M653693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T05:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: About DB Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799502#M653694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Puneet,&lt;/P&gt;&lt;P&gt;Can U help me in Designing the work flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayasimha Jangam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 06:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799502#M653694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T06:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: About DB Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799503#M653695</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;Creating a workflow requires some knowledge about it so that you do not define wrong activities and the triggering events.&lt;/P&gt;&lt;P&gt;You can refer to any of the documents on workflows.&lt;/P&gt;&lt;P&gt;If you want I can forward you the document,please let me know the email ID.&lt;/P&gt;&lt;P&gt;The T-code to start wth is SWDD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 06:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799503#M653695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T06:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: About DB Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799504#M653696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Puneet Jhari  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Mail ID is jayasimhaj@infotechsw.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can Design the flow and guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Jayasimha Jangam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 06:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799504#M653696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T06:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: About DB Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799505#M653697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayasimha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have forewarded the docuemnts to you.&lt;/P&gt;&lt;P&gt;It would be good if you read them,understand them and also take the help of some workflow guy in your company to build it.&lt;/P&gt;&lt;P&gt;It is very difficult to do it remotely and I guess for your requirement,it is an easy one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 06:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-db-table/m-p/2799505#M653697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T06:19:33Z</dc:date>
    </item>
  </channel>
</rss>

