Application Development 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: 

FK02, Stree2 field

Former Member
0 Kudos
113

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 couldn’t. 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

1 REPLY 1

Former Member
0 Kudos
75

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