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

within FM not possible AT SELECTION-SCREEN or PROCESS ON VALUE-REQUEST

Former Member
0 Likes
1,192

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

1 ACCEPTED SOLUTION
Read only

bpawanchand
Active Contributor
0 Likes
1,117

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

9 REPLIES 9
Read only

bpawanchand
Active Contributor
0 Likes
1,118

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

Read only

Former Member
0 Likes
1,117

really no idea.

maybe can tell me how else I can solve this prblm.

regards

sas

Read only

0 Likes
1,117

Hi

FUNCTION zuser_help_exit.

call the above function modules here i hope it will solve you issue

ENDFUNcTION.

Regards

Pavan

Read only

0 Likes
1,117

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

Read only

Former Member
0 Likes
1,117

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

Read only

0 Likes
1,117

Hi

sorry I am trying to find the solution

regards

Pavan

Read only

0 Likes
1,117

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

Read only

Former Member
0 Likes
1,117

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

Read only

Former Member
0 Likes
1,117

It is very silent here. Can nobody help me.

I am feeling myself like Martian.

Regards

ertas