cancel
Showing results for 
Search instead for 
Did you mean: 

System ID Parameter in ITS

Former Member
0 Kudos

Hi All,

I have one question. Which Parameter hold the system ID.

I want use the parameter in my BHTML Coding based on ID identify the System.

I am using SRM5.0 With Integrated ITS.

Examble


`if (~systemname == "XYZ")`

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Raghu,

there are few variables in business HTML:

~currserver holds the current server

~currdb is the system ID (database identifer)

~currclient the client

~curruserid the user ID

~currdynpro the current dynpro

~currtcode the current transaction

The variables can be used in your templates. They are used to build the information menu in the status line of webgui. BTW: Set the URL-parameter ~record=1 and you can see the business HTML variables...

Hope this helps

Tobias

Former Member
0 Kudos

Thanks Tobias

Former Member
0 Kudos

Hi ,

What is the variable for default currency..

Thanks

Raghu

Answers (0)