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

Custom Data elements and custom domains

Former Member
0 Likes
2,142

1) How Can I display all custom data elements and custom domains of a custom table using report programming ?

2) In a report if there are 3 Includes How can I display include names and data types used in that report.

1) How Can I display all custom data elements and custom domains of a custom table using report programming ?

2) In a report if there are 3 Includes How can I display include names and data types used in that report.

6 REPLIES 6
Read only

ziolkowskib
Active Contributor
1,747

Hi sreelekha1997,
1. Go to table DD03L. In field TABNAME specify the table name you are interested in and search for all Z* elements in fields ROLLNAME or DOMNAME.

2. According to this thread you can use function module GET_INCLUDES

https://answers.sap.com/questions/10542204/list-all-the-includes--function-modules-used-in-a-.html
Regards,
Bartosz

Read only

0 Likes
1,747

Thank you.

Read only

0 Likes
1,747

Thank you for providing the valuable information.

Can you please tell me How can I display all the data types used in a report

Read only

0 Likes
1,747

Hi sreelekha1997,

Please check the logic behind report RSDEPEND described in the following blog.

Use report RSDEPEND to analyze ABAP load dependencies
Regards,
Bartosz

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,747

Don't ask the question twice please. Moderator alerted.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,747

It's difficult to answer your question precisely (I can't do better than saying use READ REPORT to parse the ABAP code, use WRITE to display data; maybe you can try, and then ask a more detailed question if needed).