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 problem

Former Member
0 Likes
597

Hi Experts,

For example for one field already a standard search is available. I am using the

same field in the selection screen. After pressing the f4 buttion Intially I am getting the

popup like (langukey,field).

is this possible to populate the language key automatically with the (sy-langu) with out modifing the standard search help .

I mean is there any way to populate the language key write the code in the current Z program.

ofcourse we can use this FM 'F4IF_INT_TABLE_VALUE_REQUEST' we can populate.

But I need to populate the languge key = sy-langu with out modifying the standard search help

If possible plese suggest me how it could be.

Thnx,

Sam.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
572

Hi,

which standard sap search help?

Thanks

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
573

Hi,

which standard sap search help?

Thanks

Naren

Read only

0 Likes
572

Hi Naren,

Search help COM_PR_COLLECTION (in crm server)

Thnx,

Sam

Read only

Former Member
0 Likes
572

Hi,

Set the Parameter id SPR for the Lnaguage key to EN inthe initialization event.

When ever you press the F4 the langu key is filled with EN.