‎2009 Aug 04 11:30 AM
Hi all.
Im sorry if this question is simple, but ive searched for some time now and didnt find a good answer.
I need to get the system type in Abap, because im making a program that for non PRD systems prints a special message.
Thanks.
Regards.
‎2009 Aug 04 11:33 AM
Hi,
Welcome to SDN.
You could take a look at table T000, field CCCATEGORY, if it is set to P this indicates the client is productive.
Regards,
Nick
‎2009 Aug 04 11:33 AM
Hi,
Welcome to SDN.
You could take a look at table T000, field CCCATEGORY, if it is set to P this indicates the client is productive.
Regards,
Nick
‎2009 Aug 04 11:34 AM
the SY fields hold a lot of general info of your system.
SY-SYSID is the field you can use i think.
Also you can check T000 table with field CCCATEGORY. P is production, the rest is not.
‎2009 Aug 04 11:38 AM