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

Dynamic report Generation INSERT REPORT/INSERT TEXTPOOL

Former Member
0 Likes
415

hi,

I have problem while creating dynamic report I have a text file Containing all the lines of a Program If i download the text then the Pgm should be dynamically creted with text elements. i cant Copy text element alone in the text file So i used two lines of statements,

1.one to insert lines of Program

INSERT REPORT repname FROM code.

2. To insert Text elements of that Particular Pgm

INSERT TEXTPOOL repname FROM text2 LANGUAGE langu2.

I want to know how to combine this both..

or is there any other method to dynamically insert the report with textelements.

Plz give me suggestions

Hema

1 REPLY 1
Read only

Former Member
0 Likes
301

It is soleved by declaring the text in file format