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: 

module pool ABAP

anupam2830
Discoverer
0 Kudos
236

Hi ,

I have screen 9004 in PAI of 9004 they are calling 9005 screen .

in 9005 having below fields. Date , comment , field3 and field4. field 3 having dropdown . Until this working OK.

Now based on field3 user want f4 help on field4.

I tried with POV for field4. but in output search icon is appearing but, once we click its not going to POV code and giving message "function code can not be selected "

I tried with custom search help option but nothing is working.

Please suggest


Regard,

Anup

4 REPLIES 4

anne-petteroe
Community Manager
Community Manager
0 Kudos
172

Hello Anup,

I noticed now that you had already posted this is as a new question as well. Thank you! 🙂
And welcome to the SAP Community.

Kind regards,
Anne

raymond_giuseppi
Active Contributor
0 Kudos
172

Is 9005 a subscreen, look at main dynpro status, is someway F4 defined?

Sandra_Rossi
Active Contributor
0 Kudos
172

It's not clear what you did:

  • I tried with POV for field4. but in output search icon is appearing but, once we click its not going to POV code and giving message "function code can not be selected "

Please show your dynpro flow logic, ABAP module, etc.

Only this way we can see at which place you did an error.

xiswanto
Active Participant
0 Kudos
172

did you overwrite the F4 default search help function with your custom defined function?

and did you try to debug whether it goes inside the POV module or not?