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

Search LCHR data type

Former Member
0 Likes
799

I need to search any fields in the standard table having 'LCHR' as data type.

I tried with the table INFO_TABLS, but the field of type "String", "Char", "LCHR" and so on are identified always with datatype "C". Can someone help me??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
658

Hi

U can read the DD04L to looking for the data element with LCHR data type and then search in which table those data elements are used: u can do a query on tab DD03L.

Max

I need to search any fields in the standard table having 'LCHR' as data type.

I tried with the table INFO_TABLS, but the field of type "String", "Char", "LCHR" and so on are identified always with datatype "C". Can someone help me??

2 REPLIES 2
Read only

Former Member
0 Likes
658

Hi Lucio,

Welcome to SDN.

Please check data element PC03_DSATZ.

Regards,

Ferry Lianto

Please reward points if helpful.

Read only

Former Member
0 Likes
659

Hi

U can read the DD04L to looking for the data element with LCHR data type and then search in which table those data elements are used: u can do a query on tab DD03L.

Max