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

search help for standard tcode field

Former Member
0 Likes
13,380

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.

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
Read only

yogendra_bhaskar
Contributor
0 Likes
12,355

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

Read only

0 Likes
12,355

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

Read only

0 Likes
12,355

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

Read only

Former Member
0 Likes
12,355

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

Read only

Former Member
0 Likes
12,355

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

Read only

0 Likes
12,355

possible but lengthy.

u need to create field exit for that data element.

then attach search help in field exit

Read only

Former Member
0 Likes
12,355

hi abhishek..

is your logic works...?

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

Read only

0 Likes
12,354

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.

Read only

Former Member
0 Likes
12,354

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.

Read only

0 Likes
12,352

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.

Read only

Former Member
0 Likes
12,352

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

Read only

Former Member
0 Likes
12,352

My requirement is to add search help to tcode CV01N.

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

Read only

Former Member
0 Likes
12,349

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

Read only

Former Member
0 Likes
12,348

Read only

0 Likes
12,348

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.

Read only

0 Likes
12,348

can u tell how u have attached search help.

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

Read only

0 Likes
12,347

tcode CV01N.

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

Read only

0 Likes
12,346

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.

Read only

0 Likes
12,345

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.

Read only

0 Likes
12,345

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

Read only

Former Member
0 Likes
12,343

Read only

Former Member
0 Likes
12,343

can any one tell me the solution for this.