how to get total price in sapscript form?
Answer Posted / shweta thakur
suppose you want totat of netpr from purcahsing item header
table(EKPO).
IN SE38 you will have to define write_form in main loop
like this:
loop at it_ekpo into wa_ekpo .
call function 'write_form'
exporting
element = 'tm'
window = 'main' . "provide window name
total = total + wa_ekpo-netpr.
endloop.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Explain composer. What does it do?
How many styles for there in script?
What are the output types and Tcodes ?
What is the use of rswbo052 program?
Where do u set the default paragraph?
I create a box in sap script for the amount in bill,i want to add Rs. word over box,it is possible?
What are step loops? How do you program page down page up in step loops?
HELLO ALL...HOW CAN WE CORRECT AN ERROR IN PRODUCTION...?
How can I create a shaded box?
What are the types of windows?
Differentiate between window and page window.
Different types of ABAP memory ?
How to check the changes made in the standard layout set , other than using Utilities--- -> Print preveiw ? can u explain the different other ways to check it?
What is the purpose of sapscript?
How to debug a script?