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: 

report

Former Member
0 Kudos
71

hi experts,

Report to display all material rates by using material number, sales organization and distribution channel and condition type.

how will we develope this report.i don't know where these related fields and tables exists.

explaine me .

thanks in advance.

2 REPLIES 2

Former Member
0 Kudos
46

using material number/condition type/sales ord/dist. channel goto <b>A004</b> table and get the condition record number.....

using condition record number goto <b>KONP</b> and get the rate (<b>KBETR</b>) field.

Former Member
0 Kudos
46

Hi,

Pl look at the following tables:

MARA, a906, konp, konh, a073 etc.

Cheers