Application Development and Automation 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: 
Read only

Get Data From Transction

Former Member
0 Likes
680

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
658

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á

4 REPLIES 4
Read only

Former Member
0 Likes
658

you will have a field as changed date and changed user. based on this fields you can retrieve the data from the table.

Read only

Former Member
0 Likes
659

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á

Read only

0 Likes
658

HI Tamás,

This is the only way?

Regards

Read only

0 Likes
658

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