2007 Nov 10 10:11 AM
hi all,
i want only country names to come as search help(F4). can anyone resolve the problem in the following code:
report ztransword.
parameters: Langs type SPRAS.
this will pop up with code and country, instead my requirement is to get the country names only.
thanks in advance,
nikhil
2007 Nov 10 10:18 AM
Hi Nikil,
You need to create you own search help to get only contry names.
Regards,
Satish
hi all,
i want only country names to come as search help(F4). can anyone resolve the problem in the following code:
report ztransword.
parameters: Langs type SPRAS.
this will pop up with code and country, instead my requirement is to get the country names only.
thanks in advance,
nikhil
2007 Nov 10 10:17 AM
Hi
Create a search help for this field SPRAS and use it
by adding MATCHCODE OBJECT 'MCO' in the parameters
Regards
Anji
2007 Nov 10 10:18 AM
Hi Nikil,
You need to create you own search help to get only contry names.
Regards,
Satish