‎2006 Apr 12 9:08 PM
Hi Experts,
I have a report program in SAP BW environment and this program needs to get information about the system in which it is running (ex. Sandbox, Dev, Quality, Production etc) in order to set a file path.
Is there any function module, or table or ABAP data type that can give me system information like Server name etc.
Any clues on this will be very helpful.
Thanks a lot
Deepthi
‎2006 Apr 12 9:16 PM
SY-SYSID will give you the sid that you are looking for. I am assuming you want the value like DEV, QAS, PRD etc not the original server box name.
‎2006 Apr 12 9:15 PM
Try
/SDF/SCSI_GET_SYSTEM_INFO OR
BDL_SYSTEM_INFO
Please award the points
<u><b>Tip: Go to SE37-> search Systeminfo* , you`ll get the list of FM.</b></u>
Thanks
Saquib
Message was edited by: Saquib Khan
‎2006 Apr 12 9:15 PM
‎2006 Apr 12 9:16 PM
SY-SYSID will give you the sid that you are looking for. I am assuming you want the value like DEV, QAS, PRD etc not the original server box name.