cancel
Showing results for 
Search instead for 
Did you mean: 

Capturing System ID in WDA

former_member211107
Participant
0 Kudos

Hi Experts,

I have three systems, quality, dev n prod in SAP as well as for another non SAP application. I have an iview with a link on it that connects to the external system. On click of the link I want to capture the system ID so that i can feed the corresponding servername(quality, dev or prod) in the link. Example: when operating WDA application from dev, the link should connet to external dev system. Similarly when clicking the link from quality, the link should diretc to external quality system.

Is there any ways through which I can capture the system ID through WebDynpro ABAP application.

Regards,

KM

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

If you just need the system id of the ABAP system on which the WDA runs, there are SY variables for that. SY-SYSID will give you the ABAP system ID. SY-HOST will give yo uthe network name of the current application server.

Answers (0)