<?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: how to write the code under initilization event in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-the-code-under-initilization-event/m-p/6514982#M1424203</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;Write that message under event initialization as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE i001(some custom message class your create).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give that message in SE91 and use it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before selection screen your required message will be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subhashini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Dec 2009 13:19:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-22T13:19:10Z</dc:date>
    <item>
      <title>how to write the code under initilization event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-the-code-under-initilization-event/m-p/6514981#M1424202</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;MY requirement is  under  intilization event i have to write &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every Monday Morning, takes the total number of parts reported as produced for the Previous week (Monday Morning 00:00:00 to Sunday Night 23:59:59)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody give hint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 13:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-the-code-under-initilization-event/m-p/6514981#M1424202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-22T13:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to write the code under initilization event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-the-code-under-initilization-event/m-p/6514982#M1424203</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;Write that message under event initialization as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE i001(some custom message class your create).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give that message in SE91 and use it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before selection screen your required message will be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subhashini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 13:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-the-code-under-initilization-event/m-p/6514982#M1424203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-22T13:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to write the code under initilization event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-the-code-under-initilization-event/m-p/6514983#M1424204</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 wriiten like this for date range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;  so_sptag-sign = 'I'.&lt;/P&gt;&lt;P&gt;  so_sptag-option = 'EQ'.&lt;/P&gt;&lt;P&gt;  so_sptag-low = sy-datum - 6.&lt;/P&gt;&lt;P&gt;  so_sptag-high = sy-datum.&lt;/P&gt;&lt;P&gt;  APPEND so_sptag.&lt;/P&gt;&lt;P&gt;  CLEAR so_sptag.&lt;/P&gt;&lt;P&gt;Now they r telling to maintain time range also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to write??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 13:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-the-code-under-initilization-event/m-p/6514983#M1424204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-22T13:21:18Z</dc:date>
    </item>
  </channel>
</rss>

