2008 Jun 30 2:14 PM
Hello !
Within a "User Help Exit" must be called the FM named
C14F_LOV_WAID. How can I adress this FM
for a field.
The goal is if user klicks on F4 the this FM mist be called.
please notice a user help exit is like a Function Modul.
e.g.
FUNCTION zuser_help_exit.
ENDFUNcTION.
Within this block FM block above I can't say:
AT SELECTION-SCREEN ON VALUE-REQUEST FOR<FIELD>or
PROCESS ON VALUE-REQUEST.
FIELD <field-name> MODULE create_dropdown_box.Regards
Ertas Ilhan
2008 Jun 30 2:25 PM
HI
well I am not sure about this it works or not but we have various function modules which we can call in other function modules to provide F4 help i mean to say that call Function module inside a Function Module
F4IF_INT_TABLE_VALUE_REQUEST
F4IF_FIELD_VALUE_REQUEST.
Try out these Fm calling ..
I hope it helps you am not sure
Regards
Pavan
2008 Jun 30 2:25 PM
HI
well I am not sure about this it works or not but we have various function modules which we can call in other function modules to provide F4 help i mean to say that call Function module inside a Function Module
F4IF_INT_TABLE_VALUE_REQUEST
F4IF_FIELD_VALUE_REQUEST.
Try out these Fm calling ..
I hope it helps you am not sure
Regards
Pavan
2008 Jun 30 2:25 PM
really no idea.
maybe can tell me how else I can solve this prblm.
regards
sas
2008 Jun 30 2:29 PM
Hi
FUNCTION zuser_help_exit.
call the above function modules here i hope it will solve you issue
ENDFUNcTION.
Regards
Pavan
2008 Jun 30 2:25 PM
Ertras,
I'm not sure if got it right, but these events are:
REPORTS: AT SELECTION-SCREEN ON VALUE-REQUEST FOR<FIELD>
MODULE POOLS: PROCESS ON VALUE-REQUEST.
If you wanna use these events inside a function module, you have to call a screen then handle the events.
Regards,
Alexandre
2008 Jun 30 2:33 PM
Pavan pls dont forget.
What is about C14F_LOV_WAID. Please read my very first
question.
With using these FM it is not solved.
F4IF_INT_TABLE_VALUE_REQUEST
F4IF_FIELD_VALUE_REQUEST.
regards
ertas
2008 Jun 30 2:37 PM
2008 Jun 30 2:55 PM
Hi
Hey Y dont you set your own Pf-STATUS in which you define a
PF<nn> key for by using AT USER-COMMAND and capture the sy-ucomm value under
AT PF04.
call your user _exit
Try this
regards
Pavan
2008 Jun 30 3:19 PM
pls can you be more concretely !
Please notice it is a F4 Help for a "Search Help" .
The field which I am talking about is a component
of "Search Help" which i Have created through Se11.
Regards
ertas
2008 Jun 30 4:49 PM
It is very silent here. Can nobody help me.
I am feeling myself like Martian.
Regards
ertas