Hello Experts,
ECC_SENDER_SYS is sending out the Reservation (RKPF and RESB, tx. MB21) IDOC to another ECC_RECEIVER_SYS, but data is getting modified! Say for example the Sender sys put the material number as MATNR_1 on its OB IDOC, well, then we placed external break-points in FMs of IDOC_START_INBOUND, IDOC_INPUT; BADI IDOC_DATA_WRAPPER implementation class and saw that the material # as MATNR_2 in Inbound IDOC in receiver sys, some where its over writing MATNR data, but don’t know where its getting over writing, we want to know the location / piece of code
Pls. let us know the BADI / ENH / User-Exit that comes first when the Inbound IDOC comes into Receiver sys. From Call Stack we saw above FMs and BADI
Same way, pls. let us know the very last BADI / ENH / User-Exit that hits before the outbound IDOC sent out by sender sys?
Thank you