cancel
Showing results for 
Search instead for 
Did you mean: 

error determining posting period info structure s008

Former Member
0 Kudos

Hello,

User has created sales order for 01/10/2050 my mistake.

Now whe he is trying to change the date or deleting sales order he is getting error "error determining posting period info structure s008"

One solution is to set the fiscal year in OB29

But user dont want make any configuration changes.

With out doing any configuration changes how to delete the sales order?

Note - I checked all the link related to subjected problem but everywhere i got OB29 but i dont want to make any chages so

Please help me

Regards,

Tina

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200027
Active Participant
0 Kudos

Hello Tina,

For this kind of case, usually, we suggest following two solutions:

1. define the period in OB29;

2. create your own report to update the date field.

If you do not want to change the settings in OB29, then you could consider the 2nd solution.

Also, there is no standard report to delete such an order. I am afraid that you need to create your own report if you still want to delete the order.

Best regards,

Crystal Lin

Former Member
0 Kudos

Hello Crystal,

Thank you for your reply.

Can you please explain about option number 2 in more detail?

Thank you

Tina

former_member200027
Active Participant
0 Kudos

Hello Tina,

There is no standard report can be used to update the date in this case. You have to create it by yourself.


Genarally speaking, for example, the incorrect field is in table A, field name is B, and correct date should be 20/11/2015, then the report should be something like this:

update A set B = '20151120'

                where XXXXXXX

The "where" condition is used to select the entry need to be updated.

This is just an outline of the report for your reference. You still need to discuss it with your developer in detail.

Best regards,

Crystal Lin