cancel
Showing results for 
Search instead for 
Did you mean: 

Entries in ADRC table

Former Member
0 Kudos

Dear All ,

we are printing a Tax invoice , and our Z program is picking our plant address from ADRC table .

can Anybody pl guide me from which master or Configuration data this ADRC table is getting the data .

Pl guide , i have tried with changing the address of Plant in SPRO enterprise structure but not replicated to ADRC table.

regards

Accepted Solutions (0)

Answers (2)

Answers (2)

jignesh_mehta3
Active Contributor
0 Kudos

Hello,

This is SAP Standard, there is no config involved.

Every Address of a Object (Customer, Vendor or Plant) is assigned a Address Number. In case of Customer it is KNA1 - ADRNR, for Vendor it is LFA1 - ADRNR, similarly for Plant & other Organizational objects.

Now the actual address is stored in ADRC table & it can be pulled by using the Address Number (ADRNR) of the object, i.e. Customer / Vendoer etc...

Hope this helps...

Thanks,

Jignesh Mehta

Shiva_Ram
Active Contributor
0 Kudos

The plant details are stored in table T001W. Find the value of field T001W-ADRNR and use this value in table ADRC-ADRNR to get the address details.

Regards