Do you have any question about this error?
Message type: E = Error
Message class: BT - Background processing messages
Message number: 180
Message text: Job is event-periodic. Period values cannot be specified
You have specified that this job is to be started when a particular
event is triggered and that the job should be repeated whenever the
event recurs. You have also tried to enter a time interval for
restarting the job.
Since the job is to be repeated when an event occurs, you cannot enter
a time interval for repeating the job.
No action taken.
Select <LS>Immediate start</><ZV>Sofort</> or <LS>Date/time</><ZV>
Datum/Uhrzeit</> as the start specification for this job if it must be
repeated according to a time interval.
Error message extract from SAP system. Copyright SAP SE.
BT180
- Job is event-periodic. Period values cannot be specified ?The SAP error message BT180, which states "Job is event-periodic. Period values cannot be specified," typically occurs when you are trying to schedule a background job that is defined as event-driven (event-periodic) but also attempting to specify periodic values (like start times or intervals) that are not compatible with event-driven jobs.
Cause:
- Job Type: The job you are trying to schedule is defined as an event-driven job. Event-driven jobs are triggered by specific events rather than running at regular intervals.
- Conflicting Parameters: When you attempt to set periodic parameters (like daily, weekly, etc.) for a job that is already defined to be triggered by events, SAP does not allow this configuration, leading to the error.
Solution:
To resolve this error, you need to ensure that you are not mixing job types. Here are the steps you can take:
- Check Job Definition: Review the job definition in transaction code
SM37
orSM36
to confirm that it is set as an event-driven job.- Remove Periodic Values: If you want to keep the job as event-driven, do not specify any periodic values. Instead, ensure that the job is only set to trigger based on the defined events.
- Change Job Type: If you intended for the job to run periodically, you may need to redefine the job as a periodic job instead of an event-driven job. You can do this by:
- Deleting the existing event-driven job.
- Creating a new job with the desired periodic settings.
Related Information:
SM36
: To create or modify background jobs.SM37
: To monitor and manage background jobs.By following these steps, you should be able to resolve the BT180 error and successfully schedule your background job as intended.
Get instant SAP help. Start your 7-day free trial now.
BT179
Job is not periodic. No period values are available
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
BT178
Period values are only possible for jobs marked 'Periodic'
What causes this issue? You activated the function <LS>Interval</><ZV>Periodenwerte</> in the start date editor. However, yo...
BT181
Definition for job & is incomplete. Job cannot be released
What causes this issue? The job that you have selected has not been completely defined and therefore cannot be released to run. The job was defined ...
BT182
Definition of job & is incomplete. Operation is not possible
What causes this issue? The job that you have selected has not been completely defined. You therefore cannot modify the job's attributes. The j...
Click on this link to search all SAP messages.