2007 Sep 12 9:01 AM
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
2007 Sep 12 9:04 AM
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
2007 Sep 12 9:04 AM
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
2007 Sep 12 9:06 AM
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.
2007 Sep 12 9:07 AM
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
2007 Sep 12 9:13 AM
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