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
What is the difference between ABAP and HR ABAP
How many main windows are allowed in sapscript?
What are conditional chain statement?
Give an example of interface from your project explaining why you used it?
Can we make use of flow logic control key words in abap/4 and vice-versa?
How we can retrieve data using secondary index. Explain with simple example?
What are the different types of views and their definition?
What is a 'z' report?
Can you assign a matchcode object to a parameter? If so how?
What is the difference between getting and get late?
What are the data types of the external layer? : abap data dictionary
wat are the process that can be executed & tracked in a workflow?
How do you document abap/4 programs? Do you use program documentation menu option?
what is sap scriptview ?
How table control cn be generated using bdc? : abap bdc