Entering content frame

Background documentation DOMAINCONSTRAINTS Locate the document in its SAP Library structure

Using the DOMAINCONSTRAINTS system table, you can determine the following database information, among other things:

All domains for which a restriction of the permitted values was defined, and this restriction
SELECT domainname, definition
  FROM DOMAIN.DOMAINCONSTRAINTS

Note

All domains: see DOMAINS

 

Leaving content frame