cancel
Showing results for 
Search instead for 
Did you mean: 

Stop PGI

Former Member
0 Kudos

Dear All,

Our requirement is that we want to stop PGI after certain days of sales order. Can we achieve this thru SD w/out taking any help from ABAP?

Rgds.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Siddhant,

There is no such facility avaialble in SAP, which can check the sales order date at the time of PGI and stop if there is a huge gap.

You can write a user exit, in which you can check the sales order date and compare that date with todays date and if it is not within the permissable limit, then give an error message.

This is possible only through a user exit.

Regards

Krishnam Raju

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Siddarth,

As Krishna said , I dont think SAP has given such a faciltiy to acheive your requirement.

As you already know that , it can be acheived with the help of user exits .

By simply comapring the pgi date on which it is going to be done and with the so creation date.

Note : If you want to use the user exit then pls check this include , here we can acheive your requirement.

'MV50AFZ1'

Regards,

Vvieks