<?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: Problem with match code - Don't fill a field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-match-code-don-t-fill-a-field/m-p/484707#M16057</link>
    <description>&lt;P&gt;Solved,&lt;/P&gt;
  &lt;P&gt;The problem was assigning the matchcode with the fields in se11.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jul 2017 12:33:37 GMT</pubDate>
    <dc:creator>former_member434850</dc:creator>
    <dc:date>2017-07-14T12:33:37Z</dc:date>
    <item>
      <title>Problem with match code - Don't fill a field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-match-code-don-t-fill-a-field/m-p/484706#M16056</link>
      <description>&lt;P&gt;Hello everyone, &lt;/P&gt;
  &lt;P&gt;I'm having trouble implementing a matchcode. The fact is that I have everything exactly the same, and in one matchcode aid works and in the other does not. And I do not know what it can be.&lt;/P&gt;
  &lt;P&gt;Matchcode 1&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/53265-2017-07-14-11h56-15.png"&gt;2017-07-14-11h56-15.png&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Matchcode 2&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/53266-2017-07-14-11h57-59.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Matchcode 3&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/53267-2017-07-14-11h58-50.png" /&gt;&lt;/P&gt;
  &lt;P&gt;In my program, this is the code to implement the parameters:&lt;/P&gt;
  &lt;P&gt;Reference to matchcode 1:&lt;/P&gt;
  &lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;BR /&gt; SELECTION-SCREEN POSITION 35.&lt;BR /&gt; PARAMETER: p_obser TYPE zxtr_agrtra_tip-observ MODIF ID p14.&lt;BR /&gt; SELECTION-SCREEN COMMENT 5(13) text-007 FOR FIELD p_obser MODIF ID p14.&lt;BR /&gt; SELECTION-SCREEN END OF LINE.&lt;/P&gt;
  &lt;P&gt;Reference to matchcode 2:&lt;/P&gt;
  &lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;BR /&gt; SELECTION-SCREEN POSITION 35.&lt;BR /&gt; PARAMETER: p_obser2 TYPE zxtr_agrtra_car-observ MODIF ID p25.&lt;BR /&gt; SELECTION-SCREEN COMMENT 5(30) text-007 FOR FIELD p_obser2 MODIF ID p25.&lt;BR /&gt; SELECTION-SCREEN END OF LINE.&lt;/P&gt;
  &lt;P&gt;Reference to matchcode 3:&lt;/P&gt;
  &lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;BR /&gt; SELECTION-SCREEN POSITION 35.&lt;BR /&gt; PARAMETER: p_obser3 TYPE zxtr_agrtra_aut-observ MODIF ID p33.&lt;BR /&gt; SELECTION-SCREEN COMMENT 5(30) text-007 FOR FIELD p_obser3 MODIF ID p33.&lt;BR /&gt; SELECTION-SCREEN END OF LINE.&lt;/P&gt;
  &lt;P&gt;And this is the result (The field that is not filled is "Observaciones"):&lt;/P&gt;
  &lt;P&gt;Matchcode 1:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/53268-2017-07-14-12h01-39.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/53269-2017-07-14-12h02-14.png" /&gt;&lt;/P&gt;
  &lt;P&gt;As you see, is empty.&lt;/P&gt;
  &lt;P&gt;Same happens with the Matchcode 2.&lt;/P&gt;
  &lt;P&gt;But with Matchcode 3:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/53270-2017-07-14-12h03-14.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/53271-2017-07-14-12h03-37.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Parameter "Observaciones" is filled.&lt;/P&gt;
  &lt;P&gt;In the corresponding table are assigned the matchcodes.&lt;/P&gt;
  &lt;P&gt;Any help is welcome.&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Ismael.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 10:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-match-code-don-t-fill-a-field/m-p/484706#M16056</guid>
      <dc:creator>former_member434850</dc:creator>
      <dc:date>2017-07-14T10:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with match code - Don't fill a field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-match-code-don-t-fill-a-field/m-p/484707#M16057</link>
      <description>&lt;P&gt;Solved,&lt;/P&gt;
  &lt;P&gt;The problem was assigning the matchcode with the fields in se11.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 12:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-match-code-don-t-fill-a-field/m-p/484707#M16057</guid>
      <dc:creator>former_member434850</dc:creator>
      <dc:date>2017-07-14T12:33:37Z</dc:date>
    </item>
  </channel>
</rss>

