cancel
Showing results for 
Search instead for 
Did you mean: 

Delibery Schedules in PO

Former Member
0 Kudos

Hi all,

I've created a PO and i've added several schedules in the Delivery Tab like this:

Delibery Delibery Date Quantity
- - - - - - - - - - - - - - - - - - - - - - - -
1      -      29.12.2010   -     5
2      -      30.12.2010   -     7

The problem is that the date is stored in the table BBP_PDSDLN like this;

1    28.12.2010 23:00:00
2    29.12.2010 23:00:00

I need to read this data for show it in a report but is not correct, it's one day less...

If i change the data in the table by this :

1    28.12.2010 10:00:00      <---- Change the time
2    29.12.2010 23:00:00

now in the portal is displayed:

Delibery Delibery Date Quantity
- - - - - - - - - - - - - - - - - - - - - - - -
1            28.12.2010        5    <---- Now show the date of the table
2            30.12.2010        7

Why is happening this?

Why is stored with one day less and time 23:00 ?

It's necessary to add 1 day in my report?

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183819
Active Contributor
0 Kudos

i dont know this helps you or not

Note 1449474 - Delivery schedule lines throw an error msg after deletion

Note 1529672 - Delivery date changes unexpectedly

Symptom

You change the item data of a Purchase Order but not the delivery date.

After refreshing or saving, the delivery date changes.

Other terms

timezone, PO

Reason and Prerequisites

Prerequisite - the timezone specified in the Purchase Order is different from the system timezone of the current user.

Reason - program error

Can you reproduce the same error?

Former Member
0 Kudos

SAP answer to us;

This date is stored with a TimeStamp is necessary to do a conversion with the FM SRM_CONVERT_TIME_STAMP.

Ramki
Active Contributor
0 Kudos

Hi,

Pl check the timezone settings in Txn STZAC.

The time zone given here and timezone in your user settings might be different.

Best regards,

Ramki

Former Member
0 Kudos

Thanks, but do not work.

I have the same timezone in both places (SU01 and STZAC)...

The vendor also have the same timezone.