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

Field Description

Former Member
0 Likes
451

Hi All,

If I have a Z table with a Char field of 32 char containing a text string imported from another system via interface. Is it then possible to have a report or function module to read this text, go to another table, find a field description which matches 100% and returns the values for this entry.

Could anybody throw some light on this question and if possible give me some hints on how to do it ?

Regards,

Lakshmi

3 REPLIES 3
Read only

vinod_vemuru2
Active Contributor
0 Likes
427

Hi,

Definitely you can do it. Please describe the problem you are facing. You can develop Z-program/FM to read the data from your Z-tables.

Thanks,

Vinod.

Read only

0 Likes
427

Hi Again,

Could you please elaborate on how do we read the field 'description' ?

Eg. Z Table A has a field BUKRS - Company Code

Now Table B has many fields and how do I find the field and its values which have the description 'Company Code' only ?

Regards

Read only

0 Likes
427

Table DD02L has the table/field names. Table DD04T has the name of the dataelement.

Rob