cancel
Showing results for 
Search instead for 
Did you mean: 

Need Fm/BAPI to change Actual GR date(WADAT_IST_LA) in inbound delivery

sanjeev_das4
Explorer
0 Kudos

Hi ,

Need a function module/BAPi to change the Actual Goods Receipt date for inbound delivery . Any suggestion would be appreciated . Have tried with WS_DELIVERY_UPDATE and BAPI_INB_DELIVERY_CHANGE . Am I missing something here ?

Regds,

Sanjeev

Accepted Solutions (0)

Answers (3)

Answers (3)

sarthak_mohantysd
Active Contributor
0 Kudos

Hello Sanjeev,

Need a function module/BAPi to change the Actual Goods Receipt 
date for inbound delivery . Any suggestion would be appreciated . 
Have tried with WS_DELIVERY_UPDATE and BAPI_INB_DELIVERY_CHANGE . 
Am I missing something here ?

I am not a ABAP expert but may be upon calling BAPI_TRANSACTION_COMMIT, try using UPDATE command to insert the Actual GR date. Please explore around this pointer and post an update on this thread.

Regards,

Sarthak

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

I understand that you can change the value for this field from inbound delivery while your are doing the PGI. I am not right about your requirements, sorry. I suggest to see Note 415716 - User exits in delivery processing to evaluate possibilities.

Regards

Eduardo

Lakshmipathi
Active Contributor
0 Kudos

WS_DELIVERY_UPDATE should work but not sure what coding is written. May be you can try with BAPI_GOODSMVT_CREATE else, post it in ABAP forum

G. Lakshmipathi