Application Development 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: 

FM for Finding Dependent Objects

Former Member
0 Kudos

Hi ,

We are in need of a Function Module, which would be able to list all the dependent Objects of a Field.

For eg : Field - zsodtest contains Data Element - zsodde

Which uses the domain zsoddom.

When the Field is passed as the input parameter for the FM, it should List the DE and the Domain, of the Field.

Hope the Problem is clear.

Expecting reply at the earliest.

Thanks and Regards,

Ajaz

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

Hello Ajaz

There are two ways to get the required information:

(1) DB View <b>DD03M</b>

(2) Function module <b>DDIF_FIELDINFO_GET</b>

When you provide TABNAME and FIELDNAME the function module will return all meta data in structure DFIES.

Please read the FM documentation and pay special attention to parameter ALL_TYPES.

Regards

Uwe

anversha_s
Active Contributor
0 Kudos

hi,

use this FM -> DDIF_FIELDINFO_GET

rgds

anver

if hlped mark points