Hi experts
I'm trying to create a dynamic F4 help into a field of infotype 0014 - Recurring payments/Deduction in SAP HCM - Personnel Administration module.
The selected field is PA0014-ZUORD "Assignment Number", defined by SAP as user-definable.
It is not used in the standard system.
My aim is to obtain a match code for some wage types (subtypes of infotype 0014)
I created a custom table containing the list of values for wage types requiring a match code
I inserted a call function into the USER-EXIT:
Enhancement:PBAS0001
Function exit: EXIT_SAPFP50M_002 (Include name ZXPADU02).
I used the function module F4IF_INT_TABLE_VALUE_REQUEST to create the dynamic F4 Help
The problem is the "F4 help" is not connected to the event "F4 code" of the field, but it's
linked to all events of the dynpro and consequently it appears also when it's not required (for example pressing "ENTER")
Can you help me to resolve this problem, suggesting me a way to obtain the "F4 help" only
when the F4 code is called from the selected field?
thanks in advance