<?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: Date Formating in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-formating-in-smartforms/m-p/1109656#M105776</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 do not know why you are getting this error, &lt;/P&gt;&lt;P&gt;if you write the code in the Program lines, then you can call a Function module and pass that variable,&lt;/P&gt;&lt;P&gt;i think you are missing something somewhere, please check once again then variables... and check where you are getting the error? in which window you are getting? if you are getting the error in the Program lines then you are missing something, just test the FM individually then write that in the Smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2005 03:20:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-20T03:20:02Z</dc:date>
    <item>
      <title>Date Formating in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-formating-in-smartforms/m-p/1109653#M105773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Guys i have a doubt in smartforms.i.e .i want to change the format of date within smartform not in print program.&lt;/P&gt;&lt;P&gt; I am getting dates trrough internal table in 9 character long .i want to change the date 16 character.i.e. 20 December 2005 like this.&lt;/P&gt;&lt;P&gt; In table structure 9 character only.so,i want to format date like this.&lt;/P&gt;&lt;P&gt; Inside smartforms where to write code for call FM and formatting and all?&lt;/P&gt;&lt;P&gt; If i call FM inside smartforms it'll work? .that means where i have to call and format? Please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 01:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-formating-in-smartforms/m-p/1109653#M105773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T01:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formating in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-formating-in-smartforms/m-p/1109654#M105774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;you can write the code as you want in the Smartform,&lt;/P&gt;&lt;P&gt;Just create &amp;lt;b&amp;gt;Program lines&amp;lt;/b&amp;gt; then call the Function module, so you input will be 9 character field and the output will be 16 Character field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Program lines window, just give Input Parameter is 9 character field and the output parameter is 16 Character field, so this 16 Character field will be available for you in the Smartform, so you can use this and Print this anywhere&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 01:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-formating-in-smartforms/m-p/1109654#M105774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T01:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formating in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-formating-in-smartforms/m-p/1109655#M105775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i write code in program coding in smartforms&lt;/P&gt;&lt;P&gt;it's raising error incorrect nesting Before the statement form the structure introduced function must be consluded with endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don'w know what is the error.Please,help.me&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 03:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-formating-in-smartforms/m-p/1109655#M105775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T03:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formating in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-formating-in-smartforms/m-p/1109656#M105776</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 do not know why you are getting this error, &lt;/P&gt;&lt;P&gt;if you write the code in the Program lines, then you can call a Function module and pass that variable,&lt;/P&gt;&lt;P&gt;i think you are missing something somewhere, please check once again then variables... and check where you are getting the error? in which window you are getting? if you are getting the error in the Program lines then you are missing something, just test the FM individually then write that in the Smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 03:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-formating-in-smartforms/m-p/1109656#M105776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T03:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formating in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-formating-in-smartforms/m-p/1109657#M105777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;code is ok in abap editor .working fine.but this error coming in form interface.&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 03:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-formating-in-smartforms/m-p/1109657#M105777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T03:24:10Z</dc:date>
    </item>
  </channel>
</rss>

