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

Plant assigned to comp code validation in pgm

Former Member
0 Likes
619

Hello,

I have a program in which plant and company code are 2 parameters.

I need to validate whether a plant is assigned to company code AT Selection screen event.

Which is the table that keeps assignment of Plant and company code?

Thanks and rgds,

ANand

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
590

Hi,

Check the view V_T001K_ASSIGN

Thanks & Regards,

Navneeth K.

Hello,

I have a program in which plant and company code are 2 parameters.

I need to validate whether a plant is assigned to company code AT Selection screen event.

Which is the table that keeps assignment of Plant and company code?

Thanks and rgds,

ANand

3 REPLIES 3
Read only

Former Member
0 Likes
591

Hi,

Check the view V_T001K_ASSIGN

Thanks & Regards,

Navneeth K.

Read only

Former Member
0 Likes
590

Or you can do a join on T001K and T001W on valuation area (BWKEY)

Read only

Former Member
0 Likes
590

thanks.