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

structure field

Former Member
0 Likes
626

how to find a field name if suppose i have the structure fields name.

i need a field name for the structure field MDEZ-MNG02.

and also i need

valuation class

available quantity

mrp element

with the relation ship table

so that i can retrive data from this tables.

thx in advance

sat

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
527

You may look at Function Module MDEZX_AUFBAUEN. ( aufbauen = build )

Regards

Read only

Former Member
0 Likes
527

Hi

if u want to find out table for a field that is in a structure go to transaction SE15 --> Expand ABAP Dictionary

--> Expand Fields

--> Dbl click on Table fields

on the right side in the field name

give the required field and click on

execute icon

then u will get all the tables where that field used go to the master table.

and 4 ur field the table is MDTB

Reward me if helpful

Regards

Chandu