Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How can I display barcodes in sapscripts?

1026


What is the use of rswbo052 program?

1186


What is sap script? Difference between sap script and report?

1136


What is the use of perform statement in scripts ?

2021


What is sap script? What is the purpose of sap script?

1042


How do I create standard texts for the sapscripts?

1007


Why the Main window Triggers first in Scripts ?

2075


Differentiate between protect and end protect.

1068


Difference between ABAB Memory and SAP Memory ?

2075


What are step loops? How do you program page down page up in step loops?

2738


Explain the header data in layout set.

1020


How do you handle filters in ALV Reports?

1988


Explain the page windows

993


Explain compare tool.

1019


How to pass the variables to forms ?

2071