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: 

FICO - FV60 PREM Search Help

Former Member
0 Kudos

Hi All,

Good day to you, We are using SAP ECC 6.0 EHP 7. Our customer requirement is that when document parked via FV60 T-code, We need F4 search help of Personal number in line item column. Search help is available but it is only showing two tabs that is Personal number and IC.  We want to search personal no. according to first name and last name in T-code FV60 which is not available.  Kindly give us your suggestions on same.

Below screenshot is showing for t-code FV60. As shown only 2 tabs are available.

In Below screenshot T-code FB50  4 tabs are available.

12 REPLIES 12

shadab_maldar
Active Participant
0 Kudos

Hi Syed,

This is a collective search help, you can achieve  your requirement by creating your custom elementary search help and appending this into your standard one.

Follow this path.

SE11-> Search help PREM-> Goto -> Append Srach Help.

Regards,

Shadab.

0 Kudos

Thanks Shadab for your response,

Here is question is that, same search help (PREM) is working fine in FB50 and in FV60 this search help only shows two tabs?

if I will append search help then it impact will appear in FB50 and FB60 also.

regards

0 Kudos

Hi Syed,

Sorry I cant see your attached images, But when checked in FV60 and FB50 I didn't find any F4 help for personnel No. field,Kindly confirm.

Regards,

Shadab.

0 Kudos

Actually it is user requirement and I had set the search help with help of access key only in FB50 tcode.

regards,

Former Member
0 Kudos

any update please.

Former Member
0 Kudos

any suggestion please.

0 Kudos

Hi, how did you excactly assign the serach help in FB50 tcode? And how is assignment in structure ACGL_ITEM tab Entry help/check for field pernr?

0 Kudos

This is modifiable with access key.

0 Kudos

Hi, in standard there is no search help in FV60 / FB50 for PERNR.

a) what object(s) has been modified to activate search help for FB50?

b) both transactions use structure ACGL_ITEM. In structure ACGL_ITEM is there a search help assigned to PERNR?

0 Kudos

No. I assigned only search help in screen 100 of program SAPLFSKB.

regards,

0 Kudos

Hi, behaviour is caused by search help exit of PREM. Please check INCLUDE LHRMCF01 and search for

  WHEN 'F'.

        IF 'FD01/FD02/FK01/FK02/FK03' CS sy-tcode OR

           'FO31/FO32' CS sy-tcode OR

             sy-tcode(2) = 'FB' OR

             sy-tcode(2) = 'F-'.

          append_shlp 'PREMN'.

          append_shlp 'PREMK'.

        ENDIF.

Transaction FB50 includes PREMN and PREMK as opposed transaction FV60 doesn't.

You have to create customer specific search help exit.

0 Kudos

Thanks so much Mr. Michael,

it is seem like ok and I confident this approach. Thanks once again.