0

Is it possible to determine via code if the current system is S/4HANA Cloud Essentials?

I have a requirement in which I must only enable a field if it is not a S/4HANA Cloud Essentials system.

I have found this question: How to programmatically tell if system is R/3 or S/4 but with class cl_cos_utilities I can only check if the system is S/4HANA Cloud.

Thanks in advance!

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Augusto Accorsi
  • 317
  • 5
  • 21

1 Answers1

2

If my knowledge is correct we can't make ABAP development in S/4HANA Cloud Essentials. If you want to check it manualy, may be you can check system full domain name (SAPLOCALHOSTFULL) in RZ11 t-code. I am not sure but we can see sap domain in SAPLOCALHOSTFULL.

mkysoft
  • 5,392
  • 1
  • 21
  • 30