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: 

How to have a search help in module pool without using Process on value req

Former Member
0 Kudos

Can someone please tell me what r the ways if any to have F4 help in the module pool screen

with out using POV ?

3 REPLIES 3

Sm1tje
Active Contributor
0 Kudos

What about a search help, value or check table?

oleg_sukharenko
Explorer
0 Kudos

you have to use event ROCESS ON VALUE-REQUEST in PAI of the screen .

example:

on ur screen you have copied from data dictionary field 'FLD1'. You do not want to use search help from the data element or domain of this field in data dictionary so code in PAI will be:

PROCESS ON VALUE-REQUEST.

  • F4 for Requested FLD1value

FIELD FLD1 MODULE <custom_help_popup>..

Hope it helps

Former Member
0 Kudos

Hi,

They are two ways to define search help for an object...

BY using POV

or

go to screen Layout and double click on the field you want F4 help and Pass the Search help math code for feild at the

place of Search_help field aand also you can add parameter-id at this place to provide search help.

go to screen Layout -->double click on the field you want F4 help

-->Pass the Search help math code for feild at the place of Search_help

save and activate..

reagrds,

Prabhudas