Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to access spras fields

nikhil_bose
Active Contributor
0 Likes
673

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
574

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

2 REPLIES 2
Read only

Former Member
0 Likes
574

Hi

Create a search help for this field SPRAS and use it

by adding MATCHCODE OBJECT 'MCO' in the parameters

Regards

Anji

Read only

Former Member
0 Likes
575

Hi Nikil,

You need to create you own search help to get only contry names.

Regards,

Satish