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: 

serch help problem

Former Member
0 Kudos

Hi All,

Please give me some inputs to solve my prob..

Problem :one Zsearch help( elementary) included in the standard coll SHLP "DEBI" . Now In this Zsearch help , I want to add the fileds AUFSD and CASSD . But when i execute this , Thse fileds inturn are not having any F4 help even though those filed have F4 help in KNVV table .

Please help me ASAP.

Thanks in advance ,

Dharma .

3 REPLIES 3

Former Member
0 Kudos

You might have forgotten to give the parameters for the fields.

parameters will be there on one of the tabs of search help check out in that parameters will be.

Former Member
0 Kudos

The reason you do not see a drop down on your search help for the fields from KNVV - AUFSD and CASSD is because the data elements for both these fields do not have a search help assigned to them.

One solution:

1) Create new data element for AUFSD say ZAUFSD. Use the same domain KAUFS and the same description as the original data element.

2) Assign search help H_TVAST with parameter AUFSP in data element ZAUFSD. You can find this search help from table view KNVV (Entry Help/Check) tab.

3) In your search help, check the "Modified" checkbox for field AUFSD and replace standard data element with ZAUFSD

Repeat these steps for CASSD

Former Member
0 Kudos

hi,

The fields AUFSD and CASSD dont have any search helps.

AUFSD has the foreign key relation but CASSD doesnot have any .

One alternative is to create Zfields with same data elements and assign search helps.

Thanks and Rewards.