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: 

table for Organisation data in Functional location

sushant_singh
Participant
0 Kudos

Hi Experts,

I need the name of the table where Organisational data get saved while creating a Functional location using transaction 'IL01'.

Helpful answer will be rewarded.

Thanks ,

Sushant Singh

3 REPLIES 3

Former Member
0 Kudos

Hello Sushant,

I believe that the data gets stored in table IFLOS.

Regards,

Jereme

Former Member
0 Kudos

Hi,

check table IFLO

Regards Vassko!

Former Member
0 Kudos

Please check tables CAWNT for field ATWTB.

You can create a database view joining CABN, CAWN, CAWNT.

Join condition should look like this.

CABN-MANDT = CAWN-MANDT

CABN-ATINN = CAWN-ATINN

CAWN-MANDT = CAWNT-MANDT

CAWN-ATINN = CAWNT-ATINN

CAWN-ATZHL = CAWNT-ATZHL

The view fields are like this ...

ATIN NUMC 10 Internal characteristic

ATZHL NUMC 4 Int counter

ATWRT CHAR 30 Characteristic value

ATWTB CHAR 30 Characteristic value description

Regards