Application Development 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: 

Good recipt through transaction cowbhuwe

Former Member
0 Kudos

Hi,

I need to do good receipt same like what transaction 'cowbhuwe'do,I can't use BDC for interface

is anybody know any bapi which can do the same or any Function module which will direct do the good receipt

9 REPLIES 9

sridhar_k1
Active Contributor
0 Kudos

Did you try fm VHURM_HU_POST_WE_PROD_ORDER.

Reagrds

Sridhar

Former Member
0 Kudos

Hello,

Did you have any luck with finding a BAPI for this,

thanks

Jaysen

Former Member
0 Kudos

bapi_goodsmvt_create will do it for you.

Regards,

<b>rewards point for helpful answer</b>

Former Member
0 Kudos

Hi,

you can use this function module

BAPI_GOODSMVT_CREATE

and for cancelling:

BAPI_GOODSMVT_CANCEL

regards

rewards point for helpful answer

Former Member
0 Kudos

You may find below fms usefull.

BAPI_GOODSMVT_CREATE

BAPI_ACC_GOODS_MOVEMENT_CHECK

BAPI_ACC_GOODS_MOVEMENT_POST

Regards,

<b>rewards point for helpful answer</b>

Former Member
0 Kudos

hi,

BAPI_GOODSMVT_CANCEL you can use this to cancel.

You can search these function modules in SE37 BY giving

"BAPIGOODS" etc..words..

regards

<b>rewards point for helpful answer</b>

Former Member
0 Kudos

<b>Plz rewards good point if u feel that our answer is satisfying enough................</b>

0 Kudos

Looks line it's not enough.

Nevertheless, I used VHURM_HU_POST_WE_PROD_ORDER for the same problem. But sometimes it's returns no error with no goods movement posted. Have no idea why...

0 Kudos

Hi Alexsandr Kubarev ,

Do u want to post GR against production order u can use

call function 'BAPI_GOODSMVT_CREATE'.

Ram.