Application Development and Automation 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: 
Read only

Outbound Idoc for MB21

Former Member
0 Likes
1,266

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
812

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.

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

4 REPLIES 4
Read only

Former Member
0 Likes
812

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.

Read only

Former Member
0 Likes
812

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

Read only

0 Likes
812

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

Read only

Former Member
0 Likes
813

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.