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

Condition display in VK13

Former Member
0 Likes
599

Hi Friends,

I'am trying to calcuate a percentage of Sales Value using A007 table.

The problem is the condition is displayed as 5.5 % if I see through tcode VK13 and the condition is displayed as 55% if I see through table KONP (= A007-KNUMH).

I could easily divide my KONP-KBETR by 10, but I'am trying to see the reason for the above display?

Any ideas

Thanks

Andy

Hi Friends,

I'am trying to calcuate a percentage of Sales Value using A007 table.

The problem is the condition is displayed as 5.5 % if I see through tcode VK13 and the condition is displayed as 55% if I see through table KONP (= A007-KNUMH).

I could easily divide my KONP-KBETR by 10, but I'am trying to see the reason for the above display?

Any ideas

Thanks

Andy

1 REPLY 1
Read only

Former Member
0 Likes
466

Hi ,

as per my knowledge , all condition amounts will be @ % of 1000 , not %100, so u need to convert if u are using in any ABAP objects.

i.e 5.5%100 = 55%1000.

regards

Prabhu