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

Reading a scale value for a condition

gastn_jareo
Active Participant
0 Likes
944

I have a condition on VK12 with a scale value on it. It's a perception minimum for a tax.

I have a SD formula (937) on VOFM - Formulas - Condition Value. There in some cases I want to check if a sum stored in gkmov is greater than this perception minimum or not.

Anybody knows a function or a way to read this minimum?

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
807

Hi

U should read the table KONW using the condition record number. U can find out it from xkomv table.

Max

I have a condition on VK12 with a scale value on it. It's a perception minimum for a tax.

I have a SD formula (937) on VOFM - Formulas - Condition Value. There in some cases I want to check if a sum stored in gkmov is greater than this perception minimum or not.

Anybody knows a function or a way to read this minimum?

Thanks!

3 REPLIES 3
Read only

Former Member
0 Likes
808

Hi

U should read the table KONW using the condition record number. U can find out it from xkomv table.

Max

Read only

0 Likes
807

I realised that on 937 the table KONW is allready readed and available. So I don't need to do anything but use it.

Thanks!

Read only

0 Likes
807

Finally I realized that KONW was with old data sometimes, so it wasn't usefull. But on these formulas XKOMV has the field KNUMH with the proper value charged for each line, so with this code I read the KONW table by myself and I solved the problem.