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 Group by in Select statement?
How can you display frames (horizontal and vertical lines) in lists?
What are the differences between a database index and a match code? : abap data dictionary
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
stock transfer from one plant to another plant ? i want the total description.
How do you find the information on the current screen?
What are the events in classical reports?
What is the maximum number of structures that can be included in a table or structure
where do we store all custom programs in SD module?
Explain badi in abap.
What are pool tables?
How do you convert non-char field into char type fields ?
How to combine multiple billing into one RV document ( Step by Step)?
Is there any method apart from bdc for data upload to sap? : abap bdc
What are the user groups?