‎2007 Jun 28 2:01 PM
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
‎2007 Jun 28 2:03 PM
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
‎2007 Jun 28 2:03 PM
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
‎2007 Jun 28 2:07 PM
‎2007 Jun 28 2:03 PM
‎2007 Jun 28 2:09 PM
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