cancel
Showing results for 
Search instead for 
Did you mean: 

How to send delivery status by idoc format from EWM system?

xinjiang_li
Active Participant
0 Kudos

Hi gurus,

You know we can send GR(posted) from EWM to R3 system, while in our scenario, we also need to send inbound delivery status( including posting, posted) from EWM to Non-SAP system via PI.

Can we implement that by idoc? Do we have to use PPF? How to develop in PPF to send message to PI?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You could use IDOCs for GR postings, there are few predefined message types for these.

PPF could be more convinient if it was a SAP system, there are ways you can acheive them.

All the settings for PPF can be acheived using the transaction SPPFCADM.

Do let us know if you face any problems.

Regards,

Kishore

xinjiang_li
Active Participant
0 Kudos

Hi kishore,

Thanks for your reply.

I tried to find how SPPFCADM send idoc in ther relevant method, but you know it's just some object oriented code which is not easy to understand and I couldn't find where send idoc and where can be enhanced.

I found that /SCWM/ERP_MAPOUT is the implementation name for the method of inbound delivery to ERP system, also there is an action "XI Message:lieferinfo:inbound delivery", can it be used to send idoc to PI/XI system?

Thanks.

Former Member
0 Kudos

Hi,

I think /SCWM/ERP_MAPOUT might be more suitable for your purpose.

Regards,

Kishore