cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC and RFC sent by SAP PI , how to access in ECC.

former_member184948
Active Participant
0 Kudos

Hi Everybody,

I have been working in SAP PI but have never handled the ECC part of the implementation.

Till now I have only dropped idoc or RFC to the ECC system and let the further processing to the target team.

But in new project the further processing part also we have to handle.

So could you please tell me, for any idoc (say ORDERS) once PI drops it at ECC , where to access it ? which table? for further processing of that data in ECC? Same for RFC?

Accepted Solutions (1)

Accepted Solutions (1)

former_member249399
Active Participant
0 Kudos

Check Inboud IDOC type ORDERS in WE02 transaction in ECC.

For RFC we should know Tables which are updating.

You can check data in table using date and time.

former_member184948
Active Participant
0 Kudos

Ranj thanks

Please correct me , we02 and we05 are just for viewing the incoming and outgoing idocs in ECC.

But the idocs which have been received by ECC, if i want to use it now then what do i do?

Is it something related with the application code that we give in partner profile for incoming idoc?

Former Member
0 Kudos

Hi Dilip,

For inbound idoc case you need to provide the Process Code in partner profile configuration.  Once idoc reaches to ECC Process code will execute and runs the Functional Module.  I hope for Standard Idocs there are standard process codes define.

Thanks,

Satish.

Answers (1)

Answers (1)

former_member186472
Participant
0 Kudos

Dilip, as soon as the system ECC receives IDOC file, IDOCs are created. For further processing

1. ALE attributes (BD51) must be defined. 

2. Then Partner profile (WE20) must be active for the partner(vendor/customer) and message       

    (ORDERS/DESADV) combination which exists in IDOC control record.

3. If you want to manually process IDOC in test or dev system you can use test tool (WE19).

4. To monitor created IDOCs you can use WE02/WE05.

5. You can use tables EDIDC, EDID4, EDIDS to view IDOC info.

6. Also you can go to corresponding tcode to see the posted document. 

Thanks,

Siva