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: 

Issue with KOMVD-KBETR field in script

Former Member
0 Kudos

Hello,

We are printing the discount values at item level for order/invoice by passing the structure KOMVD from print program to script. Here multiple customers(2) are billed under one order/invoice.

@ print program, in both of the cases the value is 600,00 but when we call the 'WRITE_FORM', and trigger the script debugger, the value is being displayed as 60,00 for order and 600,00 for invoice.

Please suggest any pointers in this regard!

Thanks,

Vissu

1 REPLY 1

nabheetscn
Active Contributor
0 Kudos

Do one thing crerate a character type vairable and use Write to with Currency addition.  And print this variable. It will come correct