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

BAPI or Function for Post Goods Issue

Former Member
0 Likes
14,086

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
Read only

Former Member
6,506

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
Read only

Former Member
0 Likes
6,506

Hi,

The BAPI for PGi is BAPI_GOODSMVT_CREATE.

Kindly check the documentation for the same.

Regards,

Ankur Parab

Read only

0 Likes
6,506

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).

Read only

Former Member
6,507

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,

Read only

Former Member
0 Likes
6,506

Function Module : MB_CREATE_GOODS_MOVEMENT.

Read only

Former Member
0 Likes
6,506

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

Read only

Former Member
0 Likes
6,506

Hi,

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

Regards,

Jyothi CH.

Read only

Former Member
0 Likes
6,506

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