cancel
Showing results for 
Search instead for 
Did you mean: 

Change log for multiple maintenance orders

former_member254442
Participant
0 Kudos

Hi All,
Basic start date of multiple orders are changed several times. I need to extract all the old & new value for list of orders . Is there any t-code or table available to get both old & new value along the date when these were changed ? Thanking you .

BR,

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

IW32/33 calls program RSSCD100 to display a single maintenance order changes.

However, try program RFKKSHCD to select multiple orders.

PeteA

Answers (8)

Answers (8)

former_member254442
Participant
0 Kudos

Thanks a lot PeteA

former_member254442
Participant
0 Kudos

Thanks PeteA . However, there is no multiple selection found to pass multiple order .

BR,

peter_atkin
Active Contributor
0 Kudos

As explained by Sebastian above, you need to combine the following data into a single string: [CLIENT][30][ORDER NUMBER]

Example 31030000080000863 i.e. [310][30][000080000863]

PeteA

former_member254442
Participant
0 Kudos

Hi,

Thanks for the information. I have list of maintenance orders which I need to pass & get the change details .

BR,

sebastian_lenartowicz
Active Contributor
0 Kudos

Greetings Pranjal,

You may filter by the Object ID ###30* where ### stands for the number of the Client (MANDT)

peter_atkin
Active Contributor
0 Kudos

What do you mean by "segregate maintenance order"?

PeteA

former_member254442
Participant
0 Kudos

Hi Pete,

Could not find any option to segregate maintenance order as I need to find only for maintenance order . How can we segregate ?

Thanking you

peter_atkin
Active Contributor
0 Kudos

Run program RSSCD200 via SE38/SA38 where Object Class = "ORDER"

PeteA