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: 

Reg: Status 30 in We02

Former Member
0 Kudos

Hi All,

I have written an ABAP program in se38 for the updation of data in my Ztable. In my program immediately after INSERT statement I have written code for the population of the Idoc and COMMIT WORK statement after the MASTER_IDOC_DISTRIBUTE function module.

After the execution of the program the status is going to 30 and when I run the program RSEOUT00 the status is changing to 03. I have selected the radiobutton process immediately also in the Outbound parameters.

Can anybody help me in this regard.

Thanks,

Khan.

7 REPLIES 7

Former Member
0 Kudos

Hi Ahmed ,

Please check your IDOC in TCODE SM58. if there is a problem T-RFC , It may ended with error in SM58 . try to fix the same.

if there is no error , execute it from SM58.

Please refer the below link as well. Clearly mentioned How to trouble shoot and correct the same.

[http://wiki.sdn.sap.com/wiki/display/ABAP/IDoc+Statuses]

Edited by: Prasath Arivazhagan on May 31, 2010 12:44 PM

0 Kudos

Hi Prasath Arivazhagan,

Thanks for the reply. I have checked in SM58 and there is no error there. So can you tel me the other way to rectify this.

0 Kudos

Hi Ahmed ,

Please refer the below thread. It would help you to sort out the issue.

[;

Former Member
0 Kudos

Try Using RELEASE ALL after commit work.

--

Reddy

0 Kudos

Hi Reddy,

There is no keyword called RELEASE ALL. Can you check and let me know what you wanted to suggest me to solve this problem.

0 Kudos

call function ''DEQUEUE_ALL' after coomit work.

--

Reddy

0 Kudos

Thanks for the replies