‎2009 Jan 28 6:35 PM
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.
‎2009 Jan 28 6:40 PM
‎2009 Jan 28 6:40 PM
‎2009 Jan 28 7:05 PM
Hi Naren,
Search help COM_PR_COLLECTION (in crm server)
Thnx,
Sam
‎2009 Jan 28 6:46 PM
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.