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

Fiori应用note字段的长度截断问题分析

maintain title and note value in creation UI:

Fiori应用note字段的长度截断问题分析

After save, the task title and task note area looks like below:

Fiori应用note字段的长度截断问题分析

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

Fiori应用note字段的长度截断问题分析

Fiori应用note字段的长度截断问题分析

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应用note字段的长度截断问题分析

run report ZNOTE_BROWSE_TOOL in AG3, specify task id and task type:

Fiori应用note字段的长度截断问题分析

Fiori应用note字段的长度截断问题分析

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应用note字段的长度截断问题分析

This is working as designed.

Fiori应用note字段的长度截断问题分析

Fiori应用note字段的长度截断问题分析

The truncated string is stored as title note:
Fiori应用note字段的长度截断问题分析

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
Fiori应用note字段的长度截断问题分析

相关文章:

  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2021-12-14
猜你喜欢
  • 2021-11-11
  • 2021-07-09
  • 2022-12-23
  • 2021-08-13
  • 2023-01-07
  • 2022-12-23
相关资源
相似解决方案