cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC stops with status 30

Former Member
0 Kudos

We have migrated from SAP 4.7 to ECC6 , the Xi is on version 2.0 .

After migration some of our IDOC created from ABAP Proxy are not getting processed automatically. It stops with status 30 and we need to reporcess this . After reporocess the messages are getting processed

Can anyone help in finding out how to find this error

Edited by: Sanjeev Koganti on Aug 7, 2008 9:27 AM

Edited by: Sanjeev Koganti on Aug 7, 2008 9:39 AM

Edited by: Sanjeev Koganti on Aug 7, 2008 9:43 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The status 30 of IDOC, status text u201EIDOC is ready for dispatching (ALE service)". Internally, the constant ALE_READY_FOR_DISPATCHING represents this status.

Processing Selected Intermediate Documents -->

Use program RSEOUT00 to start processing all selected intermediate documents.

You need to check your ALE settings for that error. test the proxy mannualy using payload.

Then you will come to know wheather your proxy works fine or not.

Go to SPROXY --> Select Your SERVICE INTERFACE --> clikc on TEST button or Press F8 --> provide your payload and check the result.

Regards,

Gunti

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

Check the WE20 if the IDoc output mode is Transfer IDoc immediately. If not change it and give a try.

Thanks

SaNv...