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

Using message type MBGMCR.

Former Member
0 Likes
4,457

Hi All,

I am trying to use message type MBGMCR as an outbound message. We have setup a new output type so that we can trigger an IDOC form MB01 using transmissionmedium 'A' for ALE processing. I am not sure what program and processing routine to use in the ouput type. I have tried program RSNASTED form routine ALE_PROCESSING, but this does not work.

Does anybody setup this message to trigger from MB01? Any help would be appreciated.

Regards,

James.

1 ACCEPTED SOLUTION
Read only

former_member181966
Active Contributor
0 Likes
2,443

Checkout thread :

AND

http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm

http://www.sap-img.com/abap/abap-faq.htm

FYI...

MBGMCR is an Idoc generated from BAPI_GOODSMVT_CREATE

Hope this`ll help ..!!

Thanks

Saquib

4 REPLIES 4
Read only

former_member181966
Active Contributor
0 Likes
2,444

Checkout thread :

AND

http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm

http://www.sap-img.com/abap/abap-faq.htm

FYI...

MBGMCR is an Idoc generated from BAPI_GOODSMVT_CREATE

Hope this`ll help ..!!

Thanks

Saquib

Read only

Former Member
0 Likes
2,443

Hi Saquib,

An interface for business object BUS2017 method CREATEFROMDATA already exists. The outbount function module for the interface is ALE_GOODSMVT_CREATE. What I can't understand is how to link this function to an output type, so the I can generate an IDOC from an output message in MB01. There must be a program I can put in the setup of the message type. The alternative would be to use a standard function and right my own program to call the function ALE_GOODSMVT_CREATE to generate the IDOC, but I want to avoid. SAP must supply a standard, but I can't find any information on this.

Any Ideas?

Regards,

James.

Read only

0 Likes
2,443

Hi James.

Did you find any solution because i am stuck in the same problem.

Edited by: Saurabhakumbhare on Dec 23, 2009 1:20 PM

Read only

hannes_mack
Explorer
0 Likes
2,443

Hello,

I have the error "No recipient found for message type MBGMCR in the ALE model"

(Message no. B1129) but in transaction BD64 I have configured everything:

Objektname GoodsMovement
Methodenname CreateFromData
Objekttyp BUS2017
Methode CREATEFROMDATA
Kurzbeschreibung Warenbewegung buchen

So I do not understand, why this error message appears. What is the solution?