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: 

VT02N - Scales for condition types

andrs_sarcevic
Contributor
0 Kudos

Hello experts:

I'm trying to obtain the data ranges and values of multidimensional scales assigned to a particular type condition.

The functional design goes for tables like: VFKONX - VFSCAID - VFSCAR1, accessing with KNUMH.

In my opinion, the fact that we're trying to get that information from DB tables could be dangerous. What could happen if the data is changed just in that moment?

There has to be another easier way to get the scale information. A standard FM perhaps. I'd been looking through all the standard and FM modules like " SDscales " and found nothing.

The enhacement we're using is EXIT_SAPLV54B_004.

Does anyone know an esier solution for this issue?

Reward points awaits for helpful answers.

Thank you in advance.

3 REPLIES 3

Former Member
0 Kudos

Hi Sarcevic

Try using the following Function Modules.

SD_SALES_PRICING_INFORMATION

SD_COND_TYPES_OF_PRICING_PROC

CACS_COND_SCALES_INVIDUAL

or try the function modules in the function group V54B.

Regards,

Maddineni Bharath.

0 Kudos

None of these functions worked for this problem.

Thank you for your reply.

andrs_sarcevic
Contributor
0 Kudos

I've used these FM:

SD_SCALE_READ: it gives the ranges or intervals of the scale.

SD_RATE_READ: it gives the amounts or values of each interval.

Regards,

Andrés Sarcevic.