cancel
Showing results for 
Search instead for 
Did you mean: 

Created date and time

Former Member
0 Kudos

Hi experts,

How can i view the created Time & date of a sales order and its invoice.And also the changed time and date.

Many Thanks In advance.

Abhishek

Accepted Solutions (0)

Answers (3)

Answers (3)

andrea_olivieri
Contributor
0 Kudos

Hi,

you should check the information in the document flow.

For example, from the initial screen of transaction VA03, specify the order number and then choose the "Display Document Flow" function.

There (in the document flow tree) you can find the creation date.

Choose from the menu: Document Flow> View> Item; you can get the detailed flow at document items level.

Select a document or a document item; you can see the changes from the menu: Environment> Document Changes.

Regards,

Andrea

pratik_mahendra
Contributor
0 Kudos

Hi.

Check changes in transaction, Click on environment - changes, this will show all the changes with date and time try table CDHDR and CDPOS to track changes through table.

Change document object for sales documents is VERKBELEG and LIEFERUNG for deliveries.

Former Member
0 Kudos

Hi,

Goto the T.Code "SE11/SE16".

Enter the table name as "VBAK".

Enter your sales order number into the field "VBELN" and then Execute.

Get the Created date from the field "ERDAT" and time from the field "ERZET".

Next for getting the creation date and time for Billing document,goto the table "VBRK".

Pass the billing document number.Execute.

Get the Created date from the field "ERDAT" and time from the field "ERZET".

For getting the changed details,there are different ways.

One such easiest way is goto the T.Code "VA03",Enter your order number.

Click on Environment-->Changes.

Select "Overview" and "Additional Info".

Execute.

Select your entry and click on choose.

Here you will get the date and time.

The similar thing is for billing document changes also use teh T.Code "VF03".

Or one more way is pass the Order number preceeded by two 0's into the field "Object Id" in the table "CDPOS" and then execute.

Get teh Changenr.

Pass the same to "CDHDR" table to get the UDATE and UTIME.

Regards,

Krishna.