With PREP_PROCESS_DOCU we can get all defined Fields from UC_OBJECT_DOCU and from the documentation tab. Is it possible to write into the DOCU tab?
Release : 21.02
Component : AWA
This is not possible to do. Looking into the script functions that write:
Put_var puts info into variables.
Write_process writes to file.
Save_process saves it for other tasks to use.
As per the design , we can only retrieve the content of a documentation page from an object using PREP_PROCESS_DOCU.
Its not possible to use PUT_PROCESS_LINE for writing to DOCU, because this is just a memory or temp table process.