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: 

Functional location related to controlling area

Former Member
0 Kudos

hai guys,

how to find the list of functional location with respect to controlling area.

Regards,

N.selvamuthukumar.

3 REPLIES 3

Former Member
0 Kudos

Hi,

try with this link

Regards,

jaya

Edited by: Jayapradha Neeli on Feb 6, 2009 12:13 PM

SuhaSaha
Advisor
Advisor
0 Kudos

Hello,

1. Use the FM: BAPI_COAREA_GET_RELATED_CCODES to get the Company Codes Assigned to one Controlling Area.

2. With the available CoCds go to table T001K and get the available plants (T001K-BWKEY).

3. With the available plants use the FM: BAPI_FUNCLOC_GETLIST (tables: PLANPLANT_RA) to get the Functional Locations (tables: FUNCLOC_LIST).

Hope this helps.

BR,

Suhas

Former Member
0 Kudos

Answered