cancel
Showing results for 
Search instead for 
Did you mean: 

Quotation>Sales order>Delivery

Former Member
0 Kudos
73

As discussed with AVP(F&C) order validity date should be in SAP system

and after validity date expire material should not be despatched he

has also instructed that in case of PGI user should not have option to

change the PGI date, if it is required should have to be in specific

ID or only competent authority can change the same.hence pls arrange

to do the same.

Its happened in case of an order 626903 dated 30.03.2006 where

validity of quotation was 31.03.2006 and material has been despatched

on 01.04.2006, according to him system should not allow user to create

any transaction after validity date.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If u want to validate the PGI of the delivery u can add ur validation in the BADI -

LE_SHP_GOODSMOVEMENT.Theres a single method there.

U can implement this method and put ur error code.

eg: IF IS_LIKP-WADATA_IST GT V_EXP_DATE.

MESSAGE E002(sy) with 'Actual GI Date Greater Than Expiry Date'.

ENDIF.

V_EXP_DATE is a variable for finding the Quotation Expiry Date.

Regards,

Samson.