cancel
Showing results for 
Search instead for 
Did you mean: 

Idocs in batch mode

Former Member
0 Kudos

Hi,

Can Idocs be inbounded/ outbounded to sap in batch mode?

If yes, how can we achieve that.

Thanks,

--

Kevin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Get a program created to post the idocs inbound or outbound. Let the program run in background as a job for every specified period. This will collect the idocs created in that specified period and post them.

Have a Z table and let the Z table get updated with the last run date and time of this job.

When the job runs for the next time make the program run such that it runs for the differential time from the last run time to the present run.

Hope this helps you.