2015 Mar 08 12:34 PM
To ensure that documentation is not missed for a data element we set the documentation status as Object requires documentation.
Goto -> Documentation -> Status -> Choose 'Object requires Documentation'
The query is that, can we get the list of Data Elements where the Documentation status is set to 'Object requires Documentation' ?
2015 Mar 08 12:53 PM
Hi Vijay,
I hope you can use DOKHL Table, If documentation maintained, the record will exist in the table DOKHL, else you won't find the record.
Get all the custom dataelements from DD04L Table, and pass the same into DOKHL Table.
The entries which are not shown in DOKHL table, for those data element, we need to maintain the documentation.
Regards
Rajkumar Narasimman
2015 Mar 08 12:53 PM
Hi Vijay,
I hope you can use DOKHL Table, If documentation maintained, the record will exist in the table DOKHL, else you won't find the record.
Get all the custom dataelements from DD04L Table, and pass the same into DOKHL Table.
The entries which are not shown in DOKHL table, for those data element, we need to maintain the documentation.
Regards
Rajkumar Narasimman
2015 Mar 10 8:23 AM
Is there a way distinguish the Data Elements which are UI relevant.
2015 Mar 10 11:07 AM
Hi Vijay,
Can you please explain the requirement in detail.
Regards
Rajkumar Narasimman