How Calculate TOTALS,SUBTOTALS in ALV Reporting?
Answer Posted / your friend
subtot(1) type c,
subtot_level(2) type n,
Same way we use for Currency conversion.
Means if you want currency in 3 decimal or country
specific, we can use slis structure fields
currency(5) type c,
cfieldname type slis_fieldname,
ctabname type slis_tabname, " and table
For quantity conversion:
quantity(3) type c,
qfieldname type slis_fieldname,
qtabname type slis_tabname, " and table
For justification & leading zeros
just(1) type c,
lzero(1) type c, " leading zero
Please check out SLIS type ... You can find many options.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do you find the information on the current screen?
Does every abap/4 have a modular structure?
What are th control break events in abap?
Explain how data is stored in cluster table?
What is the difference between a structure and a table?
Explain the advantage of structures?
Explain the Inportance of pa30? : abap hr
What is the difference between a structure and an append structure?
Why grouping of fields is required? What is the max no of modification groups for each field?
What are the parameters used in each function?
How do you use tab sets in layout sets?
What are different data types in abap/4?
What is the use of the raising exception?
What are the page windows? How many main windows will be there in a page window?
What is system-land-scape of your project?