‎2015 Jan 15 11:50 AM
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
‎2015 Jan 15 12:01 PM
‎2015 Jan 15 2:59 PM
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.
‎2015 Jan 15 3:04 PM
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