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/func.module to do goods receipt

Bharath84
Participant
0 Likes
1,199

Hi All,

I am displaying  vbeln posnr matnr werks lgort charg lfimg vrkme vgbel vgpos from table LIKP and LIPS where the Delivery Qty(LFIMG) is editable in alv. The user selects particular records, change the delivery quantity and click on Icon on application tool bar. The selected records will then be updated with the material document number or an error message.For example you will not be able to receive into blocked stock. Storage location would be pulled from the PO item referenced by the shipment notification. Is there any bapi or function module to do the goods receipt. Please help me.

Thanks,

Haritha

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,166

When looking for BAPI, BAdI or Exit, always specify what version you are running on...


For an old version like 4.0, there were not much BAPI (...) you could try to look at FM MB_POST_GOODS_MOVEMENT or MB_CREATE_GOODS_MOVEMENT, but I won't be able to help more,I cannot access this version a long time.


Regards,

Raymond



8 REPLIES 8
Read only

Former Member
0 Likes
1,166

Hi Haritha ;

Pls control below the link ;

Regards,

Özgün

Read only

shadab_maldar
Active Participant
0 Likes
1,166

Hi Harshitha,

Check with BAPI BAPI_GOODSMVT_CREATE.

And also if you want any BAPI just goto t-code BAPI ->Alphabetical, here you will find all the BAPI's with description.

Read only

0 Likes
1,166

Hi,

BAPI_GOODSMVT_CREATE doesnot exist in my sap version. I am into lower version of sap. Is there any other FM/BAPI.

Read only

Former Member
0 Likes
1,166

Hi,

All the data/value is present in table, so what best you can use is,

Use the BAPI-> BAPI_GOODSMVT_GETDETAIL

use this inside the Loop statement.

Read only

0 Likes
1,166

Hi,

The above FM does not exist in 4.0 version of sap. Is there any other FM?

Read only

0 Likes
1,166

Hi Haritha,

Use transaction BAPI which BAPI explorer. You will find appropriate BAPI of your need under material management section.

Hope this will help.

Regards,

Sid

Read only

0 Likes
1,166

Hi Haritha,

Try using MB_POST_GOODS_MOVEMENT.

Thanks,

Archana

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,167

When looking for BAPI, BAdI or Exit, always specify what version you are running on...


For an old version like 4.0, there were not much BAPI (...) you could try to look at FM MB_POST_GOODS_MOVEMENT or MB_CREATE_GOODS_MOVEMENT, but I won't be able to help more,I cannot access this version a long time.


Regards,

Raymond