cancel
Showing results for 
Search instead for 
Did you mean: 

PS Search Help

ggizemkaya
Explorer
0 Kudos
448

Hello dear friends,

I am a PS Consultant. For my client, I want to be able to provide criteria with improvement to the search help in the network plan and network plan item input field of the ME51N that appears when the registered account allocation type is N. An improvement will be made in such a way that when the customer clicks on the search aid, the screen displayed will have both the activities and the PIPs and network plan to which the activities are connected. Does anyone know how to intervene in search assistance?

What I have learned on the subject:

BAPI_HELPVALUES_GET_SEARCHHELP

BAPI_HELPVALUES_GET

Accepted Solutions (1)

Accepted Solutions (1)

RaymondGiuseppi
Active Contributor

Create custom search helps and append them to standard search-helps used in Account Tab of ME51/2n (defined on structure COBL)

  • Network Plan : COBL_EX_AUKO -> COBL_EX_AUKO_APPEND -> AUKO -> ASH_AUKO
  • Network Plan item : COBL_EX_NPACT -> COBL_EX_NPACT_APPEND -> NPACT
ggizemkaya
Explorer
0 Kudos

Hello Raymond, thank you very much for your return. I have never done a study like this before. Could you please tell me how this is done? I would be very grateful if you could help.

RaymondGiuseppi
Active Contributor
0 Kudos
  • Identify current search-help (basically press F1 on the field, navigate to dynpro logic and if checked in dynpro defintion at ddic attributes of the field)
  • Creating Elementary Search Helps - if no suitable table/view, ask Abaper for Search Help Exit to enrich structure, add some code
  • Append Search Helps (or Customizing transaction OPT5 for collective search-help AUKO)

Answers (2)

Answers (2)

DominikTylczyn
SAP Champion
SAP Champion
0 Kudos

Hello ggizemkaya

See SAP Help on Search Help Exit The exits allow to intervene and modify search help functionality which ever way you need.

Best regards

Dominik Tylczynski

Paulo_Vitoriano
Active Contributor
0 Kudos

You will need a custom search help, that is a development.