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: 

Issue with CREMAS and ADRMAS

Former Member
0 Kudos
201

Hi Experts,

I am working on File to IDoc scenario using XI.File is splitting into CREMAS and ADRMAS.In mapping i am assigning Vendor number to ADRMAS idoc also.Idocs are recieving at SAP ECC system and posting succesfully.

But issue is both idocs are creating different ADDR number,so that data in both idocs not correlating each other.

I am processing first ADRMAS and then CREMAS.

If i am testing from WE19 it's working fine.Both idocs creating same Addr number.But the problem is with IDocs coming from XI.

Could u please suggest me to resolve this issue??

Regards,

bhuvan.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
72

Try defferent MSGFN codes in the idoc.

003 Delete: Message contains objects to be deleted

004 Change: Message contains changes

005 Replace: This message replaces previous messages

009 Original: First message for process

023 Wait/Adjust: Data should not be imported

018 Resend

--

Reddy

1 REPLY 1

Former Member
0 Kudos
73

Try defferent MSGFN codes in the idoc.

003 Delete: Message contains objects to be deleted

004 Change: Message contains changes

005 Replace: This message replaces previous messages

009 Original: First message for process

023 Wait/Adjust: Data should not be imported

018 Resend

--

Reddy