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: 

How to Create the Varient program and call the RSEOUT00 program

Former Member
0 Kudos

Hi friends,

I am getting the IDOC Status as 30.

How can I create a Varient Program for all the IDOC numbers which are of status 30 and call the Standard Program RESOUT00 to change the IDOC Status to 53.

Can any one provide me the code to Create the Varient program.

Thanks in Advance,

Ganesh

1 REPLY 1

Former Member
0 Kudos

Hi Ganesh,

First of all, Status 30 is a outbound status and status 53 is a inbound status.

When processed by RSEOUT00 the Idocs move from status 30 IDoc ready for dispatch (ALE service) to 03 Data passed to port OK.

If you want to create a job to process all the idocs in status 30 in the system.just create a variant as follows

IDoc number - Blank

Basic type - Blank

Queue Name - Blank

Send completely? - Y

Receiver Port - Blank or the specific recivers port

Partner Type of Receiver - Blank

Partner function of recipient - Blank

Partner Number of Receiver - Blank or the specific receivers port

Logical message - Messagetype of the idocs

Last changed on - Default

Time of last change - Dynamic varient (Type D - Dynamic date calculation)

Output mode - Can be blank

Maximum number of IDocs - Default

Hope it helps...

Regards,

Sathish Raj