码迷,mamicode.com
首页 > 其他好文 > 详细

使用ABAP代码创建SAP S/4HANA系统的扩展字段

时间:2020-02-02 18:02:27      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:sso   csdn   contact   schedule   run   cas   ack   amp   published   

Besides S4 extension tool in Fiori UI, you can also create extension field in backend using report CFD_TEST.

Caution

(1) NEVER run it in development system like ER9 and AG9 currently! If you want to test your extension CDS view for POC, contact me first.

(2) Avoid to create too many extension fields which might have negative impact on system performance.
Run report, specify mandatory field as example below.

技术图片

As I mentioned in this link, the extension field generation is done in ASYNCHRONOUS way - technically speaking, it is finished in a background job automatically scheduled and released via extension field framework.
You can debug to get the exact job id:

技术图片

Sometimes it takes long time to get your extension field generated and published, it is simply because there is no more background job processor with status "Free". In this case you can do nothing but wait until other job is finished.

技术图片

How to check your field generation job status

select the job and click button "Job log":

技术图片

Here you can monitor job execution detail:

技术图片

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
技术图片

使用ABAP代码创建SAP S/4HANA系统的扩展字段

标签:sso   csdn   contact   schedule   run   cas   ack   amp   published   

原文地址:https://www.cnblogs.com/sap-jerry/p/12252748.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!