Resending Idocs Not Using Transaction WE19

PROBLEM:

When testing an interface in SAP PI I wanted to resend some idoc’s to PI. Resending a succesfully processed idoc in SAP PI is not possible from SXMB_MONI.

You can use transaction WE19 from your backend system to do this, but I was not authorized to use this transaction. So I had to look for an other way to do this instead of always disturbing other colleagues who had the authorization to use transaction WE19.

SOLUTION:

1. Use the transaction code SE38 in your SAP backend system and enter RC1_IDOC_SET_STATUS. Click on Display.

2. Click Direct Processing or press F8.

3. Enter the following fields in the Report for Converting IDoc Status:
A.     Enter the IDoc Number in the field or click the button to the right to enter multiple IDocs.
B.     Enter the current Status of the IDoc under Status. Looking up the status can be done using transaction code WE05.  
C.     Now enter NewStatus as 30 meaning the IDoc ready for dispatch
D.     Uncheck Test.
E.     Click Execute.

4. Use the transaction code /nSE38 to go back to SE38. Now enter RSEOUT00. Click Display.

5. Click Direct Processing or F8.

6. Enter fields for Process All Selected IDocs.
A.     Enter the IDoc Number in the field or click the button to the right to enter multiple IDocs.
B.     Optional: If you want to send the IDoc to a different port then originally specified, update the field Port of Receiver with that port information.
C.     Click Execute.

7. Check the result in SXMB_MONI.

Author: Vaast L.

blogger

blogger

Curious to know more about this topic?

Working at i8c

i8c is a system integrator that strives for an informal atmosphere between its employees, who have an average age of approx 30 years old. We invest a lot of effort in the professional development of each individual, through a direct connection between the consultants and the management (no multiple layers of middle management). We are based in Kontich, near Antwerp, but our customers are mainly located in the triangle Ghent-Antwerp-Brussels and belong to the top 500 companies in Belgium (Securex, Electrabel, UCB, etc…).

Quality Assurance

i8c is committed to delivering quality services and providing customer satisfaction. That’s why we invested in the introduction of a Quality Management System, which resulted in our ISO9001:2000 certification. This guarantees that we will meet your expectations, as a reliable, efficient and mature partner for your SOA & integration projects.

i8c - ISO9001-2015

Also worth reading

AWS AppFlow: Streamlining SaaS Integrations with AWS Services

In today’s digital world, organizations are constantly looking for ways to streamline their workflows and improve their data management processes. One of the key challenges that organizations face is integrating their various software as a service (SaaS) applications with their data management systems. This is

Read More »

Apigee Scope Validation using OpenAPI Specification

In API security and management, we often use a lot of different security mechanisms to protect the requested resource behind the API Gateway. One of these mechanisms is the validation of scopes to authorize a client on a specific sub-resource of the API. Most of

Read More »