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

FM for Finding Dependent Objects

Former Member
0 Likes
625

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
Read only

uwe_schieferstein
Active Contributor
0 Likes
493

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

Read only

anversha_s
Active Contributor
0 Likes
493

hi,

use this FM -> DDIF_FIELDINFO_GET

rgds

anver

if hlped mark points