cancel
Showing results for 
Search instead for 
Did you mean: 

Application start up parameters

Former Member
0 Kudos

Hi,

My Application is the first application (FPM OIF based) and I wanted to open this application with some default parameter.

The same component/Application is used but with different values in teh application parameter.

I have included the parameter in the Application and defaulted some value.Tried to read this value but I could not find the value that is passed.

Same application will have to be called with different values.

This is an entry point to the other depedent applciations where i'm passing the same parameter values is passed.

As this is the first application, I cannot hardcode the value..

When the user providesvalue in the URL parameter then I need to read

Can we have any variants for application...

If I have a Tcode for this application, is there any way to add our parameter with some defaulted value...If yes, How can I get th e same inside my application.

Because this is also deployed in portal, I can get some parameter for the portal so that I can open my application using this parameter. This is one way that I can start my application..

Regards,

Lekha.

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Since your component is embedded inside the FPM Component, it doesn't have direct access to the application parameters. You have to use the FPM apis to get the application parameters. This process was discussed in this recent forum thread:

Former Member
0 Kudos

Hi Thomas,

I already used the FPM APIs to get the values but was not working.

My issue is that My application is the Initial application that is shown from where the other applications are triggered.

For the other applications Im passing tha parameters. But for my appliation I cannot read the value of the application parameter.

For Ex: for my applciation if I have added the parameter and set some default value.

I tried to read this parameter using FPM API and our webdynpro WDR_TASK APIs. Based on this value I need to have some fucntionality. But No value... Like we have portal parameters which we get in the component initial rendering. similarly my appliction needs that info.

How to start the application with some default value..

Is it possible to add parameters to the Tcode of the application, If Yes How can I read it my component.

Regards,

Lekha.