‎2006 Sep 27 7:42 AM
hi all,
iam modifying the medruck form for purchase order
i need to print like this
total net value excl vat zar 450.88
total net value incl vat zar 14.00
total zar 464.88
how can i write the code for this can any body help me for this.
answer will be rewarded.
praveen.
‎2006 Sep 27 7:53 AM
you need to decide the window in which the modification needs to be done.
Click on that particular window and select Text Element(F9)
Write the code there in the text editor :
total net value excl vat zar &value&
value should contain the table-field enclosed by placeholder &
‎2006 Sep 27 7:53 AM
you need to decide the window in which the modification needs to be done.
Click on that particular window and select Text Element(F9)
Write the code there in the text editor :
total net value excl vat zar &value&
value should contain the table-field enclosed by placeholder &
‎2006 Sep 27 8:00 AM
Hi Praveen,
Where you need to print all these in the Layout?
lets say you are prining in a XXX window, you need to write like ....
/: total net value excl vat zar &Value_1&
/: total net value incl vat zar &Value_2&
/: total zar &Value_3&
Regards
Sudheer
‎2006 Sep 27 9:01 AM
Hello,
In which window u want to print the text and varibles.
And do u want only to print once.
Check and let me know.
Regards
‎2006 Sep 27 9:40 AM
hi,
i want to print in main window.and i want to print once.
and i am getting this
total net value excl.vat zar amount
(
/E: TOTAL_AMOUNT_ITEMS
TO: ,,Total net item value &EKKO-WAERS&,,&KOMK-SUPOS&)
But i am not getting next two statements
(which table and fiels name i dont know)
total net value incl.vat zar 14.00
total zar amount+14.
if u know please tell me.
regards
praveen
‎2006 Sep 27 10:35 AM
Check the KONV table you would get the required information from there...the key to read it can be fetched from the PO document (EKKO-KNUMV Doc.Condition)
and item is same as the EKPO-POSNR...
The field for AMount in KONV is KBETR.