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: 

regarding reports

Former Member
0 Kudos

I have a report, when I run this report, I want tigger another program to update the table of that report. Is it possible , if so please post the reply as early as possible..

Thank you

3 REPLIES 3

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

What table do you want to update, an internal table, or database table. What exactly is your requirement.

Regards,

Rich Heilman

Former Member
0 Kudos

Yes this is possible but why can't you update the table within the same report?

christian_wohlfahrt
Active Contributor
0 Kudos

I asume, you have a standard program and want to create follow-on document (or input data from follow-on document).

So search user-exit in first program (as late as possible, e.g. linked to save), insert some line of coding:

- Create change pointer to have a link to table keys (FM CHANGE_POINTERS_CREATE_DIRECT + customizing of change pointers, no change documents needed)

- Create event (FM BP_EVENT_RAISE, defined in SM62)

- Plan your second report as job, starting on event (and don't forget to tick 'periodically')

Hope, this is somehow linked to your problem.

Regards,

Christian