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

Field

Former Member
0 Likes
483

Hi,

I had a field D0210. It refers to a structure. It is in the T.Code FD32 and the field name is Status(d0210). It Refers to the structure. Now i want to find out the corresponding table for that field. When i tried iam getting only the structure names. I didnt find any table name associated for that. Now i want to pdate that field using LSMW for the relevent customers.How to do that.

Thanks.

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
407

hi,

I am not sure what you mean here... The field you talk about is on the first screen of tocde FD32. it refers to what screens you want to maintain (and not to a field in the DB). The D0210 field is the Status screen of the transaction. So if D0210 = X it means the screen will be displayed and you can maintain the data.

hope this helps

ec

2 REPLIES 2
Read only

Former Member
0 Likes
407

Hi,

it ( D0210) may not be there in table , because that field may be there in structure alone at runtime it may be calculate and display the output, Debug the T.Code and see where exactly it's( D0210) getting fill then like that u can do in LSMW.

seshu.

Read only

JozsefSzikszai
Active Contributor
0 Likes
408

hi,

I am not sure what you mean here... The field you talk about is on the first screen of tocde FD32. it refers to what screens you want to maintain (and not to a field in the DB). The D0210 field is the Status screen of the transaction. So if D0210 = X it means the screen will be displayed and you can maintain the data.

hope this helps

ec