Skip to Content
-1
Sep 06, 2018 at 12:32 PM

Finding the structure & field name of screen fields declared with local variables

187 Views

Hi,

There are some screen fields in ABAP Dynpros(Module Pools) which refer to fields declared locally in the Module Pool program and I have the requirement to find the structure name and field to which they are referring to.

Like for eg in tcode PA30 the employee name refers to some local field like "$..ENAME" which in turn originally refers to field ENAME of structure PA0001. I want 'PA0001-ENAME ' this field for processing. Any help would be greatly acknowledged.

Regards