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

report to trigger when modify in DD

Former Member
0 Likes
286

Hi,

I was trying to write a report program...this program must be triggered when ever a <b>new entry of record or update of old record</b> is there in a DD table and must read the new entry.How do I do this?

Any one please help me.

Message was edited by:

ramana peddu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
266

Hi Ramana,

You have to generate a table maintenance generator for that table.

Then you shoudl go into se54 transaction to find the different events that get triggered, then you modify the generated program as per your requirement(Call your report using submit program).

REgards,

Ravi

1 REPLY 1
Read only

Former Member
0 Likes
267

Hi Ramana,

You have to generate a table maintenance generator for that table.

Then you shoudl go into se54 transaction to find the different events that get triggered, then you modify the generated program as per your requirement(Call your report using submit program).

REgards,

Ravi