cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery document change after PGI ?

Former Member
0 Kudos

Hi All,

Is any way can I change the value of the field of "Ext.delivery" in delivery document(Header-->Administration) after PGI and billing process. And the most important thing I have to mention: it was closed in previous period. Somebody can help on this issue would be appreciated.

Thanks.

mlai

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Customizing no, but can use user exit to control the attribute of fields.

Cheers,

Tony

Former Member
0 Kudos

Hi Tony,

Could you give me a example how to use user exit to control it?

Thank you.

mlai

Former Member
0 Kudos

Hi,

You can use the user exit MV45AFZ1 sub routine FORM USEREXIT_SAVE_DOCUMENT.

Here write a small piece of code.

if LIKP-LIFEX eq '' .

Message'External Delivery Number is not Maintained' type 'E' .

endif .

I hope this will help you to validate before save the document.

Regards,

Murali

Former Member
0 Kudos

Hi,

You can't do it once the billing is done.Alternatively you can cancel the invoice using VF11 and then do Reverse PGI using VL09.Then again do the delievry.

With Regards

Vinu.N

former_member183879
Active Contributor
0 Kudos

Hi Lee,

You cannot change anything once PGI is created in delivery document.

You can cancel your PGI using VL09 and then can make changes in delivery document.

Hope this helps you

Former Member
0 Kudos

Is any related IMG config can be set to avoid the restriction of change delivery after PGI?

Former Member
0 Kudos

Hi,

Do a PGI cancellation with different movement type and process the del. doc.

Rgds