Describe data classes? : abap hr
What is a collect statement?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
What is update task
What are the data types of the abap/4 layer?
How do you activate a function exit?
What is the difference between RETURNING and CHANGING parameters for a method?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
Can i Have Some Realtime Examples On Modulepool programming.
What are system variable in abap?
Is the basic list deleted when the new list is created?
What are logical databases? : abap hr
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What is modularization and its benefits?