2007 Apr 17 5:12 PM
Hi,
I suppose to configure the scenario like when we enter the data in MB21 and save it, all the information suppose to go to Non sap system. Since i am totally new to this, can any one suggest me what is the Inbound / outbound idoc function modules i can use to send / receive the data. What is the order type.
Thanks in advance
Jaya
2007 Apr 17 8:19 PM
Hi Jaya,
Message type MRESCR and IDoc type MRESCR01 are available in my system 4.7. Please check with transaction WE81 (Message Types) and WE31(IDoc Types).
Also please check this FM.
ALE_RESERVATION_CREATE (Outbound)
IDOC_INPUT_MRESCR (Inbound)
Regards,
Ferry Lianto
Please reward points if helpful.
2007 Apr 17 6:47 PM
Hi Jaya,
Science it is transactional Data you can you message controal(Controal record) to trigger an outbound idoc each time, for outbound or inbound function please look at in WE43.
Thanks,
Saleem.
2007 Apr 17 6:58 PM
Hi,
You can use message type MRESCR with IDoc type MRESCR01 for reservation.
For inbound, please use process code BAPI which will call FM BAPI_IDOC_INPUT1.
Regards,
Ferry Lianto
2007 Apr 17 8:05 PM
Thanks for your reply, but unfortunately i could not able to findout either Message type and idoc function module in 4.7. Can you please give me the outbound function module which is related to this.
Thanks
Jaya
2007 Apr 17 8:19 PM
Hi Jaya,
Message type MRESCR and IDoc type MRESCR01 are available in my system 4.7. Please check with transaction WE81 (Message Types) and WE31(IDoc Types).
Also please check this FM.
ALE_RESERVATION_CREATE (Outbound)
IDOC_INPUT_MRESCR (Inbound)
Regards,
Ferry Lianto
Please reward points if helpful.