Show TOC Start of Content Area

Function documentation Data Lengths and Patterns  Locate the document in its SAP Library structure

Use

You can restrict the data length for schema elements with the data type string, and you can use patterns to restrict the valid value sets.

 

Features

Attributes of Schema Elements with the Data Type String

 

Activities

If you select the data type String on the tab page Type, the system displays the attributes on the same tab page. Before you enter an attribute you have to select the corresponding checkbox.

 

Examples of Regular Expressions

Regular expressions are standard in the UNIX world and in programming languages such as Perl. For detailed information on regular expressions, see the specialist literature and the information on the Internet. The following examples are meant only to clarify regular expressions.

Examples of Regular Expressions

 

The characters ^ and $ at the beginning and end define that the character strings have to begin and end as specified. Validation does not accept entries that only contain the pattern as a partial string. If you omit the characters ^ and $ at the beginning and the end of the string, the system adds them.

 

 

End of Content Area