<?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 date changed for pasing in function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-changed-for-pasing-in-function-module/m-p/4747416#M1113475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;i want to pass the date of po date from table eban i.e.eban-badat and it_final is the internal table creatred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the process is such like that...&lt;/P&gt;&lt;P&gt;if the badat is e.g.09th nov 08 then after the changes made,the final date should always reflect the date 01/11/2008 i.e 1st of every month and this i qwill pass to function module.&lt;/P&gt;&lt;P&gt;how to get this date from field.&lt;/P&gt;&lt;P&gt;i am doing like this.&lt;/P&gt;&lt;P&gt;but this is not giving the desired uouptut.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:B_DATE TYPE SY-DATUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     B_DATE&lt;EM&gt;0(4) = it_eban-badat&lt;/EM&gt;0(4).&lt;/P&gt;&lt;P&gt;     B_DATE+4(4) = '0101'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest the steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2008 13:36:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-03T13:36:32Z</dc:date>
    <item>
      <title>date changed for pasing in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-changed-for-pasing-in-function-module/m-p/4747416#M1113475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;i want to pass the date of po date from table eban i.e.eban-badat and it_final is the internal table creatred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the process is such like that...&lt;/P&gt;&lt;P&gt;if the badat is e.g.09th nov 08 then after the changes made,the final date should always reflect the date 01/11/2008 i.e 1st of every month and this i qwill pass to function module.&lt;/P&gt;&lt;P&gt;how to get this date from field.&lt;/P&gt;&lt;P&gt;i am doing like this.&lt;/P&gt;&lt;P&gt;but this is not giving the desired uouptut.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:B_DATE TYPE SY-DATUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     B_DATE&lt;EM&gt;0(4) = it_eban-badat&lt;/EM&gt;0(4).&lt;/P&gt;&lt;P&gt;     B_DATE+4(4) = '0101'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest the steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 13:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-changed-for-pasing-in-function-module/m-p/4747416#M1113475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T13:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: date changed for pasing in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-changed-for-pasing-in-function-module/m-p/4747417#M1113476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;new_date+6(2) = '01'.&lt;/P&gt;&lt;P&gt;new_date&lt;EM&gt;0(6) = date&lt;/EM&gt;0(6).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: karthik arunachalam on Nov 3, 2008 7:17 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 13:43:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-changed-for-pasing-in-function-module/m-p/4747417#M1113476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T13:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: date changed for pasing in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-changed-for-pasing-in-function-module/m-p/4747418#M1113477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;data:B_DATE TYPE SY-DATUM.

B_DATE = it_eban-badat.
B_DATE+6(2) = '01'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 14:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-changed-for-pasing-in-function-module/m-p/4747418#M1113477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T14:06:17Z</dc:date>
    </item>
  </channel>
</rss>

