cancel
Showing results for 
Search instead for 
Did you mean: 

Change hardcodes for "configuration parameters"

Former Member
0 Kudos

Hi all,

my app WD has some hardcodes (i.e: GP process ID, URLs etc) and i would like to convert these ones in a some "configuration parameters" to make the code more flexible. Is it possible? if yes, please, give me an example how to do that!

Thanks all,

Doug

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

you can put them on configuration or properties file, as set of key-value, and maintain that configuration file from visual administrator

check [Configuration Service|http://help.sap.com/saphelp_nw04/helpdata/en/b8/aa343e32ff1033e10000000a114084/frameset.htm] on help:

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

firs this:

else/as complements:

Also you can place them on a Ztable on R3 and load them from within a BAPI

Answers (1)

Answers (1)

Former Member
0 Kudos

Jean,

Thanks for the answers! The tips posted here was so helpfull!

Regards,

Doug