cancel
Showing results for 
Search instead for 
Did you mean: 

Globle Constant across NameSpace

Former Member
0 Kudos

Hi experts,

Do let me know if declaring Global Constant across Namespace is possible.

I need to send mail to list of people in the 60 interface developed. It is cumbersome to make changes to each interface if some change has to be made in this list and I do not find it to be a good approach.

What i can think is of declaring this list as global, so that a single change can update the entire interface.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi expetrs ,

I have implemented the above senario by keeping a propety file

at local XI folder.

This blog was of great help:

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3784. [original link is broken] [original link is broken] [original link is broken]

Thanks for your advice.

former_member859847
Active Contributor
0 Kudos

Hi Pooja,

Do let me know if declaring Global Constant across Namespace is possible.

i hope, declaring constants is possible at message mapping level.

in message mapping, we have Edit Java selections option is there.

it will show Global container....etc(three options be there)

when you want to declare varibles or constants acroos name space as globaly, we can use that option...

can you check it and let us know.

regards

mahesh.

Former Member
0 Kudos

Hi ,

As per my knowledge its available in PI 7.1 but probably you could refer below links to manipulate it in previous versions.

Introduction to Global Data Types in SAP NetWeaver Process Integration 7.1

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4037b3fc-fb52-2a10-4888-e28362af...

You could use Global variables across the namspace.

please see below links

/people/miguel.jorge/blog/2006/10/10/interesting-use-of-global-variables

You can achive this with Value Mapping and Mapping Lookup API

SAP XI Lookup API: the Killer

/people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer

http://www.applicon.dk/fileadmin/filer/XI_Tools/ValueMappingTool.pdf

http://help.sap.com/saphelp_nw04/helpdata/en/13/ba20dd7beb14438bc7b04b5b6ca300/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/f2/dfae3d47afd652e10000000a114084/frameset.htm

Thanks

Swarup

Edited by: Swarup Sawant on Feb 14, 2008 10:58 AM

Former Member
0 Kudos

I guess a similar kind of feature is availbale on from PI7.1 and not before than that.

Thanks

Kiran