SAP WILDCARD CHARACTER - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

wildcard character
Character that substitutes other content. In relational expressions with the operators CP and NP, * usually stands for any string and + for any individual character. In SQL conditions with the operator LIKE, % stands for any string and _ for individual characters. In regular expressions , an extended set of special characters is used to define patterns. The special functions of wildcard characters can be switched off using escape characters