cancel
Showing results for 
Search instead for 
Did you mean: 

Using .properties file in web dynpro

Former Member
0 Kudos

Hi,

I am having a requirement. I have to create a .properties file and I have to use it in my web dynpro application. How can I do that? Any help...

Thanks & Regards,

Raj

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Go to the navigator view...select src\Components\<ComponentName> and create create a .properties file.

You can read the configuration file in your webdynpro app as follows

IWDConfiguration configuration =

WDConfiguration.getConfigurationByName(

wdComponentAPI.getDeployableObjectPart(),

"<<>>");

http://help.sap.com/saphelp_nw04/helpdata/en/b8/aa343e32ff1033e10000000a114084/frameset.htm

Regards, Anilkumar

Message was edited by:

Anilkumar Vippagunta

Former Member
0 Kudos

Hi Anil,

Thanks for the response.

Regards,

Raj

Former Member
0 Kudos

Hi Anil,

Is it possible to you to make it clear the difference between interface IWDDeployableObject & interface IWDDeployableObjectPart.

Thanks & Regards,

Raj