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

EDI posting returns GR

Former Member
0 Likes
568

Hi,

I need to post a GR against returns delivery through an inbound idoc...is there any standard function modules which can handle this.I will receive the return sales order number...I have previously used MBGMCR/MBGMCR02 with process code BAPI for posting GR.But Iam not able to do a GR for returns order through it...

Can any one help...

Thanks,

Larry

Hi Larry,

Use message type MBGMCA to post the GR.

You can use the BAPI inbound function code to meet the requirement.BAPI refers the function module IDOC_INPUT_MBGMCA to post the GR.This IDOC inbound function module which in turn calls the MB_CANCEL_GOODS_MOVEMENT to do the GR.

1 REPLY 1
Read only

Former Member
0 Likes
455

Hi Larry,

Use message type MBGMCA to post the GR.

You can use the BAPI inbound function code to meet the requirement.BAPI refers the function module IDOC_INPUT_MBGMCA to post the GR.This IDOC inbound function module which in turn calls the MB_CANCEL_GOODS_MOVEMENT to do the GR.