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

finding the table name & field description

Former Member
0 Likes
4,435

Hi,

I have a problem, I have a field name klprz.i wanted to find the table name & also the field description. How we can find that please help me.

With Regards

Nigesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,790

Hi,

GoTo -> SE84, In the Left Panel: ABAP Dictionary fields --> Table fields -->Give your field name as klprz and Execute ( F8) it ..

It will list of all tables relevant to that field.

Reward points if it helps you.

Regards,

hari

Hi,

I have a problem, I have a field name klprz.i wanted to find the table name & also the field description. How we can find that please help me.

With Regards

Nigesh

4 REPLIES 4
Read only

Former Member
0 Likes
2,791

Hi,

GoTo -> SE84, In the Left Panel: ABAP Dictionary fields --> Table fields -->Give your field name as klprz and Execute ( F8) it ..

It will list of all tables relevant to that field.

Reward points if it helps you.

Regards,

hari

Read only

Former Member
0 Likes
2,790

Hello Nigesh,

you can find about the field KLPRZ in the transaction SE15

goto SE15 transaction -> click on the ABAP dictionary -> click on the fields -> click on the structure field -> enter the value KLPRZ in the field field name and press the execute button and u can get the list of all the structures where the field is used.

Reward if useful.

Regards,

Phani.

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
2,790

Hi,

Where did you come across this field?

Do you know of any structure or a screen element where this field is being used?

If it is used a screen element, then just Press F1 on that screen field, then on the dialog that appers click on the button Technical details there you can see the Data element of that screen field and the table details etc.

If you know the data element just goto the package there you might find the table.

Regards,

Sesh

Read only

Former Member
0 Likes
2,790

Hi Nigesh,

You can get the list of table which is having this field from table DD03L and then you can use FM DDIF_FIELDINFO_GET to get field description.

Regards,

Amit