on 2006 Aug 07 3:21 PM
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.