Application Development 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: 

Insert report....Directory entry dir

Former Member
0 Kudos
138

Hi All,

I am using the statement INSERT REPORT ..... with the extension DIRECTORY ENTRY dir. This extension specifies the program attributes for the created or overwritten program according to the content of dir. But here the condition is that the dir should have the structure of TRDIR. According to my requirement I need the report title also...which will be available in TRDIRT. Then how can I retrieve the report tilte from the INSERT REPORT statement. Is thr any other way to do this? Please respond as soon as possible.

Thanks in advance,

Swapna.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
92

Hi NagaSwapna,

You can find the report titile in the table TRDIRT with the filed name TEXT

give the program name in field NAME.

Thanks

1 REPLY 1

Former Member
0 Kudos
93

Hi NagaSwapna,

You can find the report titile in the table TRDIRT with the filed name TEXT

give the program name in field NAME.

Thanks