<?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: char 10 format date problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568788#M1937857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sy-datum is default type for date. The output will based on SU3 setting, but if you will debug, you can see that the value of date is based on YYYMMDD format. So you can do offsetting to get the month value. You can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_data &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;sy-datum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_month &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; l_data = sy-datum.&lt;/P&gt;&lt;P&gt; l_month = l_data+4(2).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2016 04:33:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-03-15T04:33:14Z</dc:date>
    <item>
      <title>char 10 format date problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568787#M1937856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a required as follow:&lt;/P&gt;&lt;P&gt;In the screen, there are two fields, one is a char 2 input field(field A), the other is a char 10 date input field(field B).&lt;/P&gt;&lt;P&gt;In PBO, field B would show the date like 2010/09/08 or 08.09.2010, it depends on SU3 setting.&lt;/P&gt;&lt;P&gt;Then I would input a new month value like '11' in field A and then field B would be changed to 2010/11/08 or 08.11.2010.&lt;/P&gt;&lt;P&gt;My question is, how can I know the month position of field B when I wan to change the month value?&lt;/P&gt;&lt;P&gt;I don't know the user's local format so that it could be either format, including but not limit to the two formats I mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 04:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568787#M1937856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T04:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: char 10 format date problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568788#M1937857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sy-datum is default type for date. The output will based on SU3 setting, but if you will debug, you can see that the value of date is based on YYYMMDD format. So you can do offsetting to get the month value. You can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_data &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;sy-datum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_month &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; l_data = sy-datum.&lt;/P&gt;&lt;P&gt; l_month = l_data+4(2).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 04:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568788#M1937857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T04:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: char 10 format date problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568789#M1937858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, the system is not using standard datum format, it uses char 10 format instead for the screen.&lt;/P&gt;&lt;P&gt;But on the logic level, it has a variable which uses datum format, so I tried that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there still leaves the question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 07:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568789#M1937858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T07:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: char 10 format date problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568790#M1937859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; create a dummy field &amp;lt;date1&amp;gt; of type datum. Take the value which is in field B and write that to your dummy field &amp;lt;date1&amp;gt; by masking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;WRITE &amp;lt;field B&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;to &amp;lt;&lt;/SPAN&gt;date1&amp;gt; &lt;SPAN class="L0S31"&gt;" DD/MM/YYYY&amp;nbsp; / " DDMMYY / .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These two are the masking provided for date. By this you will get the exact position of month . Change that in &amp;lt;date1&amp;gt; from the input field A&amp;nbsp; and again assign that value to field B for output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that should solve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 07:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568790#M1937859</guid>
      <dc:creator>Ashg1402</dc:creator>
      <dc:date>2016-03-15T07:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: char 10 format date problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568791#M1937860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But there could be many formats for displaying.&lt;/P&gt;&lt;P&gt;And I just take these two as example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 07:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568791#M1937860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T07:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: char 10 format date problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568792#M1937861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; yes there can be. As you are displaying in char 10 format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As I can get from your requirement is that you are giving input in field A and showing the date output in field B by changing the month, right.?&lt;/P&gt;&lt;P&gt;If you are asking about date format then char(10) or datum is widely used. You can also use that.&lt;/P&gt;&lt;P&gt;The way which I have suggested will not effect the display.&lt;/P&gt;&lt;P&gt;You can also do one thing in-spite of creating that dummy field &amp;lt;date1&amp;gt; of type datum, create it char(10). and follow the rest. Put a breakpoint at write statement and check that its working or not. Then u will get the proper position.&lt;/P&gt;&lt;P&gt;Then for changing value of month you can use the offset way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 07:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568792#M1937861</guid>
      <dc:creator>Ashg1402</dc:creator>
      <dc:date>2016-03-15T07:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: char 10 format date problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568793#M1937862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this. I tried it working &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA: l_date &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;sy-datum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_test &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;char10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PARAMETERS: p_date &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;char10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'CY_CONVERT_DATE'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date_string_imp = p_date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date_string_exp = p_date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date_exp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = l_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;WRITE &lt;/SPAN&gt;l_date+4(2).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 08:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568793#M1937862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T08:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: char 10 format date problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568794#M1937863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; font-family: Calibri; font-size: 15px;"&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Calibri; font-size: 15px;"&gt;I just created a report program, simulating the scenario.&lt;/P&gt;&lt;P style="color: #000000; font-family: Calibri; font-size: 15px;"&gt;Please go through this, hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Calibri; font-size: 15px;"&gt;&lt;SPAN style="color: blue; font-size: 10pt; font-family: 'Courier New';"&gt;PARAMETERS &lt;SPAN style="color: black;"&gt;: field_a &lt;/SPAN&gt;TYPE c &lt;SPAN style="color: black;"&gt;LENGTH 2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field_b &lt;/SPAN&gt;TYPE c &lt;SPAN style="color: black;"&gt;LENGTH &lt;/SPAN&gt;&lt;SPAN style="color: #3399ff;"&gt;10.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;DATA: lv_date &lt;/SPAN&gt;TYPE &lt;SPAN style="color: black;"&gt;sydatum.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;AT &lt;SPAN style="color: black;"&gt;SELECTION-SCREEN.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;CALL FUNCTION &lt;SPAN style="color: #4da619;"&gt;'CONVERT_DATE_TO_INTERNAL'&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;EXPORTING&lt;BR /&gt;&lt;SPAN style="color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date_external&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = field_b&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: gray;"&gt;&lt;EM&gt;*&amp;nbsp;&amp;nbsp; ACCEPT_INITIAL_DATE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;IMPORTING&lt;BR /&gt;&lt;SPAN style="color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date_internal&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = lv_date&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: gray;"&gt;&lt;EM&gt;* EXCEPTIONS&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: gray;"&gt;&lt;EM&gt;*&amp;nbsp;&amp;nbsp; DATE_EXTERNAL_IS_INVALID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: gray;"&gt;&lt;EM&gt;*&amp;nbsp;&amp;nbsp; OTHERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 2&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;IF &lt;SPAN style="color: black;"&gt;sy-subrc &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3399ff;"&gt;0.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: gray;"&gt;&lt;EM&gt;* Implement suitable error handling here&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&amp;nbsp; ENDIF.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;IF &lt;SPAN style="color: black;"&gt;field_a &lt;/SPAN&gt;IS NOT &lt;SPAN style="color: black;"&gt;INITIAL.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_date+4(2) = field_a.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;WRITE &lt;SPAN style="color: black;"&gt;lv_date &lt;/SPAN&gt;TO &lt;SPAN style="color: black;"&gt;field_b &lt;/SPAN&gt;USING NO EDIT &lt;SPAN style="color: black;"&gt;MASK.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; ENDIF.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Calibri; font-size: 15px;"&gt;Regards&lt;/P&gt;&lt;P style="color: #000000; font-family: Calibri; font-size: 15px;"&gt;Pallavi Koora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 08:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568794#M1937863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T08:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: char 10 format date problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568795#M1937864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is working.&lt;/P&gt;&lt;P&gt;But if you change the month and in PAI , you want p_date to show the new month.&lt;/P&gt;&lt;P&gt;How you write the logic of that? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 08:15:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568795#M1937864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T08:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: char 10 format date problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568796#M1937865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I tried this and it's correct!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a nut shell:&lt;/P&gt;&lt;P&gt;CHAR 10 -&amp;gt; DATUM&lt;/P&gt;&lt;P&gt;Use a FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATUM-&amp;gt;CHAR 10&lt;/P&gt;&lt;P&gt;USING NO EDIT MASK key word&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 08:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568796#M1937865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T08:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: char 10 format date problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568797#M1937866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bad Practice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't use numerical offsets to get different bits of &lt;EM&gt;known&lt;/EM&gt; format strings.&amp;nbsp; Always define a structure,&amp;nbsp; move the string to the structure and then move the structure fields to where you want them.&amp;nbsp; Conversely if you have part of the main string in a sub string,&amp;nbsp; move that substring to the structures relevant field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much more readable,&amp;nbsp; easier to understand and maintain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 08:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/char-10-format-date-problem/m-p/11568797#M1937866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-15T08:31:07Z</dc:date>
    </item>
  </channel>
</rss>

