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

Freight Condition with Multi-dimensional scale

Former Member
0 Likes
1,425

I am interested in know what tables store the detail for freight conditions especially those for condition types with multi-dimensional scale.

I realize the header table is A###, but it is difficult to find where the detail is. It is not KONP because that is only for straightforward rates such as a flat rate.

I would like to know the table(s) or a function module that would permit me to pass the Condition Record Number from the A### table and then read the scales and allow for ABAP code to output to report or screen.

Thank you,

3 REPLIES 3
Read only

Former Member
0 Likes
684

hii ,

its in table konv and j_1mocust

regards

ranjan

Read only

0 Likes
684

KONV is transactional data and I am looking for condition tables (Item) master data.

I am not clear on what j_1mocust is. It is not a table or a function module. SE11 has nothing and SE37 also has nothing. What is it?

Thank you,

Read only

Former Member
0 Likes
684

In a multi-dimension scale, the KONP table contains only the currency and effective dates. In order to obtain the pricing, VFSCAR1, VFSCAR2 or VFSCAR3 will contain the rates to charge.