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 for standard tcode field

former_member612567
Participant
0 Kudos

hi friends can any one tell me hw to add a collective search help. for the stanadard field in tcode .

my requirement is .

.in tcode `cv01n, in finance doc tab > for doc no field we need to assign a collective search help.

as per my knowledge if a std.field has a std.search help we can add our search help by using append search help..

but if std field like  in BKPF table, belnr  field does not have standard search help ....sooo hw can i add search help for that.

22 REPLIES 22

yogendra_bhaskar
Contributor
0 Kudos

hi dhana radhi ,

Steps.


1. You will need the Access Key to Add Search Help for the SAP Program have that Screen.

    this Key will be provided by Basis Team.

2. Find / Create a New Search Help for the Program

3. In the Properties of that Field Put the name of the Search Field.

regards ,

Yogendra Bhaskar

0 Kudos

but My sir asking to do ...without access key.

0 Kudos

Hi Dhana,

copy the screen in question to your own z program. Attach search help as you want. Pass all entered values via CALL TRANSACTION using bdc_tab or, if called transaction is a report, use easy SUBMIT.

Then users will have to use your Z transaction. No modification.

Regards

Clemens

Former Member
0 Kudos

Hi Radhi,

SAP has "APPEND SEARCH HELP" functionality to append customer search help (Menu Go to -> Append Search Help... F5) to standard search help.  Have you tried it?

Thanks,

Thien

former_member612567
Participant
0 Kudos

tnqq friends for ur response..

but here My requirement is

in One standard Transaction >

when i click on One Table Control  tab tab (ex : Finance Doc No Tab) >>

  it will display a Table control  which contains 3 columns named 'Doc No',  'fisical year'  ''bukrs> 

in that Table control when i click f4 ..it must show a search help....

this search help we have added ...(my search help contains three columns with three fields doc no,fisical  yr, bukrs.)

but when i select a record from search help ...it is exporting only one field  value(i.e doc no )  from search help to the table control tab...

My requirement is.

When i select a record from search help....the corresponding  fiscal yr,bukrs must be passed to the table control ..

but here the problem is

0 Kudos

possible but lengthy.

u need to create field exit for that data element.

then attach search help in field exit

former_member612567
Participant
0 Kudos

hi abhishek..

is your logic works...?

if yes can u elaborate hw to create field exit for that data element.

0 Kudos

ABSOLUTELY!!

use program  RSMODPRF in se38.

execute it.

enter the data element.

it will take u to the se37 transaction where u need to create function module for field exit.

before that u need to create function group.

mark a beakpoint in source code of this function module.

activate entire FM.

at last run the same program in se38.

leave the data element field blank and execute.

assign prog name and screen no.

assign there search help.

former_member612567
Participant
0 Kudos

tnqqq for your response ABhi...

i have done till assigning the prgm,screen no...

can u tell me where do i need to assign the search help.

0 Kudos

ohhh m flattered..like the way of saying thanks.

after u have done assigning prog name and screen no.

goto screen layout.

here provide search help name.

revert back if problem not solved.

former_member612567
Participant
0 Kudos

I have done as u suggested…but search help is in disable mode.

former_member612567
Participant
0 Kudos

My requirement is to add search help to tcode CV01N.

Object links tab > finance doc no TAB >  doc No (bkpf-belnr).

former_member612567
Participant
0 Kudos

I have done as u suggested…..see below…but search help is in disable mode.

former_member612567
Participant
0 Kudos

0 Kudos

Hi.... i have added search help to standard tcode.

I am able to get document No from search help.

but what do we need to write logic in source code of  the function module. to pass the corresponding fisical yr,company code of the doc no to screen.

0 Kudos

can u tell how u have attached search help.

so that we can help with the flow logic in source program.

0 Kudos

tcode CV01N.

Object links tab > finance doc no TAB >  doc No (bkpf-belnr).

0 Kudos

F1 > click on  TECHNICAL Infirmation button  > double click on screen no : (i.e) 9887 > CLICK ON Layout >

For doc No (ex : belnr) added search help as below.

0 Kudos

For  company code (ex : bukrs ) as it has already standard search help No need to add seacrch help..

For Fisical Year (ex : Gjahr ) added search help as below.

0 Kudos

Hi  dhana radhi,

How did u add search help to your standard field. Can you explain in brief ?

I m also facing the same issue in HR Info types screen.

regards

Chandru

former_member612567
Participant
0 Kudos

former_member612567
Participant
0 Kudos

can any one tell me the solution for this.