<?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: Fields were getting cleared during front level screen validation using Enhancement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-were-getting-cleared-during-front-level-screen-validation-using/m-p/11549302#M1936532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its my mistake that I've didn't check the Standard Flow Logic completely regarding F-28 Screen 103 and FB01 Screen 100.&lt;/P&gt;&lt;P&gt;I've found the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BKPF-BLDAT, BKPF_BUKRS, BKPF-BUDAT and BKPF-BLART all are in the same CHAIN ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the Module-&amp;gt;MF05AI00_BELEGKOPF_SPEICHERN and Perform/Include: MF05AFB0_BELEGKOPF_SPEICHERN, I've made the Implicit Enhancement. So that Enabling and Disabling is been handling by standard itself.&lt;/P&gt;&lt;P&gt;No more clearing issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: &lt;SPAN style="font-size: 10pt;"&gt;But still I have to check with another solution also called Validation Rules GGBO as Suggested. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sudhir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Feb 2016 11:35:53 GMT</pubDate>
    <dc:creator>yarnagula_sudhir</dc:creator>
    <dc:date>2016-02-29T11:35:53Z</dc:date>
    <item>
      <title>Fields were getting cleared during front level screen validation using Enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-were-getting-cleared-during-front-level-screen-validation-using/m-p/11549298#M1936528</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;My requirement is to set simple front level screen validation to the TCode: F-28. &lt;/P&gt;&lt;P&gt;The Following are the steps that I've Done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Front Level Validation on BKPF-BLDAT (Date) and BKPF-BLART (Doc. Type).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/896537" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. As both the fields are at two different CHAIN and ENDCHAIN, I've done the validation at common point as Implicit Enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/896538" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/896539" width="450" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. After pressing 'ENTER', &lt;SPAN style="font-size: 10pt;"&gt;as per the code, Message Type 'W' Display Like 'E' and Leave To Screen 'FBZ1(F-28)'. It went to the Screen F-28, but the fields were &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;cleared at PBO.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/896540" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know where I've went wrong during the process. Let me know how to restrict clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. If I going for the below approach, using LOOP AT SCREEN and MODIFY SCREEN. I'm getting the input field in Enable Mode so that I can give the correct input. But even though I'm giving new and correct input, its taking the previous value only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/896541" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me the correct approach to validate front level screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;With Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sudhir.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Feb 2016 17:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-were-getting-cleared-during-front-level-screen-validation-using/m-p/11549298#M1936528</guid>
      <dc:creator>yarnagula_sudhir</dc:creator>
      <dc:date>2016-02-28T17:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Fields were getting cleared during front level screen validation using Enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-were-getting-cleared-during-front-level-screen-validation-using/m-p/11549299#M1936529</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 can make use of SET PARAMETER ID statement before calling the Tcode or screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Feb 2016 19:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-were-getting-cleared-during-front-level-screen-validation-using/m-p/11549299#M1936529</guid>
      <dc:creator>Chintu6august</dc:creator>
      <dc:date>2016-02-28T19:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Fields were getting cleared during front level screen validation using Enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-were-getting-cleared-during-front-level-screen-validation-using/m-p/11549300#M1936530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am guessing that you may have missed on checking the possibility of doing this via standard process of creating validations through Tcodes GGB0 and OB28. &lt;SPAN style="font-size: 10pt;"&gt;I would like to suggest you to go by this route and try if results match your requirement. I am not sure whether adding logic to circumvent CLEAR will turn out to be a good solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Feb 2016 20:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-were-getting-cleared-during-front-level-screen-validation-using/m-p/11549300#M1936530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-28T20:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fields were getting cleared during front level screen validation using Enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-were-getting-cleared-during-front-level-screen-validation-using/m-p/11549301#M1936531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The OP is validation averse. See:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="3869724" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Common (FB01, F-28, FBRA and FB08) Enhancement place for Document Posting in FI" href="https://community.sap.com/" modifiedtitle="true" title="Common (FB01, F-28, FBRA and FB08) Enhancement place for Document Posting in FI"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, as suggested in that discussion, a validation is the best way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 00:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-were-getting-cleared-during-front-level-screen-validation-using/m-p/11549301#M1936531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-29T00:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fields were getting cleared during front level screen validation using Enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-were-getting-cleared-during-front-level-screen-validation-using/m-p/11549302#M1936532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its my mistake that I've didn't check the Standard Flow Logic completely regarding F-28 Screen 103 and FB01 Screen 100.&lt;/P&gt;&lt;P&gt;I've found the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BKPF-BLDAT, BKPF_BUKRS, BKPF-BUDAT and BKPF-BLART all are in the same CHAIN ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the Module-&amp;gt;MF05AI00_BELEGKOPF_SPEICHERN and Perform/Include: MF05AFB0_BELEGKOPF_SPEICHERN, I've made the Implicit Enhancement. So that Enabling and Disabling is been handling by standard itself.&lt;/P&gt;&lt;P&gt;No more clearing issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: &lt;SPAN style="font-size: 10pt;"&gt;But still I have to check with another solution also called Validation Rules GGBO as Suggested. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sudhir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 11:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-were-getting-cleared-during-front-level-screen-validation-using/m-p/11549302#M1936532</guid>
      <dc:creator>yarnagula_sudhir</dc:creator>
      <dc:date>2016-02-29T11:35:53Z</dc:date>
    </item>
  </channel>
</rss>

