Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: WTYMP - Warranty Mass Change
Message number: 004
Message text: Job ID not allowed: use only letters A-Z and numbers 0-9
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
WTYMP004
- Job ID not allowed: use only letters A-Z and numbers 0-9 ?SAP Error Message:
WTYMP004 – Job ID not allowed: use only letters A-Z and numbers 0-9
Cause:
This error occurs when a job ID (or job name) contains invalid characters. SAP requires that job IDs consist only of uppercase letters (A-Z) and digits (0-9). If the job ID includes any other characters such as lowercase letters, special characters, spaces, or symbols, the system will raise this error.
Explanation:
-
, _
, @
, #
), and lowercase letters.JOB123
, MYJOB01
job123
, Job_01
, JOB-01
, JOB 01
DATA lv_jobname TYPE tbtcjob-jobname.
lv_jobname = 'job_01'. " Example input
" Convert to uppercase
lv_jobname = to_upper( lv_jobname ).
" Remove invalid characters (example: keep only A-Z and 0-9)
REPLACE ALL OCCURRENCES OF REGEX '[^A-Z0-9]' IN lv_jobname WITH ''.
" Now lv_jobname is valid for job creation
Aspect | Details |
---|---|
Error | WTYMP004: Job ID not allowed |
Cause | Job ID contains invalid characters |
Allowed | Uppercase letters A-Z and digits 0-9 only |
Solution | Rename job ID to valid characters only |
Where | Job creation (SM36), programmatic job scheduling |
If you continue to face issues, check the exact job name being passed and ensure it complies with the above rules.
Get instant SAP help. Sign up for our Free Essentials Plan.
WTYMP003
Field &1, prevoius plant &2, new plant &3
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
WTYMP002
Step ID must be uniquely identifiable within job
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
WTYMP005
No job description exists
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
WTYMP006
Action &1 has been executed
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.