2014 Dec 01 9:46 AM
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
2014 Dec 01 1:50 PM
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
2014 Dec 01 9:50 AM
2014 Dec 01 9:53 AM
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.
2014 Dec 01 10:04 AM
Hi,
BAPI_GOODSMVT_CREATE doesnot exist in my sap version. I am into lower version of sap. Is there any other FM/BAPI.
2014 Dec 01 10:30 AM
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.
2014 Dec 01 11:32 AM
Hi,
The above FM does not exist in 4.0 version of sap. Is there any other FM?
2014 Dec 01 1:41 PM
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
2014 Dec 01 1:47 PM
2014 Dec 01 1:50 PM
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