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

Data Element/ Domain

Former Member
0 Likes
559

Hi all

I want to pick up the domain/data element of any field in my report program.

How to go about it??

do i have to refer to DD03L table for this???

Thanks & regards

Ravish Garg

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
519

Hi

Yes you have to take all the domains from DD01L table and data elements from

DD04L tables

if needed use DD03L which contains all table fields

Reward points for useful Answers

Regards

Anji

Message was edited by:

Anji Reddy Vangala

4 REPLIES 4
Read only

Former Member
0 Likes
520

Hi

Yes you have to take all the domains from DD01L table and data elements from

DD04L tables

if needed use DD03L which contains all table fields

Reward points for useful Answers

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

0 Likes
519

Hi anji

thanks for the quick reply.

Read only

Former Member
0 Likes
519

Hello,

Check this FM:


RPY_DATAELEMENT_READ

Regards,

Vasanth

Read only

Former Member
0 Likes
519

You can call the FM <b>DDIF_FIELDINFO_GET</b>

for this pass the structure or table

and fieldname

it will give the field data element and domain.

Regards

Vijay