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: 

ALE Pick Request

Former Member
0 Kudos
245

Hi,

I am sending Pick request through ALE using essage type PICKSD and IDOC SDPIOD01. The Status is 30 Ready to dispatch. Can any one please tell me why itsn't status 03?? What all the possible reason for this.

Thanks,

Santosh

1 ACCEPTED SOLUTION

Former Member
0 Kudos
97

Hi Santosh,

Most likely you have set the output mode with the partner (transaction WE20) to Collect IDoc's.

If so, you need to run the program RSEOUT00 to fire the outbound sending of status 30 IDoc's.

You could also set the IDoc processing to 'Transfer IDoc immed.' Via transaction WE20, choose your partner, select the correct outbound message type and double click this.

On the tab Output mode you will see how sending occurs.

Regards,

Rob.

5 REPLIES 5

Former Member
0 Kudos
97

Hi Santosh,

When you get status 30 it normally means that your partner is configured to collect Idocs rather than process imediately.

If you want to force through the Idoc, the run transaction BD87 and hit the process button.

If you want to send idocs automatically in future go to your partner profile (transaction WE20). Select the message type PICKSD in the outbound parameters and change the radio button from Collect Idocs to Transfer Idoc Immed.

Hope that helps.

Brad

Former Member
0 Kudos
98

Hi Santosh,

Most likely you have set the output mode with the partner (transaction WE20) to Collect IDoc's.

If so, you need to run the program RSEOUT00 to fire the outbound sending of status 30 IDoc's.

You could also set the IDoc processing to 'Transfer IDoc immed.' Via transaction WE20, choose your partner, select the correct outbound message type and double click this.

On the tab Output mode you will see how sending occurs.

Regards,

Rob.

Former Member
0 Kudos
97

Hi Brad,

Thank you very much, solved my problem.

Cheers,

Santosh

0 Kudos
97

Hi Santosh,

No problem but you gave my points to ROB!!!!!!!!!

Ouch, that hurts.

Anyway, glad you got it going.

Brad

Former Member
0 Kudos
97

Hi Santosh,

I have an PS:

After IDoc's have been sended they will have status 03. This does NOT mean that they are really send, but taht they are most likely have been send.

To check this you MUST rus report RBDMOIND. This will set the final status to 12 (or will report the sending failures).

Regards,

Rob.