2007 Oct 18 3:09 AM
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!
2007 Oct 18 3:13 AM
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
2007 Oct 18 3:13 AM
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
2007 Oct 18 4:30 AM
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!
2007 Oct 18 4:34 AM
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
2007 Oct 18 4:35 AM
Hi,
Just compare the transaction with the transaction in QAS/PRD and you will get the required information.
Regards,
Atish
2007 Oct 18 4:45 AM
2007 Oct 18 3:14 AM
Hi,
If that transaction is assigned to some transport request then you can compare two transport requests to get the difference.
Regards,
Atish
2007 Oct 18 4:24 AM
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 ?
2007 Oct 18 3:17 AM
There is no version management for SE93 Transaction,technically it is not possible.
Thanks
Seshu
2007 Oct 18 4:11 AM
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...
2007 Oct 18 4:22 AM
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!
2007 Oct 18 5:02 AM
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??
2007 Oct 18 6:37 AM