<?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 screen modify with using a field data type 'DATS' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081649#M1506058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to modify a date field (e.g, paramter field 'pa_date like bseg-budat') by using  'Loop at screen.....modify screen'&lt;/P&gt;&lt;P&gt;or FM 'DYNP_VALUES_UPDATE' respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since data type 'DATS' consists of 8 digits it´s not possible to modify the field with correct format (e.g. YYYY/MM/DD, or DD/MM/YYYY using 10 digits) - that meens you can´t set the '/' or '.' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For sure, you can use the 8-digit (internal) format (YYYYMMDD) and hit enter afterwards, but there must be some other&lt;/P&gt;&lt;P&gt;solution. (cf. Trx. F110)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jul 2010 06:36:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-01T06:36:39Z</dc:date>
    <item>
      <title>screen modify with using a field data type 'DATS'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081649#M1506058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to modify a date field (e.g, paramter field 'pa_date like bseg-budat') by using  'Loop at screen.....modify screen'&lt;/P&gt;&lt;P&gt;or FM 'DYNP_VALUES_UPDATE' respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since data type 'DATS' consists of 8 digits it´s not possible to modify the field with correct format (e.g. YYYY/MM/DD, or DD/MM/YYYY using 10 digits) - that meens you can´t set the '/' or '.' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For sure, you can use the 8-digit (internal) format (YYYYMMDD) and hit enter afterwards, but there must be some other&lt;/P&gt;&lt;P&gt;solution. (cf. Trx. F110)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 06:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081649#M1506058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-01T06:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: screen modify with using a field data type 'DATS'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081650#M1506059</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;You cannot assign values using the LOOP AT SCREEN option. This can be used only to set the attributes of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to assign a value to a DATS field, you will have to assign it in YYYYMMDD format only. For example: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pa_date = '20100701'.&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;Shameek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 06:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081650#M1506059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-01T06:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: screen modify with using a field data type 'DATS'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081651#M1506060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can modify the date field in output.....!&lt;/P&gt;&lt;P&gt;and show the date like 01/07/2010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know where u want to modify date in slection screen or in output....!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 07:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081651#M1506060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-01T07:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: screen modify with using a field data type 'DATS'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081652#M1506061</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;OK, that´s what I´m doing exactly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR pa_laufi.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;dynpfields-fieldname  = 'PA_LAUFD'.&lt;/P&gt;&lt;P&gt;  dynpfields-stepl      = 0.&lt;/P&gt;&lt;P&gt;  dynpfields-fieldvalue = iv_laufd.        &amp;lt;-- iv_laufd is using the internal format YYYYMMDD&lt;/P&gt;&lt;P&gt;  dynpfields-fieldinp   = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND dynpfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'DYNP_VALUES_UPDATE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      dyname               = sy-cprog&lt;/P&gt;&lt;P&gt;      dynumb               = sy-dynnr&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      dynpfields           = dynpfields&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      invalid_abapworkarea = 01&lt;/P&gt;&lt;P&gt;      invalid_dynprofield  = 02&lt;/P&gt;&lt;P&gt;      invalid_dynproname   = 03&lt;/P&gt;&lt;P&gt;      invalid_dynpronummer = 04&lt;/P&gt;&lt;P&gt;      invalid_request      = 05&lt;/P&gt;&lt;P&gt;      no_fielddescription  = 06&lt;/P&gt;&lt;P&gt;      undefind_error       = 07.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 07:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081652#M1506061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-01T07:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: screen modify with using a field data type 'DATS'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081653#M1506062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerd, &lt;/P&gt;&lt;P&gt;Try &lt;/P&gt;&lt;P&gt;WRITE iv_laufd TO dynpfields-fieldvalue DD/MM/YYYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of &lt;/P&gt;&lt;P&gt;dynpfields-fieldvalue = iv_laufd. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ana Luisa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 14:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081653#M1506062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-01T14:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: screen modify with using a field data type 'DATS'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081654#M1506063</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;That depends on the Date format in the User profile, for example my sap logon has the date format DD.MM.YYYY so if i run the any selection screen or Tcode with Date it will fill with the same format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just look at this for your profile: System -&amp;gt; user profile-&amp;gt;own data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Bharani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 14:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081654#M1506063</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2010-07-01T14:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: screen modify with using a field data type 'DATS'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081655#M1506064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ana Luisa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks...it works without a hitch now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I don´t not how to give you 'points' - I´d give you at least 100 ;o)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 15:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modify-with-using-a-field-data-type-dats/m-p/7081655#M1506064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-01T15:05:44Z</dc:date>
    </item>
  </channel>
</rss>

