cancel
Showing results for 
Search instead for 
Did you mean: 

Meaning of time stamps in USMD120C

Former Member
0 Kudos

Dear MDG Guru's,

Instantiated change requests are registered in table USMD120C.Following (some) fields are in this table:

1

Change Request

2

Type of change request

3

Edition

4

Status of change request

5

Description (long text)

6

Time Stamp

7

User Name

8

Time Stamp

9

User Name

10

Time Stamp

11

User Name

12

Time Stamp

13

Data of change request is already activated

We have a change request setup with three consequetive steps. Request, review and approve. Approve step being the last step.

What we need to know is when the approval step has started and when it was completed.

We initated workflows to verify the working of the time stamp fields, but cannot determine how this exactly works, and how we can find the start date/time and completion date/time for the approval step.

Does anyone know?

BR, Martijn

Accepted Solutions (1)

Accepted Solutions (1)

raghu3
Contributor
0 Kudos

Hi,

You could find the workflow steps using GET_CR_TOP_WF of class CL_USMD_WF_SERVICE. Using this method you could determine the time of approval

Regards,

Raghu

Answers (1)

Answers (1)

mohit_agrawall
Explorer
0 Kudos

We can also find the timestamps of different workflow items from the table "SWWWIHEAD". It has two columns "Created At" and "Completed At" for each workflow item ID. Just provide the "Top Level Workflow" which you can get from USMD2400 against a CR number . Hope that helps the new readers