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: 

ADDR1_DATA-0REGION Field in ADRC table?

Former Member
0 Kudos

Hi Guys,

Can anybody tell me How to find ADDR1_DATA-REGION Field in ADRC Table or else where can we find this field in iMean in whicg Table?

I was not able to find this field in ADDr1_Data structure also.please tell me which field represents the Region in ADDR1_DATA structure?

Thanks,

Gopi

2 REPLIES 2

Former Member
0 Kudos

hi,

use function module BAPI_CUSTOMER_GETLIST to fetch region

regards

siva

Former Member
0 Kudos

Hi

REGION field is there in both ADRC table and in the structure ADDR1_DATA .

What is your query exactly? in which situation are you using this structure?

Goto SE11

enter table name ADRC

see the field REGION

pass the Address number (ADDRNUMBER)to this table and take it.

You can't fetch this field value from the strcuture ADDR1_DATA .

Regards

Anji