Application Development and Automation 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: 
Read only

module pool ABAP

anupam2830
Discoverer
0 Likes
1,325

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
Read only

AnnePetteroe
Community Manager
Community Manager
0 Likes
1,261

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

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,261

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

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,261

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.

Read only

xiswanto
Active Participant
0 Likes
1,261

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?