‎2011 Dec 27 1:39 PM
Hi Folks,
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.
I have little information about match code buttons, I am just a beginner. here is what is in the table information...
parameter ctname like scustom-city default 'Sydney'.here is what information is there in the table about the field information...
Data Element: CITY
Domain: CITY
Data Type: CHAR
No of Characters: 25
Default field Name: CITYAny fort of info will be much appreciated.
thanks
-hisheeraz
‎2011 Dec 27 3:15 PM
Hi,
I din't get your requirement . what is pt and what you want to do?
Can you elaborate it ,so that i can helpful to you.
‎2011 Dec 27 4:09 PM
Hi, Thanks for the quick response.
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
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.
1. i donot know how to achieve this
2. i think may be i donot have access to create f4 help link.
any ideal or clues ?
thanks
-hisheeraz
EDIT:....
I have just checked. in SE11 screen When i try to creat a search help, message appears
You are not authorised to make changes (authorization object S_DEVELOP)
Edited by: hisheeraz on Dec 28, 2011 3:26 AM
‎2011 Dec 27 4:35 PM
There you go.. you need to pass on this information to you security team and let them handle it for you.
Also [check this WIKI|http://wiki.sdn.sap.com/wiki/display/ABAP/HowToCreateSearchHelp+Exit] for more details.
‎2011 Dec 27 4:37 PM
yup I guess so, i am still studying at university so i think i have to discuss this to my teacher/lecturer.
appreciate your time and efforts.
-hisheeraz
‎2011 Dec 27 4:05 PM
Hi there
for city there is no search help attached.. so you need to create a search help (search scn)
and
parameter ctname like scustom-city default 'Sydney' matchcode object '<your custom search help name>'.