I am trying to create a list of all customized reports from 'Report and Layout Manager' with table RDOC.
However, I am not sure how to get the field "Menu Location" since it does not seem to be stored in this table. How can I get that field?
Thanks,
Ajay Audich
Hi Ajay...
It is not stored in the table . so it is not possible to get those information
Rgds
Keny
There is no field in RDOC table to store menu location for customized report.
Hi,
What you mean by menu location? Are you looking for document name for selected report?
Thanks & Regards,
Nagarajan
Hi Ajay ,,
You want to create List of all customize reports , Then
Try this Select * from RDOC where Author ='manager'
I think It will solve your issue.
Regards/Thanks
Amol
Please check reply time and assign correct answer.
Add a comment