<?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: Validating Screen Fields in FD32 - BTE 1520 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-screen-fields-in-fd32-bte-1520/m-p/10419943#M1844453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had just finished checking. And agree, however:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the rule applies.&amp;nbsp; there will be variants on the DB structure that you want to read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I get time later today, I'll dig around further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2014 12:00:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-07-15T12:00:46Z</dc:date>
    <item>
      <title>Validating Screen Fields in FD32 - BTE 1520</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-screen-fields-in-fd32-bte-1520/m-p/10419940#M1844450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to make various checks before saving in FD32. For example I want to make sure that KNKK-DBEKR will be less than or equal to KNKK-KLIMK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched SCN and I have implemented BTE 1520 (you can see an example thread &lt;A _jive_internal="true" href="https://answers.sap.com/thread/1154842"&gt;here&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that while in BTE 1520 I don't have the screen fields available (or at least I don't know how to make them available to my function module).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone done something similar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 11:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-screen-fields-in-fd32-bte-1520/m-p/10419940#M1844450</guid>
      <dc:creator>costas_lampropoulos</dc:creator>
      <dc:date>2014-07-15T11:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Validating Screen Fields in FD32 - BTE 1520</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-screen-fields-in-fd32-bte-1520/m-p/10419941#M1844451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Typically you don't want to look at the screen fields.&amp;nbsp; Instead you want to look at the X and Y variants of the DB structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 11:44:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-screen-fields-in-fd32-bte-1520/m-p/10419941#M1844451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-15T11:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Validating Screen Fields in FD32 - BTE 1520</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-screen-fields-in-fd32-bte-1520/m-p/10419942#M1844452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neal, but I already tried that. The function module (a copy of SAMPLE_INTERFACE_00001520) uses only two variables I_KUNNR and I_KKBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in the screenshot below (from the debugger), I have been trying to find whether I have anything else available at that point.&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/497957" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 11:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-screen-fields-in-fd32-bte-1520/m-p/10419942#M1844452</guid>
      <dc:creator>costas_lampropoulos</dc:creator>
      <dc:date>2014-07-15T11:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Validating Screen Fields in FD32 - BTE 1520</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-screen-fields-in-fd32-bte-1520/m-p/10419943#M1844453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had just finished checking. And agree, however:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the rule applies.&amp;nbsp; there will be variants on the DB structure that you want to read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I get time later today, I'll dig around further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 12:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-screen-fields-in-fd32-bte-1520/m-p/10419943#M1844453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-15T12:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Validating Screen Fields in FD32 - BTE 1520</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-screen-fields-in-fd32-bte-1520/m-p/10419944#M1844454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 12:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-screen-fields-in-fd32-bte-1520/m-p/10419944#M1844454</guid>
      <dc:creator>costas_lampropoulos</dc:creator>
      <dc:date>2014-07-15T12:03:42Z</dc:date>
    </item>
  </channel>
</rss>

