cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a FPM application through 2 different URLs In the Portal

Former Member
0 Kudos

Hello Experts,

On the portal I have 3 different links.

For example...

1.Goto Search Screen

2.Goto Complete Screen

3.Goto Entry Screen

I have three main steps In the FPM.

And on click of each link the concerned step should appear directly.

Like on click of "Goto Search Screen" the 1st step should come which is possible by giving the FPM URL to the action of the link.

On click of "Goto Complete Screen" the FPM with 3rd main step should come directly.

Is this possible.Please explain

THANKS in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

.

Former Member
0 Kudos

Hi,

Yes, you can do that..you need to wirte the code FIRE the event by giving the step id.

IF_FPM~RAISE_EVENT_BY_ID of cl_fpm class.

Regards

Lekha.

Former Member
0 Kudos

In addition to what lekha suggested use change_step event for creating event.

Former Member
0 Kudos

Hi

Thanks for the suggestion

Former Member
0 Kudos

Hello

I have a component already for an FPM application.

On portal i have a link to action which requires a URL for the same FPM application but it needs to navigate to 2nd step directly.

As lekha suggested its possible through RAISE_EVENT_BY_ID but here i dont have the choice to write the code for on action of the Link to Action.

I just need a seperate URL for the same application which directly goes to second step.

Please solve my problem.

Thanks

Shravan

Edited by: Shravan_Varma on Jul 13, 2011 11:23 AM