Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to know the modify record or log of a transaction ?who knows?

Former Member
0 Kudos
915

hi,all.

in the transaction se93.we can create or modify a transaction.

for example,the transaction zst01 called the program zprog01.but I changed the called program from zprog01 to zprog02.

if I forget the first called program is what .how to know the previous called program?

can we know the change record or log of a transaction?

thank you very much!

1 ACCEPTED SOLUTION

Former Member
0 Kudos
274

If the Transaction code is assigned to a custom development class, then every time you make a change it will ask for a transport. And using E070 table, you can see what all transports were created for this transaction code and using these transport request nos, you can see the details.

But if transaction code is assigned to a temporary development class $TMP, then you can not check.

Hope this helps.

ashish

12 REPLIES 12

Former Member
0 Kudos
275

If the Transaction code is assigned to a custom development class, then every time you make a change it will ask for a transport. And using E070 table, you can see what all transports were created for this transaction code and using these transport request nos, you can see the details.

But if transaction code is assigned to a temporary development class $TMP, then you can not check.

Hope this helps.

ashish

0 Kudos
274

hi, in the e070, I can see the related information of the change request no .but I know the requestno I created ,and can see the current called program of the transaction ;I don't know the previous change request no .who created the transaction and what program the transaction called .is there a way to know this?

many thanks!

0 Kudos
274

In <b>E071</b> table, give object name (OBJ_NAME) as your transaction code name and clicl on execute.

This will display all transports which are created for this transaction code. Using these transport information, you can check in SE10, what exactly is changed.

Make sure that table used is E071 and not E070.

Hope this helps.

ashish

0 Kudos
274

Hi,

Just compare the transaction with the transaction in QAS/PRD and you will get the required information.

Regards,

Atish

0 Kudos
274

hello ashish ,

thank you very much !

Former Member
0 Kudos
274

Hi,

If that transaction is assigned to some transport request then you can compare two transport requests to get the difference.

Regards,

Atish

0 Kudos
274

I know the change request no I created and can see which program I changed .but I don't know the previous called program . I don't know the previous request no,what should I do ?

Former Member
0 Kudos
274

There is no version management for SE93 Transaction,technically it is not possible.

Thanks

Seshu

Former Member
0 Kudos
274

No log will be available for these changes...

But if you created the Transport request for the transaction...then you can do the comparison...

And one silly way is...

Goto Se93

give your transaction code...and hit Change...

delete the content in your program name...box...

Press the spacebar ..

you can see the list of programs earlier used in that box...

0 Kudos
274

hello,

delete the content in your program name...box...

Press the spacebar ..

you can see the list of programs earlier used in that box...

what does this mean?

can you explain it in detail?

3ks!

Former Member
0 Kudos
274

I can get the change record of the transaction ,but don't know the previous program,the system just record and display the current called program of the transaction.

sap have no this function??

Former Member
0 Kudos
274

solved~