<?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: help needed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1458175#M216410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes u can . the control would treat it as a field of character field of length 4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jul 2006 11:54:06 GMT</pubDate>
    <dc:creator>saikat_pal2</dc:creator>
    <dc:date>2006-07-17T11:54:06Z</dc:date>
    <item>
      <title>help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1458170#M216405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all, can u help me in this, can we write like this in data statement&lt;/P&gt;&lt;P&gt;data : begin of it_vbak occurs 0,&lt;/P&gt;&lt;P&gt;       vbeln type vbak-vbeln,&lt;/P&gt;&lt;P&gt;       erdat(4),"can we write this like this mentioning length since its lenght is 8 iam taking 4 to get it same 4 spaces in selection screen can i do it&lt;/P&gt;&lt;P&gt;       end of it_vbak&lt;/P&gt;&lt;P&gt;thanks&amp;amp; regards&lt;/P&gt;&lt;P&gt;Kranthi Revuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 11:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1458170#M216405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T11:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1458171#M216406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the objective? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the declarations like that in a internal table. If you want just the year part of the date, you can use the data element GJAHR for reference instead of giving like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 11:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1458171#M216406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T11:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1458172#M216407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kranthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since u r not mentioning the refrence field ERDAT(4) will be character variable of length 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code u have written for declaring the Itab. is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 11:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1458172#M216407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T11:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1458173#M216408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya  u  can  take  any variable  of  any length ...&lt;/P&gt;&lt;P&gt;but  erdat  is  used  for  date...&lt;/P&gt;&lt;P&gt;if  u fetch date  value  in this  variable  it  show  error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 11:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1458173#M216408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T11:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1458174#M216409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u want only the year there , use &lt;/P&gt;&lt;P&gt;erdat(4) type n&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 11:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1458174#M216409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T11:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1458175#M216410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes u can . the control would treat it as a field of character field of length 4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 11:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1458175#M216410</guid>
      <dc:creator>saikat_pal2</dc:creator>
      <dc:date>2006-07-17T11:54:06Z</dc:date>
    </item>
  </channel>
</rss>

