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: 

How can query the table MARD using the parameters

Former Member
0 Kudos

Hi,

I have inputs as material number , sales organization , distribution chanel and plant , using this i have query the table MARD . in MARD table material number and plant is available , how can i relate sales organization and distribution chanel to query the table, please help.

Regards,

Ratheesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

MVKE table contains the relationship between material, sales org. and distribution channel.

You can hence create a join between MARD and MVKE tables and create a query.

Regards,

Aditya

3 REPLIES 3

Former Member
0 Kudos

Hi,

Read MVKE to get the sales org view of the material master.

Darren

Former Member
0 Kudos

Hi,

MVKE table contains the relationship between material, sales org. and distribution channel.

You can hence create a join between MARD and MVKE tables and create a query.

Regards,

Aditya

Former Member
0 Kudos

Hi,

You can innerjoin the table MARD and MVKE (Sales Data for Material). In MVKE table you have both Sales Org and Dist Channel