cancel
Showing results for 
Search instead for 
Did you mean: 

FPM BOPF GET VALUE PARAMETER

mrahhaoui
Participant
0 Kudos

Hi Gurus,

I added in my webdynpro a parameter in parameter tab of  my application

Parameter : ID

Value : (ID).

My issue is when I call my FPM app from a program I would like to skip the first screen and populate the fields of my second screen based on my ID.

The problem is when I construct my url I give in parameter my ID value but the issue is it opens the first screen and the field ID is not filled in.

Is it possible to skip the first screen and fill directly the second screen.

Also, I put a breakpoint in the HANDLEDEFAULT method of my window but it doesn't stop.

Anyone could help me please?

Thx.

Mo.

Accepted Solutions (1)

Accepted Solutions (1)

mrahhaoui
Participant
0 Kudos

I get now my value in my ID field by the method GET_URL_PARAMETER but when I want now to skip the intial screen . It dumps.

I check if the field is not empty then I put

lo_fpm->raise_event_by_id( if_fpm_constants=>gc_event_leave-leave_initial_screen).

Could you help please?

thx in advance,

Mo.

mrahhaoui
Participant
0 Kudos

any idea for refreshing the popup plz ?

Answers (0)