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

regarding reports

Former Member
0 Likes
496

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
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
424

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

Regards,

Rich Heilman

Read only

Former Member
0 Likes
424

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

Read only

christian_wohlfahrt
Active Contributor
0 Likes
424

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