Created by Wang, Jerry, last modified on Jul 28, 2015
In AG3/001, we create a new task based on type Z003:
maintain title and note value in creation UI:
After save, the task title and task note area looks like below:
The reason why Note text has German language determined automatically: this default language is defined in customizing below:
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 )
run report ZNOTE_BROWSE_TOOL in AG3, specify task id and task type:
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:
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.
The truncated string is stored as title note:
要获取更多Jerry的原创文章,请关注公众号"汪子熙":