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 realize the background jobs of CRM, C4C and Hybris

2025-04-12 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article introduces the relevant knowledge of "how to realize the background jobs of CRM, C4C and Hybris". 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!

CRM

Use the transaction code SM36 to view the background jobs of the CRM system:

To give some examples:

The report executed by the job ABAP_TEXT_INDEX is ABAP_DOCU_CREATE_TEXT_INDEX:

Responsible for populating the buffer table ABAPDOCU_BUFF to facilitate fast reading of ABAP help documents.

RDDIMPDP

The logic of performing the import after a transfer request from another ABAP system enters the current system is done in this job.

C4C

Like the CRM system, the background is based on Netweaver, but customers can not use the transaction code SM36 to manage background jobs like CRM. But similar functions can be done on the C4C foreground page. Click the Schedule button to reschedule a background job:

The job execution parameter setting is consistent with the time setting in the ABAP background transaction code SM37:

After saving, the status of the job is Released:

Note the difference between the status of the background job Released and Ready: Released simply indicates that the various properties of a job, including start conditions, are properly defined. Ready indicates that the starting conditions for the job have been met, waiting for an available background worker process to select the job, and then the status can be changed to Running.

Https://help.sap.com/saphelp_nw70/helpdata/en/c4/3a8016505211d189550000e829fbbd/content.htm?no_cache=true

Hybris

There is the same concept in Hybris, except that the name is changed to cron job:

The cronjob functionality is used for executing tasks, called cron jobs, regularly at a certain point of time. Typically cron jobs can be used for creating data for backups, updating catalog contents, or recalculating prices.

The key idea of applying cron jobs is to start a long or periodic process in the background, with the possibility to log each run and to easily check its result. The concept of cron jobs in SAP Hybris Commerce is explained in detail here.

In ABAP, we use SM37 to check the log of background job, and in Hybris, we view the execution of cron job in Administration console:

By default, cron job starts automatically when the Hybris server starts, which can be seen in the Hybris server startup log:

Under the development environment, if you want to improve the server startup speed, you can change this default setting by adding the following line to the configuration file local.properties:

The content of add cronjob.timertask.loadonstartup=false "how to realize the background jobs of CRM, C4C and Hybris" is introduced here. Thank you for your 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