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

Source Tcode for customised field.

Former Member
0 Likes
596

Dear All,

We have a customized field in a PR.

How can I know the "source transaction code" where this field is maintained?

Regards,

Sagnik

3 REPLIES 3
Read only

former_member183424
Active Contributor
0 Likes
564

As you have already told that Its a custom field. So no one can't say the details about that without your organization. For a standard field you will find the path, have a look into the blog post

But this is a custom field, you will not get the IMG activity.. You should contact your ABAP team.

Read only

nikolayevstigneev
Contributor
0 Likes
564

Hi!

If it is a custom field on a PR, I think, it is supposed to be maintained in a PR

Of course, it's better to consult your ABAP team or functional consultants in case they have some other ideas.

Read only

Former Member
0 Likes
564

Hi Sagnik,

If the customer field has been developed well the answer should be in the definition of Data Element ZDESTINYP, as the domain used to define this will either contain a domain list of the possible values or a check table.

Failing this, you could do a where-used on ZDESTINTYP to find other tables it is used in to determine the config table.

Regards,

Nick