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

scripts

Former Member
0 Likes
651

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
622

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 &

5 REPLIES 5
Read only

Former Member
0 Likes
623

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 &

Read only

Former Member
0 Likes
622

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

Read only

Former Member
0 Likes
622

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

Read only

0 Likes
622

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

Read only

0 Likes
622

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.