cancel
Showing results for 
Search instead for 
Did you mean: 

Global Parameters

Former Member
0 Kudos

Hey, is there any way to create a global parameter that can be accessed from any iView?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you are talking about EP 6.0 you could try and check the PDK for the description on com.sap.portal.appintegrator. By defining that parameter in a new portalapp.xml this will be available to any iView.

Good Luck!

Former Member
0 Kudos

Hello,

in EP50 i use this way:

- Save a config File in the Portal KM

- Write a Class named for example "configurationFile" that Load and Parse the Config File with the use of KM-API

- Write the get Methods for the propertiies in the Config file

- in every iview that need the configuratione i say "new ConfigurationFile(path,iUser)" and voila i have my persistance config object.

Best regrads,

Patrick

Former Member
0 Kudos

Thanks for the responces. I will look into both of those suggestions, but if anyone could think of anything else, please feel free to let me know. Thanks again!