2006 Dec 06 11:00 AM
HI Experts,
In Transaction FK02. I am changing the address; I adding stree2 address field. I am trying to find the proper field in the table I couldnt. I checked in the LFA1 table. It is show the address, street but it is not showing the Street2 field. Where can I find it? If I check it with F1, it is showing the structure. How can I find the Street2 field & corresponding table?
Regards
Rajendra
2006 Dec 06 11:02 AM
HI
You need to pick up the address number from LFA1 and goto Table ADRC to get the value of Street2.
Take <b>LFA1-ADRNR</b> and give the address number for the field
<b>ADRC-ADDRNUMBER</b>
the field <b>STR_SUPPL1</b> in ADRC is the field where the value your are looking for is stored
Hope this helps