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

processing idoc in background

Former Member
0 Likes
807

hi,

i want to process idoc in background means i don't want to use BD20 to process idoc having 51 status.at this time i first use t-code BD20 to process idoc and then i get the data . now i want that whenever idoc comes in folder they automatically processed in background without needing someone.

thanx/regards,

vaneet thakur

4 REPLIES 4
Read only

Former Member
0 Likes
692

Hi,

check this link.

Link:[http://help.sap.com/saphelp_sm32/helpdata/en/5f/45f93b4139b478e10000000a11402f/content.htm]

hope it'll give some idea.

Regards,

Sneha.

Read only

Former Member
0 Likes
692

call report "RSEOUT00"

submit RSEOUT00.

it will automatically process all the outbound IDocs.

Regards,

Sumit Nene.

Read only

Former Member
0 Likes
692

BD87 Good Luck

Read only

Former Member
0 Likes
692

Schedule BD20 in background after each 15 mins or so.