Skip to Content
Author's profile photo Huiyang Li

How to get the Service Identifier/External Identifier used in an ABAP system

The Service Identifier/External Identifier is the business system application ID in an ABAP system,

It is maintained in provider system and used in consumer system.

In consumer system, when create a “System Connection” to provider system, it may popups a dialog to ask the “External Application Key” and user account, like this:

/wp-content/uploads/2014/11/1_610434.gif

So we need to know how to find this Key in Provider system.

As of SP22 of SAP NetWeaver 7.00, it could be found in SOAMANAGER:

  -> Global System Settings -> Service Identifier (tab):

/wp-content/uploads/2014/11/2_610435.gif

Then after release 7.30, the path changed to:

-> Technical Administration tab -> SAP Client Settings:

/wp-content/uploads/2014/11/3_610463.gif

Others, if you are in old release (before 7.00 SP22) or you could not find it, like this:

/wp-content/uploads/2014/11/4_610464.gif

Then you can use such URL to get the value directly:

http://<host>:<port>/sap/bc/srt/wsil?sap-client=000&List_Biz_Appl_IDs=true

It will show such page:

/wp-content/uploads/2014/11/5_610465.gif

(Here the EXTERNAL_ID node is what we needed.)

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.