What is the difference between interfaces and abstract class
Answer / jayaramsai.panchakarla
The interfaces contains only abstract methods and static variables. It don't have Constructor.
In abstract class may contains abstract methods and also concrete methods. It contains instance variables also. It has Constructor for initialize the instance variables.
Is This Answer Correct ? | 0 Yes | 0 No |
How to change selection screen dynamically?
What is the Comparison between Class and Function Module in Data Point of View?
what are the loop events and what is the difference between them
why SAP scripts and smartforms are used
What technical problem you will face if you create many secondary indexes.
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
How many types of tables exists and what are they in data dictionary? : abap data dictionary
how will you go for row level locking of a z table
2 Answers HP, IIIT, KPIT, Rajiv Gandhi University of Knowledge Technologies RGUKT,
What are the advantages of logical databases : abap hr
After transferring of data from flat file to application server i found that it is showing wrong data .Say i had currency in flat file as 1000.00 USD. After transferring i found it is showing as 100.000 in the application server. How will you handle this case?
What is the Process to transfer IDOC from Outbound System to Inbound system.
which method is suitable for call transaction asynchronous or synchronous