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: 

BAPI or Function for Post Goods Issue

Former Member
0 Kudos

Hi Friends,

I need to do Post goods Issue in my workflow. Is there any BAPI or Function for Post Goods Issue?

If so can u plz give me the mandatory fiels that i need to pass to the structures and Tables?

Or is there any option to change the Posing date(MKPF-BUDAT) and Actual Goods Issue date (LIKP-WADAT_IST)?

1 ACCEPTED SOLUTION

Former Member

Hi,

Using BAPI 'BAPI_GOODSMVT_CREATE' u can post PGI.

mandatory parameters are goodsmvt header, item and code. based on goodsmvt_code it will upadte transaction.

Regards,

Ramesh,

7 REPLIES 7

former_member555112
Active Contributor
0 Kudos

Hi,

The BAPI for PGi is BAPI_GOODSMVT_CREATE.

Kindly check the documentation for the same.

Regards,

Ankur Parab

0 Kudos

Hi Friends,

Can any one tel me the mandatory fields that need to be passed to the Export structure (GOODSMVT_HEADER and GOODSMVT_CODE) and Tables (GOODSMVT_ITEM) for BAPI (BAPI_GOODSMVT_CREATE).

Former Member

Hi,

Using BAPI 'BAPI_GOODSMVT_CREATE' u can post PGI.

mandatory parameters are goodsmvt header, item and code. based on goodsmvt_code it will upadte transaction.

Regards,

Ramesh,

Former Member
0 Kudos

Function Module : MB_CREATE_GOODS_MOVEMENT.

Former Member
0 Kudos

Hi ,

these are the minumum detials required ,materail dosument number , year.i think all these values you need to pass.

Please let me know if you have any issues on this.

Thanks

Former Member
0 Kudos

Hi,

use this BAPI 'BAPI_GOODSMVT_CREATE' and you have to pass Material Document Number and Material Document Year parameters.

Regards,

Jyothi CH.

former_member231368
Participant
0 Kudos

Hi,

I have faced the same problem and I used BAPI_OUTB_DELIVERY_CHANEG . I hope this will help you out. Else use the BAPI goods movement but u have to pass the code and movement types.

thaks

setty