Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1330337
  • 博文数量: 932
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 10208
  • 用 户 组: 普通用户
  • 注册时间: 2011-07-08 12:28
文章分类

全部博文(932)

文章存档

2021年(1)

2020年(134)

2019年(792)

2018年(5)

我的朋友

分类: 架构设计与优化

2020-02-07 13:09:29

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:

阅读(2576) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~