Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data Element Documentation Status

vijay_e
Associate
Associate
0 Likes
1,576

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' ?

1 ACCEPTED SOLUTION
Read only

rajkumarnarasimman
Active Contributor
0 Likes
1,221

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

3 REPLIES 3
Read only

rajkumarnarasimman
Active Contributor
0 Likes
1,222

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

Read only

0 Likes
1,221

Is there a way distinguish the Data Elements which are UI relevant.

Read only

0 Likes
1,221

Hi Vijay,

Can you please explain the requirement in detail.

Regards

Rajkumar Narasimman