cancel
Showing results for 
Search instead for 
Did you mean: 

Auto-populate Actual GI Date in Delivery

Former Member
0 Kudos

Hi,

Currently when a delivery is generated (VL01N), "Actual GI Date" is blank. We have to manually specify

it. Is there a way (either maintain in IMG or User-Exit) to automatically populate it with today's date?

Any suggestion or info will be greatly appreciated.

Thanks,

Michelle

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi there,

Why do you have to manually specify the actual GI date? Whenever the PGi is done by the users the system will automatically update the Actual GI date (date on which the PGI is actually done).

If you want the user to decide when he is going to do the actual PGI, then you can use the USEREXIT_MOVE_FILED_TO_LIKP in MV45AFZ1.

Regards,

Sivanand

Lakshmipathi
Active Contributor
0 Kudos

Dear Michelle

In normal circumstances, if you do PGI without entering any date in the field "Actual GI Date", by default, system will consider the date on which you are doing PGI.

However, if you want to restrict the end users who predate or post date, you can control the same. The BADI definition name is LE_SHP_DELIVERY_PROC method name is CHANGE_DELIVERY_HEADER

thanks

G. Lakshmipathi

Former Member
0 Kudos

I dont think there will be a need to populate the actual GI date with today's date. Whenever PGI is done the actual GI date will be automatically filled by today's date i.e. system date.

If you are having a scenario where delivery is created on one day, say 1st Sep and PGI is done on some other day, say 3rd Sep and if you want the actual GI date as 1st Sep then only you need to use an exit. Use USEREXIT_MOVE_FIELD_TO_LIKP in program MV50AFZ1.

Regards,

GSL.