<?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 General Ques in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-ques/m-p/4383056#M1042622</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;Please can someone explain me what does this line mean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_txt4 = syst-datum(4).&lt;/P&gt;&lt;P&gt;l_period = syst-datum+4(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what i want to understand is for eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a date 22.08.2008.this is the system date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i only want to pick up the period from this(08) or if i only want to pic up the year from this. How will i give the statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it makes sense to you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Aug 2008 13:06:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-23T13:06:30Z</dc:date>
    <item>
      <title>General Ques</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-ques/m-p/4383056#M1042622</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;Please can someone explain me what does this line mean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_txt4 = syst-datum(4).&lt;/P&gt;&lt;P&gt;l_period = syst-datum+4(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what i want to understand is for eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a date 22.08.2008.this is the system date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i only want to pick up the period from this(08) or if i only want to pic up the year from this. How will i give the statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it makes sense to you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2008 13:06:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-ques/m-p/4383056#M1042622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-23T13:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: General Ques</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-ques/m-p/4383057#M1042623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that exactly what this statement does:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_txt4 = syst-datum(4).&lt;/P&gt;&lt;P&gt;l_period = syst-datum+4(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date is represented as follows in SAP: yyyymmd, for example: 21.08.2008 = 20080821.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you want to have the year use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_year = sy-datum+0(4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month:&lt;/P&gt;&lt;P&gt;lv_month = sy-datum+4(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2008 13:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-ques/m-p/4383057#M1042623</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-08-23T13:31:36Z</dc:date>
    </item>
  </channel>
</rss>

