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

Insertion of comment lines dynamically

Former Member
0 Likes
613

Hi,

Using this FM EDITOR_PG_COMPONENT, the given report program gets open in edit mode.

My reuirement is while it get opened, it should have some Commented lines (Given thru code) in the given report program.

How do i insert the commented lines to it.

Plz guide me.

Hi,

Using this FM EDITOR_PG_COMPONENT, the given report program gets open in edit mode.

My reuirement is while it get opened, it should have some Commented lines (Given thru code) in the given report program.

How do i insert the commented lines to it.

Plz guide me.

3 REPLIES 3
Read only

ThomasZloch
Active Contributor
0 Likes
564

You will probably have to use READ REPORT and INSERT REPORT statements for this, with some modifying of the program code in itab inbetween.

Thomas

Read only

0 Likes
564

Thank You for ur reply.

I have read the report using READ REPORT.

Could you please give a sample program using READ and INSERT REPORT.

Which would be useful for my clarifications.

Read only

0 Likes
564

Hi,

Thank You for ur reply.

I Have completed my code.

Points has rewarded.