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
Which database object is used for storing the system variables? : abap data dictionary
Does the external program run in the same sap luw as the caller, or in a separate one?
What is the use of dequeue function module? : sap abap data dictionary
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
What is an “on input filed” statements?
What data is contained? : abap data dictionary
Can we define our own match code id's for sap matchcodes ?
Explain what are extracts?
Is it possible to bring select option in module pool screens?
Is a logical database a requirement/must to write an abap/4 query?
What is the meaning of table buffer? This buffer is used by which type oftable?
Can a posting run be deleted? : sap abap hr
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
How to transfer the objects? Have to transferred any objects?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?