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

outbound idocs

Former Member
0 Likes
739

hello all

few months ago I made background job

which use similar transaction to BD87 (rbdmon00)

but someone deleted it

and right now I need to recreate it

... I don't remember code of this transaction...

I need to reread once more all iDocs with status 02

just to sent them.

I can use to do that transaction BD87 \but only manually

to do that in background job I need to use this transaction code which I forgot...

When I've done it our previous abaper give me this transaction code... and I didn't write it down 😕

please - anyone have any idea ... ?

Thx

hello all

few months ago I made background job

which use similar transaction to BD87 (rbdmon00)

but someone deleted it

and right now I need to recreate it

... I don't remember code of this transaction...

I need to reread once more all iDocs with status 02

just to sent them.

I can use to do that transaction BD87 \but only manually

to do that in background job I need to use this transaction code which I forgot...

When I've done it our previous abaper give me this transaction code... and I didn't write it down 😕

please - anyone have any idea ... ?

Thx

4 REPLIES 4
Read only

Former Member
0 Likes
702

Was it WE05 or WE02

there u get list of IDOCs based on various selection parameters/

Read only

Former Member
0 Likes
702

Hi ,

You can use transaction WE02/WE05/WE09 for the same . Just give the input parameters : like status - 02 , the date when you created the Idocs,direction etc. You can retrieve the same .

Regards,

Deepthi

Read only

0 Likes
702

ok

I found it on my own

RBDAGAIN - program

bb

Read only

Former Member
0 Likes
702

on my own