Application Development 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: 

Assign a custom Search help to Standard structure field.

former_member435556
Participant
0 Kudos

Hi

I have created Custom zsearch help which standard field is Fictr and table Fmfctr,, I want to assign this search help to standard structure ADDR1_data field Post_code1 (city postal code,) before I have given the access key it look like this..

but When I inserted the access key it look like this

My question is that how can I assign the custom search help to postal code field in this scenario, please help as I am new to abap.

Thanks in advance

1 ACCEPTED SOLUTION

former_member202771
Contributor
0 Kudos

Hi Amir,

Assign zsearch help to data element "AD_PSTCD1" under search help name.

Thanks,

Anil

5 REPLIES 5

JuanCarlosDelga
Contributor
0 Kudos


Hi Amir,

You need the access key of structure ADRC_STRUC.

Regards.

JCD

0 Kudos

I already have it, second screen shots displayed when i entered access key , but now I am not finding the field postal_code 1 in the stucture, as it displays the includes.. please give me  the way to add custom search help to postal_code1 field,

thanks

0 Kudos

Hi,

You need to change structure ADRC_STRUC instead ADDR1_DATA, ADRC_STRUC where is the field POST_CODE1.

Regards

0 Kudos

Dear Amir,

in the structure ADDR1_DATA you have two includes.

1. ADNM_STRUC

2.  ADRC_STRUC

and POST_CODE1 is in second Include i.e. ADRC_STRUC.

  you need access Key of this Include to add your search help.

former_member202771
Contributor
0 Kudos

Hi Amir,

Assign zsearch help to data element "AD_PSTCD1" under search help name.

Thanks,

Anil