Application Development and Automation 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: 
Read only

Country Code for Purchasing Organization

Former Member
0 Likes
2,734

I need to get the country code for the Purchasing Org. The header table for Purchasing Org. is T024E where it also has a field BUKRS. So by getting the BUKRS for a particular EKORG, I can go to Company code header table T001 and get the country code - LAND1.

Is there any other method by which we can get the country code for a purchasing org. ?

I need to get the country code for the Purchasing Org. The header table for Purchasing Org. is T024E where it also has a field BUKRS. So by getting the BUKRS for a particular EKORG, I can go to Company code header table T001 and get the country code - LAND1.

Is there any other method by which we can get the country code for a purchasing org. ?

3 REPLIES 3
Read only

Former Member
0 Likes
1,480

this is the correct method to get country code...dnt think any other good method exist

Thanks

Richa

Read only

Former Member
0 Likes
1,480

Hi

Try FM WCB_COMP_CODE_OF_PURCH_ORG

It essentially gets all the comp code data including the country code

Read only

Former Member
0 Likes
1,480

solved