cancel
Showing results for 
Search instead for 
Did you mean: 

Error while uploading the PO excel file in SNC

Former Member
0 Kudos

Issue :
While uploading the PO excel file in SNC.

Error  :
"ShippingPeriodEndDateTime should come before ShippingPeriodStartDateTime in SLG1"

Why the error is coming ?
How to rectify the Error ?
Where the Validation is happening in Code level ?

Please help me on this. Because I am facing this Production issue for last 2 days.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Samson,

This issue seems to be data issue.

In excel sheet can you compare data in the fields Deliv. Date,Deliv.Time,DlvTZ and Ship. Date,Ship. Time,ShipTZ.

Regards,

Nikhil

Former Member
0 Kudos

Hi Nikhil,


I checked the Date and time Both the Date and time are same "07/01/2016".


Please Tell the reason why this is happening.Can you tell the place where this validation is happening


How to resolve it .


Thanks ,

Samson.






Former Member
0 Kudos

Hi Samson,

Have you checked the time zone ? both for plant and supplier .

It seems system is giving error because ship start date time is in future as compare of ship end date time.

Also validation check PO_SHIP_AFTER_DELVRY_DATETIME is responsible for this error.

You can deactivate this check by maintaining below settings:

Validation Profile= POC3

Validation Check= PO_SHIP_AFTER_DELVRY_DATETIME

Check Status= I-Inactive

Validation Profile= POC5

Validation Check= PO_SHIP_AFTER_DELVRY_DATETIME

Check Status= I-Inactive

Regards,

Nikhil

Former Member
0 Kudos

Hi Nikhil,

Thank you for your reply. I am checking for the time zone. Mean While can you please tell me where

they are validating this error


"ShippingPeriodEndDateTime should come before ShippingPeriodStartDateTime in SLG1" in coding level.



Thanks in advance

Answers (1)

Answers (1)

Former Member
0 Kudos

Adding to this
This is the message class which triggers the error

Message Class: /SCA/BIF_ORDER
Message no : 94

This message is coming Dynamically how to find the place where this error is coming.

Please help to find the place where the validation is happening at coding level.

Thanks

Samson