How Calculate TOTALS,SUBTOTALS in ALV Reporting?
Answer Posted / venumadhav
for which coloumn u want for subtotal in fieldcatalog give
sub-tot= 'X'.
| Is This Answer Correct ? | 27 Yes | 35 No |
Post New Answer View All Answers
How to know if the value entered contains records or not?
Explain the difference between float and packed data type?
What is meant by a schema? : sap abap hr
Workbench request are client dependent or client independent
How do you do bdc for a table control? : abap bdc
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What is a batch input session? : abap hr
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
What are the different types of parameters? : abap modularization
Explain how do you get output from idoc?
What are the aggregate objects in the dictionary? : abap data dictionary
What is a development class? : abap data dictionary
Can a transparent table exist in the data dictionary but not in the database physically?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
Name a few data dictionary objects?