Multiple choice technology programming languages

When we define a field as a numeric in the table using data element NUMC, then the possible value for that field is as follows

  1. 'A001'

  2. '0001'

  3. '9A99'

  4. 'ABCD'

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

NUMC is a data element in SAP for numeric characters, which only accepts digits 0-9. '0001' is valid because it contains only numeric digits. 'A001' and '9A99' are invalid because they contain letters, and 'ABCD' is invalid because it contains only letters.