天天看點

Fiori應用裡文本被截斷的原因分析

In AG3/001, we create a new task based on type Z003:

Fiori應用裡文本被截斷的原因分析
Fiori應用裡文本被截斷的原因分析
Fiori應用裡文本被截斷的原因分析

The reason why Note text has German language determined automatically: this default language is defined in customizing below:

Fiori應用裡文本被截斷的原因分析

The text type for Task title and task note is maintained in the view: CRMC_TASK_OD.

How to review all notes data of a given task: firstly find the task id ( OBJECT_ID ) based on its description ( DESCRIPTION )

Fiori應用裡文本被截斷的原因分析
Fiori應用裡文本被截斷的原因分析

We have specified 0001 for task title, but here why we only see content “itle” for it? The result in this report is exactly the same as what we can find in Fiori UI:

Fiori應用裡文本被截斷的原因分析
Fiori應用裡文本被截斷的原因分析
Fiori應用裡文本被截斷的原因分析

繼續閱讀