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

Any possibility to Run the module pool programming in background.

former_member196331
Active Contributor
0 Likes
839

Hi,

I think not possible, But What are the alternates please update me.
Sm20 this is Audit log, I need to Get the output list. In my Z report and
Again i need to Do some logic, As per the client requirement.
Need Valuable suggestions.

Hi,

I think not possible, But What are the alternates please update me.
Sm20 this is Audit log, I need to Get the output list. In my Z report and
Again i need to Do some logic, As per the client requirement.
Need Valuable suggestions.

2 REPLIES 2
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
680

All ABAP background processing is based on SUBMIT VIA JOB.

You have to provide a submitable program to do any background processing. From there you can try to call a dialog program but must prevent any kind of user interaction.

Read only

0 Likes
680

Ok Sir i will check it.