cancel
Showing results for 
Search instead for 
Did you mean: 

Launching a custom Launchpad

Former Member
0 Kudos

Hi all,

I have a custom launchpad, not related to ESS or anything, just custom.  I have created a Launchpad that is of the FPM_GUIBB type.  I want to set it up in the portal to launch, but, when I create the PFCG role and add the Role and Instance to the Launchpad item, the Portal says "No Object Found".  I'm sure this is something simple, but I haven't been able to figure it out yet, and I haven't been able to find a tutorial on how to create a custom Launchpad that doesn't require a custom WD ABAP to go with it.

I did create a custom configuration for the ESS Launchpad that launches the FPM_GUIBB that I created, but it doesn't seem right to create something from ESS when it has nothing to do with it.  I have been trying to launch using the APB_LAUNCHPAD, and that is where I'm getting the error.

Hope this makes sense.

Kevin

Accepted Solutions (1)

Accepted Solutions (1)

sahirn
Active Contributor
0 Kudos

Hi Kevin,

APB_LAUNCHPAD application can be used to render the entries specified in LPD_CUST role.

In general The PFCG role comes into picture when you wish to use NWBC instead of portal.

Can you please add a few screenshots of what you are trying to do.

Regards,

Sahir.

Former Member
0 Kudos

Hi Sahir,

Sorry for not getting back sooner.  As I had shown earlier, I just wanted to know why the description for the Compensation Planning folder that I created in the Launchpad customization was not showing up in the launchpad in the portal.  I have yet to figure this out.  It just might be a bug that SAP has not yet fixed.

Thanks,

Kevin

Former Member
0 Kudos

Hi all,

Just to update this, I never did get the description working as stated above, but the reason my launchpad wasn't working was because APD_LAUNCHPAD only works with launchpads that are of type STANDALONE.  for the FPM_GUIBB, you have to launch those through the same way that the ESS launchpad works.

Cheers,

Kevin

Answers (1)

Answers (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

which application will launch this custom Launchpad? does your application call this role correctly?

This might be interesting, you can seek help from ABAP development thread or BC MUS LP raise a OSS for SAP, they might share the steps with you

probably you might be missing a little tweak

Former Member
0 Kudos

Hi Siddharth,

I was trying to use the APB_LAUNCHPAD application to launch my custom launchpad.  I'm not sure if it's not launching because it's of type FPM_GUIBB.  From what I can tell, everything is being called correctly.  the right parameters are being passed in.   If I can't get it figured out, I'll have to raise an OSS message with SAP.

Thanks,

Kevin

former_member194099
Active Participant
0 Kudos

Hi Kevin,

Change the launchpad type in lpd_cust to "stand alone" and then check if it works with the application apb_launchpad. Make sure you have provided the application parameters role and instance while creating iview.

Just for your information, there are other options as well for the UI of launchpads. See this thread ..

http://scn.sap.com/thread/3227090

Hope it helps.

Regards

Sagar

Former Member
0 Kudos

Hey Sagar,

How do you change the launchpad type?  The only thing I have been able to figure out is to save it as something else, which works fine.

I do have a stand alone working, just trying to figure out why I can't get a FPM_GUIBB type of launchpad to launch from the APB_LAUNCHPAD application.

And I do have another question.  When you are doing a standalone launchpad, you create a folder to drop your applications into and you can add text (folder title) and a description.  How come when I enter the folder description, nothing shows up in the portal?

Here is the configuration in R/3:

Here is the Portal Launchpad:

There is no description showing up.

Thanks,

Kevin