Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to start background jobs in SAP ABAP and Hybris Commerce

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces the knowledge of "how to start background jobs in SAP ABAP and Hybris Commerce". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

# ABAP

Use the right-click menu in the transaction code SM36 or SE80:

# Hybris

All cron job handler class must declare AbstractJobPerformable as the parent class and overload the perform method.

Whether the execution result is a result or a failure must be returned at the end of the method.

Then inject this bean into the Spring configuration file:

The id of Bean is oldPaymentSubscriptionResultRemovalJob:

Execute this code:

After that, you can look it up in servicelayerjob:

# update 2018-09-19

Kubernetes also has the concept of job:

> Job is the API object that K8s uses to control batch tasks. The main difference between batch processing business and long-term servo business is

The batch business runs from beginning to end, while the long-term servo service runs forever without the user stopping. Job tube

Pod quit automatically after completing the task successfully according to the settings of the user. The marks for successful completion vary according to the

Spec.completions strategy is different: a single pod task with a Pod success marks completion; a fixed number of success tasks

Ensure that all N tasks are successful; work queue tasks mark success based on the overall success confirmed by the application.

This is the end of the introduction of "how to start background jobs in SAP ABAP and Hybris Commerce". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report