cancel
Showing results for 
Search instead for 
Did you mean: 

How to make launchpad system alias generic

Former Member
0 Kudos

Hi,

I created some launchpads using LPD_CUST.

For each launchpad I specify a system allias which corresponds to an RFC destination or portal system alias.

The question is how do I make the system alias generic, so that whether the launchpad is invoked from DEV, QA, PROD in ECC the correct RFC is used.

Is there a system alias mapping table or does this need to be done programmatically.

For example system alias SAP_MYAPP should work in DEV, QA, PROD and portal.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The approach taken was to create RFCs with the same name (i.e.: SAP_MYAPPL) on all system landscapes (with the assumption that on each landscape there is only one test client). This RFC name is used as the system alias in launchpads.

This way the system alias works on all ECC landscapes and portal.

If this can be refined, let me know.

Thanks

Former Member
0 Kudos

We had a similar requirement might not be same , but in this case we have created a custom table and stored the RFC destinations for each system as a entry and then based on the system we get the RFC and use that.

Phani

Former Member
0 Kudos

Hi Raynald,

I think SAP_MYAPP is wrong system alias. But you can use system alias SAP_LocalSystem which will give system destination and it will be available in F4 for field System Alias when you create launch pad.

Thanks & Regards

Praveen Gupta