<?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: MATCHCODE Button Information Required in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-button-information-required/m-p/8475231#M1651744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup I guess so, i am still studying at university so i think i have to discuss this to my teacher/lecturer.&lt;/P&gt;&lt;P&gt;appreciate your time and efforts.&lt;/P&gt;&lt;P&gt;-hisheeraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Dec 2011 16:37:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-27T16:37:54Z</dc:date>
    <item>
      <title>MATCHCODE Button Information Required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-button-information-required/m-p/8475226#M1651739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I need little help, I want to link mt parameter field to a table field. I have google and what i have come to know that i need to have some kind of search help to perform that operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have little information about match code buttons, I am just a beginner. here is what is in the table information...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameter ctname like scustom-city default 'Sydney'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is what information is there in the table about the field information...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Data Element: CITY
Domain: CITY
Data Type: CHAR
No of Characters: 25
Default field Name: CITY&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any fort of info will be much appreciated.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;-hisheeraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 13:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-button-information-required/m-p/8475226#M1651739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-27T13:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: MATCHCODE Button Information Required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-button-information-required/m-p/8475227#M1651740</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;I din't get your requirement . what is pt and what you want to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you elaborate it ,so that i can helpful to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 15:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-button-information-required/m-p/8475227#M1651740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-27T15:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: MATCHCODE Button Information Required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-button-information-required/m-p/8475228#M1651741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for city there is no search help attached.. so you need to create a search help (search scn)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameter ctname like scustom-city default 'Sydney' matchcode object '&amp;lt;your custom search help name&amp;gt;'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 16:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-button-information-required/m-p/8475228#M1651741</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2011-12-27T16:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: MATCHCODE Button Information Required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-button-information-required/m-p/8475229#M1651742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thanks for the quick response.&lt;/P&gt;&lt;P&gt;What i want is , In my selection screen there is a parameter City Name, My report is working fine without any problem if i type in the name of the city. what i am trying to do is or want to do is...place a matchcode button and that match code button should be connected to the customer field city name. clicking on that matchcode button should display the name of the cities from customer table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible ? if yes how can i achieve this. all the forums say link the f4 help to the parrameter there are two problems.&lt;/P&gt;&lt;P&gt;1. i donot know how to achieve this&lt;/P&gt;&lt;P&gt;2. i think may be i donot have access to create f4 help link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideal or clues ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;-hisheeraz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT:....&lt;/P&gt;&lt;P&gt;I have just checked. in SE11 screen When i try to creat a search help, message appears&lt;/P&gt;&lt;P&gt;You are not authorised to make changes (authorization object S_DEVELOP)&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: hisheeraz on Dec 28, 2011 3:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 16:09:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-button-information-required/m-p/8475229#M1651742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-27T16:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: MATCHCODE Button Information Required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-button-information-required/m-p/8475230#M1651743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There you go.. you need to pass on this information to you security team and let them handle it for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also [check this WIKI|http://wiki.sdn.sap.com/wiki/display/ABAP/How&lt;EM&gt;To&lt;/EM&gt;Create&lt;EM&gt;Search&lt;/EM&gt;Help+Exit] for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 16:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-button-information-required/m-p/8475230#M1651743</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2011-12-27T16:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: MATCHCODE Button Information Required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-button-information-required/m-p/8475231#M1651744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup I guess so, i am still studying at university so i think i have to discuss this to my teacher/lecturer.&lt;/P&gt;&lt;P&gt;appreciate your time and efforts.&lt;/P&gt;&lt;P&gt;-hisheeraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 16:37:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-button-information-required/m-p/8475231#M1651744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-27T16:37:54Z</dc:date>
    </item>
  </channel>
</rss>

