‎2008 Jan 07 1:33 PM
hi all,
i want an abap query in which select options should be the fields in the tables like:-
field,data element,data type,short desc.
database should be either logical or by joining tables
what i want as output is what ever field we enter the name of the table in that database containg that field should be displayed.
is it possible if yes can u explain how is it possible
thanks
swaroop
‎2008 Jan 07 2:00 PM
Hi swaroop,
please try to join following tables:
DD03L - table fields
DD03T - field descriptions
DD04T - data element descriptions
This should work out. I hope this helps. Best regards,
Alvaro
‎2008 Jan 07 2:00 PM
Hi swaroop,
please try to join following tables:
DD03L - table fields
DD03T - field descriptions
DD04T - data element descriptions
This should work out. I hope this helps. Best regards,
Alvaro
‎2008 Jan 07 3:31 PM
in that process i dint get my problem solved i got solved it otherway thanks
‎2008 Jan 08 9:10 AM