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

find out data dictinary table.

Former Member
0 Likes
804

hai experts,

in mm02 tcode views like mrp 04 block bom explosion/ requrements under one field is individual/coll (marc-sbdkz).

select this field press f4 value along value and with some text come .

i want this text on which table save it.

thanks in advance.

Edited by: Rob Burbank on Jun 13, 2010 4:14 PM

hai experts,

in mm02 tcode views like mrp 04 block bom explosion/ requrements under one field is individual/coll (marc-sbdkz).

select this field press f4 value along value and with some text come .

i want this text on which table save it.

thanks in advance.

Edited by: Rob Burbank on Jun 13, 2010 4:14 PM

4 REPLIES 4
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
768

Hi,

I dont have a system right now.

Go to the domain of that field and check the value table name( the value table will have the texts).

If value table doesnt exist, then check the fixed values.

If fixed values exists, then use fm GET_DOMAIN_VALUES.

Read only

0 Likes
768

Hi,

The F4 values are maintained as Fixed values in the domain SBDKZ.

The text maintained for the fixed values are stored in the table DD07T.

You can fetch these text by passing DOMNAME as SBDKZ and DDLANGUAGE as SY-LANGU from table DD07T.

As Keshav told : You can also use the FM GET_DOMAIN_VALUES for the same.

Regards

DKS

Read only

Former Member
0 Likes
768

Run transaction ST05 against F4. That will show you the table.

Rob

Read only

Former Member
0 Likes
768

solve my problem.

thanks for all.