cancel
Showing results for 
Search instead for 
Did you mean: 

Travel History Data

Former Member
0 Kudos

Hello All,

I want to create Report for trip data.i want to trap all changes in destination,  reschuleding of trip or any change in its master data in my report.I have alredy used    IMPORT teversion TO oteversion
       statu TO statu
       beleg TO beleg
       exbel TO exbel
       abzug TO abzug
       ziel TO ziel
       zweck TO zweck
       konti TO konti
       vsch TO vsch
       kmver TO kmver
       paufa TO paufa
       uebpa TO uebpa
       beler TO beler
       vpfps TO vpfps
       vpfpa TO vpfpa
       rot TO rot
       ruw TO ruw
       aend TO aend
       kostr TO kostr
       kostz TO kostz
       kostb TO kostb
       kostk TO kostk
       v0split TO v0split
       editor TO editor
       user TO user
  FROM DATABASE pcl1(te) ID tekey.

buts its not useful to me as no internal table is trapping this changed data. I am also aware of PTRV_VERSION table..But it only traps Changed By data.Does anyone know where the exact changes to trip data are trapped.Or i have to go for Z table creation only to maintain logs of changed data???

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Mandar

Did you check the AEND in tcode PRTE, this contains the closest to a change history, in anycase, I'll move it to the Travel Management forum!

thanks

Sally

Former Member
0 Kudos

Hi,

It might be some FM should be there to read this data.

Thanks,

Ketul Patel