‎2008 Aug 13 1:34 PM
HI,
i wont to now how i can get data that user is insert to Transction,
e.g.
in pa30 user update employee Subarea or something else ,
i wont to now online where i can find(table) the data that Change.
Best Regards
‎2008 Aug 13 1:38 PM
Hi!
Clik on the field, then choose System - Status menu.
Double click on the dynpro number.
Place a break-point into the code and trace the code.
Regards
Tamá
‎2008 Aug 13 1:36 PM
you will have a field as changed date and changed user. based on this fields you can retrieve the data from the table.
‎2008 Aug 13 1:38 PM
Hi!
Clik on the field, then choose System - Status menu.
Double click on the dynpro number.
Place a break-point into the code and trace the code.
Regards
Tamá
‎2008 Aug 13 7:26 PM
‎2008 Aug 13 7:30 PM
Hi,
you can also try this: set focus on the field you want to get information. Press F1. Then click to the icon with hammer - technical information. There you get the name of the structure which is used for that field. Then go to the program which is also written in this technical information and press binocular for search and write the name of the structure you are looking for. Don't forget to change the radio button to search in whole program. You will get the list of all places where it is used and hope that there is direct access to the database there
Regards,
Karol