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: 

BACK GROUND PROCESSING

Former Member
0 Kudos

Hi Experts , Could you please any one tell me how to do the programming on

BACK GROUND PROCESSING . I would like to know what is back ground

processing ?. Give me some example by using se36 ? . I know some functional

modules on BACK GROUND PROCESSING .

JOB_OPEN

JOB_CLOSE

JOB_SUBMIT

Could you please answer my question . I will give you the maximum poiints .

Thank you.

1 ACCEPTED SOLUTION

former_member223537
Active Contributor
0 Kudos

Hi,

Please refer this thread : Entire program of background processing is given

/people/prashant.patil12/blog/2007/02/20/displaying-alv-grid-in-background-job

Best regards,

Prashant

3 REPLIES 3

former_member223537
Active Contributor
0 Kudos

Hi,

Please refer this thread : Entire program of background processing is given

/people/prashant.patil12/blog/2007/02/20/displaying-alv-grid-in-background-job

Best regards,

Prashant

0 Kudos

Thank you prasanth. very good answer. Excelleant

Former Member
0 Kudos

hai satyendra,

u go for background scheduling in the following cases:

1. normally, if u r trying to process any reports/fn.mods with huge amount of data

2. if u wanna report or some processes to run at some fixed time, u can also schedule them. ex...processing of orders.

the stmts u mentioned are for a different pupose. ie.. if 2 or more jobs are dependent on each other, then u will use those.

reward if helpful

kiran