SAP Managed Tags: ABAP Development Hi, CP : Covers Pattern: True, if the content of operand1 fits the pattern in operand2. Wildcard characters can be used for forming the operand pattern, where "" represents any character string, and "+" represents any character. Upper/lower case is not...
SAP Managed Tags: ABAP Development Hi, It can be done in this manner: Let s_opt be the select option of character type. CONCATENATE ' 0123456789' sy-abcde INTO l_pattern. If s_opt CN l_pattern. (This is checking that if s_opt has anything other than the characters in l_pattern)...