cancel
Showing results for 
Search instead for 
Did you mean: 

Need SAP ME global Session variables

Former Member
0 Kudos

Can someone direct me to the SAP ME global session variable list that would give me to access to item like SITE.  Is there a help section on the web that can guide me to this list or a document I can download?

Accepted Solutions (1)

Accepted Solutions (1)

tim_drury
Active Participant
0 Kudos

See if com.sap.me.frame.service.CommonMethods.getSite() is available in the public API for the version of ME you're using.  Remember to indicate which release you're asking about as the public API is updated often in these initial releases.

-tim

Former Member
0 Kudos

do you have a url for the public api page?

tim_drury
Active Participant
0 Kudos

Currently the javadoc for the public API is shipped with the SDK.

Answers (1)

Answers (1)

Former Member
0 Kudos

Is this not possible?  I would really like some direction here.

Former Member
0 Kudos

In addition to previous response, list of sites is not stored in the global session, but in database table named "SITE". There is PAPI SiteConfigurationService which should give you convenient methods accessing the records from that table.