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

update custom fields

Former Member
0 Likes
486

Hi All

I have the situation by which a custom field in the table EBAN is being updated

but I can't find this place where it happens. How can I find it out.

Please reply.

Thx in advance

Holger

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
449

Did you try a where-used-list on the field already? You might not find the spot directly, but the close vicinity, e.g. in a function module or method interface, that you can further drill down into.

Also try RS_ABAP_SOURCE_SCAN for the field name within all Y/Z-packages (can take some minutes).


Thomas

2 REPLIES 2
Read only

ThomasZloch
Active Contributor
0 Likes
450

Did you try a where-used-list on the field already? You might not find the spot directly, but the close vicinity, e.g. in a function module or method interface, that you can further drill down into.

Also try RS_ABAP_SOURCE_SCAN for the field name within all Y/Z-packages (can take some minutes).


Thomas

Read only

0 Likes
449

you try one more way ... find the original transport request of the modification of the EBAN table... in the TR, in which EBAN table it is enhanced. Its very much possible that you may find code to update that field in the same request 🙂 this may not be correct.. but you never know 🙂