header note truncation issue - designed behavior

77 阅读1分钟

Created by Wang, Jerry, last modified on Jul 28, 2015

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

clipboard1

maintain title and note value in creation UI:

clipboard2

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

clipboard3

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

clipboard4
clipboard5

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

clipboard6

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

clipboard7

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

clipboard8
clipboard9

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:

clipboard10

This is working as designed: say if you have maintained text type XXXX for title, and you have maintained the description for task with length less than 40, then the text you have maintained will be stored in field CRMD_ORDERADM_H-DESCRIPTION ( length 40 ). No text instance of type XXXX will be generated.

clipboard11
clipboard12

The truncated string is stored as title note:

clipboard13

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