<?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: BDC date format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529225#M1070481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praneet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, first the problem. &lt;/P&gt;&lt;P&gt;This problem is due to user settings. So it is not a good idea to hardcode the format it according to user settings, since we will not know in which system your program will be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution.&lt;/P&gt;&lt;P&gt;=======================&lt;/P&gt;&lt;P&gt;Data: begda(10) type C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write p0001-begda to begda.&lt;/P&gt;&lt;P&gt;========================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important point to note.&lt;/P&gt;&lt;P&gt;Source field (p0001-begda), must be of DATE format.&lt;/P&gt;&lt;P&gt;Destination field(begda) must be of char type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE statement will automatically convert the date to user format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2008 12:39:35 GMT</pubDate>
    <dc:creator>kammaje_cis</dc:creator>
    <dc:date>2008-11-18T12:39:35Z</dc:date>
    <item>
      <title>BDC date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529217#M1070473</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 need a clarification here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we deal with date, normally we convert it into external format of user by using 'WRITE TO' statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my current program, it does not have any format conversions for date. However, they are uploading to BDC structure in YYYYMMDD basic internal format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heard it like, if u supply date with this internal format, it just get converted to specific user format on the screen.( Suppose if user format mm/dd/yyyy, if u spply in YYYYMMDD. Then it will convert to mm/DD/YYYY automatically)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this true??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the same program working properly on PRD system and in QAT it is throwing date format error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any pls confirm...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 12:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529217#M1070473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T12:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: BDC date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529218#M1070474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In general, based on user settings the date gets changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 12:44:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529218#M1070474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T12:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: BDC date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529219#M1070475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;Is this true??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes it is true. if you load it internal format, conversion will takes place automatically according to settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 12:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529219#M1070475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T12:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: BDC date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529220#M1070476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I mentioned in only one system it is working properly, the other systems is giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any specific settings required for this conversion? OR can we take help of SAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 13:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529220#M1070476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T13:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: BDC date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529221#M1070477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I mentioned in only one system it is working properly, the other systems is giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any specific settings required for this conversion? OR can we take help of SAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 13:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529221#M1070477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T13:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529222#M1070478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you use the sy-datum format that will work automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Any specific settings required for this conversion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see any need in that. i feel the problem lies in the bdcdata population for the datefield. check it once in Debug mode in other system if you can..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 13:30:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529222#M1070478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T13:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: BDC date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529223#M1070479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, I debugged and it is giving the following error on FB05 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" Formatting error for BKPF-BLDAT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 14:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529223#M1070479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T14:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: BDC date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529224#M1070480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just check the below setting in the quality system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From menu options system--&amp;gt;User Profile --&amp;gt;Own Data --&amp;gt; Open the tab Defaults.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the date format over there. The date format from the file and the date format over here should sink.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 15:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529224#M1070480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T15:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: BDC date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529225#M1070481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praneet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, first the problem. &lt;/P&gt;&lt;P&gt;This problem is due to user settings. So it is not a good idea to hardcode the format it according to user settings, since we will not know in which system your program will be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution.&lt;/P&gt;&lt;P&gt;=======================&lt;/P&gt;&lt;P&gt;Data: begda(10) type C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write p0001-begda to begda.&lt;/P&gt;&lt;P&gt;========================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important point to note.&lt;/P&gt;&lt;P&gt;Source field (p0001-begda), must be of DATE format.&lt;/P&gt;&lt;P&gt;Destination field(begda) must be of char type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE statement will automatically convert the date to user format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 12:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-date-format/m-p/4529225#M1070481</guid>
      <dc:creator>kammaje_cis</dc:creator>
      <dc:date>2008-11-18T12:39:35Z</dc:date>
    </item>
  </channel>
</rss>

