SAP-samples / frun-csa-policies-best-practices

Best practices check examples for creating CSA policies in SAP Focused Run
Apache License 2.0
34 stars 17 forks source link

Clarification on the script #5

Closed tceakr closed 2 years ago

tceakr commented 3 years ago
((NAME = 'GLOBAL_SETTING' and VALUE = 'NOT MODIFIABLE' and ptree.value = 'PROD' and ptree.hier_id = '1') OR (ptree.value != 'PROD' and ptree.hier_id = '1')) NAME = 'GLOBAL_SETTING' and not ( VALUE = 'NOT MODIFIABLE' ) and ptree.value = 'PROD' and ptree.hier_id = '1' ------------------- Hi colleagues, From the above script could someone clarify what does this checkitem look for and what does "ptree.value" & "ptree.hier" refers to. Regards, Anand.
ManfredAch commented 3 years ago

Hello, ptree.value = 'PROD' and ptree.hier_id = '1' means that a restricion is done on productive systems only (system role in LMDB) ptree is the landscape tree for a system.