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

Triggering workflow when batch input session ended incorrectly

Former Member
0 Likes
561

Hi colleagues,

I wonder about possibility to customize system SAP so that if some batch input session ended

incorrecly it will trigger some Business Workflow to inform an accounting clerk to correct it.

The request from business is just to inform him (different clerks are responsible for different batch input maps

- each one is responsible for different map name).

Please has someone of you implemented this? Is there some standard event to be used for this?

If there is not such event to which I could link such workflow I think I would have to make a program

for reading incorrect sessions as regular job and which would then trigger my event or would directly

send an simple SBWP e-mail to the user

Maybe someone already found an function mdoule which is able to read all sessions from SM35 and filter

them using result status... Please give me a clue.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
442

Hi

You can get all the batch input sessions and their respective status from table APQI.

~~~ Ganesh Kumar K.

1 REPLY 1
Read only

Former Member
443

Hi

You can get all the batch input sessions and their respective status from table APQI.

~~~ Ganesh Kumar K.