cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Global Variables..

Former Member
0 Kudos

Hi All,

Can anyone help me out with a solution as to where are the Global Variables declared in the case of standard mappings ..?

Quick responce qould be apprecated...

Regards,

Amit,

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

resolved..

former_member750652
Contributor
0 Kudos

Hi.

In PI there is a concept called CONTAINER and GLOBALCONTAINER to cache values during mapping runtime,the visibility is limited to that particular mapping depending up on usage .

Refer the following links for more on CONTAINER and GLOBAL Container

http://help.sap.com/saphelp_erp2004/helpdata/en/75/8e0f8f3b0c2e4ea5f8d8f9faa9461a/frameset.htm

Thanks,

Ram.

prateek
Active Contributor
0 Kudos

In the message mapping, you have option "Edit Java Sections".

Regards,

Prateek

Former Member
0 Kudos

thank you all , for your prompt replies...

But my question is we are using some standard mappings that already exists ... Can we somehow find where are those global varibles declared that already used in those mappings ?

Please send in your valuable solutions ....

thanks ,

Amit.

Shabarish_Nair
Active Contributor
0 Kudos

only two options;

1. Open the java section and see if it is declared there.

2. Open each UDF in the message mapping and check for its usage.

Shabarish_Nair
Active Contributor
0 Kudos

you can declare them in the java section in the graphical mapping tool.

to find the button see this link - http://help.sap.com/saphelp_nw04/helpdata/EN/49/1ebc6111ea2f45a9946c702b685299/content.htm (Edit Java Sections)

jyothi_anagani
Active Contributor
0 Kudos

Hi,

In UDF Global container will be there but it is global for within Mapping only.

Refer This link.

http://help.sap.com/saphelp_nw04/helpdata/en/ee/bf9640dc522f28e10000000a1550b0/frameset.htm

Thanks.

Former Member
0 Kudos

Hello,

I think we need not to declare them anywhere just use them in UDF.