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: 

search help

Former Member
0 Kudos

if we create a search help for customer record from a table zcustomer

and we associate with a field customer_id on screen

what i want that all other fields on screen are filled automaticaly at the

time when we select a row from search help

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Which type of screen wil it be ?

Selection screen or dialog screen ?

8 REPLIES 8

Former Member
0 Kudos

Hi,

Which type of screen wil it be ?

Selection screen or dialog screen ?

0 Kudos

Hi ,

we select the paramaters as an export parameter ,and i used this search help on dialog screen ,and what i want

consider a scenario

i created a search help on table Zcustomer

and include four paramater in search help

1)customer _id

2)Name

3)age

4)sex

i declared customer _id as an import parameter and export parameter

and all other as export parameter ,and we associate this search help to field customer_id on dialog screen ,now what i want when we select a customer_id from search help .all other fields on screen must filled automaticaly

the data type of fields on screens matches the type we use in search help

what i have to done to implement this scenario

0 Kudos

Hi,

As I have already mentioned you can export to multiple fields on the screen only when you Assign the search help to a table/Structure and use that table to create the screen fields.

So you need to remove the Search help assignment at the screen level and instead make the search help assignment at the Table level and then use these table fields to make the screen fields. Then this will automatically give the search help and also transfer data to more than one field.

Regards,

Sesh

0 Kudos

hi sir,

My problem is solved approximately

i create search help at table level

BUt how do we attach this search help to dialog screen

when we give the name of screen parameter as the field in table

and click the check box From dict it says hypen is missing

sir please solve my problem.

0 Kudos

Hi,

When creating your screen, there is an option "Get From Dictionary" in SE51, that is Screen painter.

Else you can use the option F6 is Se51.

So Goto screen painter Press F6, there for the table field give your ZCUSTOMER table name. And select the fields you want on your screen.

In your TOP includes create a statements

TABLES: zcustomer.

Regards,

Sesh

0 Kudos

Hi Tarun..

to return the Values of all the Fields Enable the EXP (EXPORT) Flag for all the Search help fields in DDIC.

In the Screen Painter

Dont place this field manullay.

Instead use F6 (Dictionary fields) to Place the Table field on the Screen.

Since this field is already linked to Seach help you need not to assign again.

<b>reward if Helpful</b>

Former Member
0 Kudos

Indicate parameters as export if you want them to be passed back to the screen from the search help.

0 Kudos

Hi,

What you need do to get this functionality is <b>ASSIGN THE SEARCH HELP AT THE TABLE LEVEL.</b>

1)Goto SE11, open Zcustomer table.

2) And there goto the tab "Fields"

3) Place your cursor on which you want this Search help.

4) Click on the button "Search Help".

5) Do parameter mapping between Search help parameters and table fields.

Then use this Table to create your screen fields.(Get from Dictionary option in Screen painter).

Regards,

Sesh