Hi,
We have the following current (as-is) scenario for an Idoc interface.
For transffering downpayment requests from SAP 4.7 to SAP ECC 6.0 interface we have idocs from SAP 4.7 (outbound) of message type FIDCC2 with a Z program used to tranfer idocs to ECC 6.0. In ECC6.0 (Inbound) we have developed a custom message type ZDOWNPAY and a custom function module to process the idoc data.
Now the requirement (to-be) scenario is:
From SAP 4.7 we want to transfer the downpayment reversal to ECC 6.0. For this we can use the existing program in SAP 4.7 by modifying it to send outbound idocs to ECC 6.0.
However the question is that these outbound idocs from SAP4.7 are now ZDOWNPAY (message type) idocs in ECC 6.0. (inbound). Hwoever we want to build a new custom message type and custome function module in SAP ECC 6.0. How do we map these FIDCC2 idocs to the new message type so that they are processed by a new custom function module?
Thanks in advance.
MIck