SlideShare ist ein Scribd-Unternehmen logo
1 von 17
www.garudatrainings.com
SAP ABAP
Interview Questions
1. What guarantees the integration of all
application modules?
www.garudatrainings.com
The R/3 basis system guarantees the integration of all application modules. The R/3
basis s/w provides the run time environment for the R/3 applications ensures
optimal integration, defines a stable architectural frame for system enhancements,
and contains the administration tools for the entire system. One of the main tasks of
the basis system is to guarantee the portability of the complete system - See more
at: http://www.saptechies.org/1000-sap-abap-interview-questions-
answers/#sthash.vIMlGFF3.dpuf
2.What is OOPS ABAP ?
www.garudatrainings.com
1. Object orientation (OO), or to be more precise, object-oriented programming, is a
problem-solving method in which the software solution reflects objects in the
real world.
2. A comprehensive introduction to object orientation as a whole would go far
beyond the limits of this introduction to ABAP Objects. This documentation
introduces a selection of terms that are used universally in object orientation and
also occur in ABAP Objects. In subsequent sections, it goes on to discuss in more
detail how these terms are used in ABAP Objects. The end of this section
contains a list of further reading, with a selection of titles about object
orientation.
3.What is the Difference between Class and
Object ?
www.garudatrainings.com
A Class is actually a blueprint or a template to create an Object. Whereas an Object is
a an actual instance of a Class. For example Employee ia a class, while John is a real
employee which is an Object of Employee Class.
4.How polymorphism can be implemented ?
www.garudatrainings.com
Some examples to implement polymorphism:
1.Method Overriding
3.Operator Overloading
2.Method Overloading
5.What is Inheritance ?
www.garudatrainings.com
In OOPs terminology, inheritance is a way to form new classes using classes that have
already been defined. Inheritance is intended to help reuse existing code with little or
no modification. The new classes, known as derived classes, inherit attributes and
behavior of the pre-existing classes, which are referred to as base classes.
6.What is Method Overriding ?
www.garudatrainings.com
1. Method overriding allows a subclass to override a specific
implementation of a method that is already provided by one of its
super classes.
2. A subclass can give its own definition of methods but need to have the
same signature as the method in its super class. This means that
when overriding a method the subclass's method has to have the
same name and parameter list as the super class's overridden
method.
7. What is Method Overloading ?
www.garudatrainings.com
Method overloading is in a class have many methods having same name but
different parameter called overloading or static polymorphism
8.What is Aggregation ?
www.garudatrainings.com
Aggregation is a special form of association. Aggregation is the composition of
an object out of a set of parts. For example, a car is an aggregation of engine,
tyres, brakes, etc.
Aggregation represents a "Has" relationship like a car has a engine.
9.What is object oriented programming
language ?
www.garudatrainings.com
Object oriented programming language allows concepts such as abstraction,
modularity, encapsulation, polymorphism and inheritance. Simula is the first
object oriented language. Objects are said to be the most important part of object
oriented language. Concept revolves around making simulation programs around
an object.
10. What are the core ABAP oops
concepts?
www.garudatrainings.com
1. Inheritance: Inheritance is the ability of an object to inherit the
properties and methods of another object. This characteristic leads to
the creation of families of objects (just like families exist for humans)
with parent objects and child objects.
2. Polymorphism: Polymorphism is about an objects ability to provide
context when methods or operators are called on the object.
11. What is UML ?
www.garudatrainings.com
1. UML (Unified Modeling Language) is a standardized modeling
language. It is used for the specification, construction, visualization
and documentation of models for software systems and enables
uniform communication between various users.
2. UML does not describe the steps in the object-oriented development
process.
3. SAP uses UML as the company-wide standard for object-oriented
modeling.
4. UML describes a number of different diagram types in order to
represent different views of a system.
12. What are the types of Objects and
Classes ?
www.garudatrainings.com
In general there are two types of Objects: Instance Object and Static Object
and as such there are two types of Classes: Instance class and Static Class.
Specifically when it comes to visibility, Private class, Protected class and
Public classes are the types of classes one can have.
13.What are the types of classes which can
be created ?
www.garudatrainings.com
‱We can create four types of classes under final and only modeled
category(optional) with the private, protected, public and abstract
instantiation.
‱Usual Abap Class.
‱Exception Class(With/Without messages).
‱Persistent Class.
‱Test Class(ABAP Unit).
14. What are the types of classes which can
be created ?
www.garudatrainings.com
We can create four types of classes under final and only modeled
category(optional) with the private, protected, public and abstract
instantiation.
Usual ABAP Class.
Exception Class(With/Without messages).
Persistent Class.
Test Class(ABAP Unit).
15. What is a reference variable ?
www.garudatrainings.com
Objects can only be created and addressed using reference variables.
Reference variables allow you to create and address objects. Reference
variables can be defined in classes, allowing you to access objects from within
a class.
Contact us For More Stuff:
www.garudatrainings.com
www.garudatrainings.com
Mail : garudatrainings@gmail.com,
contact@garudatrainings.com
Phone : +1(508)841-6144

Weitere Àhnliche Inhalte

Was ist angesagt?

Phases of the Compiler - Systems Programming
Phases of the Compiler - Systems ProgrammingPhases of the Compiler - Systems Programming
Phases of the Compiler - Systems ProgrammingMukesh Tekwani
 
The analysis synthesis model of compilation
The analysis synthesis model of compilationThe analysis synthesis model of compilation
The analysis synthesis model of compilationHuawei Technologies
 
Application package
Application packageApplication package
Application packageJAYAARC
 
Jdbc basic features
Jdbc basic featuresJdbc basic features
Jdbc basic featuresMohammad Faizan
 
Db2 sql tuning and bmc catalog manager
Db2 sql tuning and bmc catalog manager Db2 sql tuning and bmc catalog manager
Db2 sql tuning and bmc catalog manager Krishan Singh
 
Online Tweet Sentiment Analysis with Apache Spark
Online Tweet Sentiment Analysis with Apache SparkOnline Tweet Sentiment Analysis with Apache Spark
Online Tweet Sentiment Analysis with Apache SparkDavide Nardone
 
Analysis of the source program
Analysis of the source programAnalysis of the source program
Analysis of the source programHuawei Technologies
 
Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...
Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...
Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...Simplilearn
 
PROCEDURAL ORIENTED PROGRAMMING VS OBJECT ORIENTED PROGRAMING
PROCEDURAL ORIENTED PROGRAMMING VS OBJECT ORIENTED PROGRAMING PROCEDURAL ORIENTED PROGRAMMING VS OBJECT ORIENTED PROGRAMING
PROCEDURAL ORIENTED PROGRAMMING VS OBJECT ORIENTED PROGRAMING Uttam Singh
 
java token
java tokenjava token
java tokenJadavsejal
 
Unit1 principle of programming language
Unit1 principle of programming languageUnit1 principle of programming language
Unit1 principle of programming languageVasavi College of Engg
 
Programming Languages
Programming LanguagesProgramming Languages
Programming LanguagesLiam Dunphy
 

Was ist angesagt? (20)

Phases of the Compiler - Systems Programming
Phases of the Compiler - Systems ProgrammingPhases of the Compiler - Systems Programming
Phases of the Compiler - Systems Programming
 
Ppt chapter07
Ppt chapter07Ppt chapter07
Ppt chapter07
 
The analysis synthesis model of compilation
The analysis synthesis model of compilationThe analysis synthesis model of compilation
The analysis synthesis model of compilation
 
Java chapter 1
Java   chapter 1Java   chapter 1
Java chapter 1
 
Application package
Application packageApplication package
Application package
 
Colloquium Report
Colloquium ReportColloquium Report
Colloquium Report
 
Jdbc basic features
Jdbc basic featuresJdbc basic features
Jdbc basic features
 
Ppt chapter02
Ppt chapter02Ppt chapter02
Ppt chapter02
 
Db2 sql tuning and bmc catalog manager
Db2 sql tuning and bmc catalog manager Db2 sql tuning and bmc catalog manager
Db2 sql tuning and bmc catalog manager
 
Online Tweet Sentiment Analysis with Apache Spark
Online Tweet Sentiment Analysis with Apache SparkOnline Tweet Sentiment Analysis with Apache Spark
Online Tweet Sentiment Analysis with Apache Spark
 
Analysis of the source program
Analysis of the source programAnalysis of the source program
Analysis of the source program
 
Ppt chapter03
Ppt chapter03Ppt chapter03
Ppt chapter03
 
Ppt chapter01
Ppt chapter01Ppt chapter01
Ppt chapter01
 
Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...
Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...
Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...
 
Java swing 1
Java swing 1Java swing 1
Java swing 1
 
PROCEDURAL ORIENTED PROGRAMMING VS OBJECT ORIENTED PROGRAMING
PROCEDURAL ORIENTED PROGRAMMING VS OBJECT ORIENTED PROGRAMING PROCEDURAL ORIENTED PROGRAMMING VS OBJECT ORIENTED PROGRAMING
PROCEDURAL ORIENTED PROGRAMMING VS OBJECT ORIENTED PROGRAMING
 
Lexical analyzer
Lexical analyzerLexical analyzer
Lexical analyzer
 
java token
java tokenjava token
java token
 
Unit1 principle of programming language
Unit1 principle of programming languageUnit1 principle of programming language
Unit1 principle of programming language
 
Programming Languages
Programming LanguagesProgramming Languages
Programming Languages
 

Andere mochten auch

Smartforms interview questions with answers
Smartforms interview questions with answersSmartforms interview questions with answers
Smartforms interview questions with answersUttam Agrawal
 
Abap reports
Abap reportsAbap reports
Abap reportsMilind Patil
 
1000 solved questions
1000 solved questions1000 solved questions
1000 solved questionsKranthi Kumar
 
Yash technologies interview questions and answers
Yash technologies interview questions and answersYash technologies interview questions and answers
Yash technologies interview questions and answersGarySpeed1234
 
SAP ABAP Material
SAP ABAP MaterialSAP ABAP Material
SAP ABAP Materialrenterpserver
 
Beginner’s guide to sap abap 1
Beginner’s guide to sap abap 1Beginner’s guide to sap abap 1
Beginner’s guide to sap abap 1Panduka Bandara
 
SAP ABAP data dictionary
SAP ABAP data dictionarySAP ABAP data dictionary
SAP ABAP data dictionaryRevanth Nagaraju
 
Introduction to ABAP
Introduction to ABAPIntroduction to ABAP
Introduction to ABAPsapdocs. info
 
SAP ABAP - Needed Notes
SAP   ABAP - Needed NotesSAP   ABAP - Needed Notes
SAP ABAP - Needed NotesAkash Bhavsar
 
Sap abap ppt
Sap abap pptSap abap ppt
Sap abap pptvonline
 
Sap sapscripts tips and tricks
Sap sapscripts tips and tricksSap sapscripts tips and tricks
Sap sapscripts tips and tricksKranthi Kumar
 
User exit training
User exit trainingUser exit training
User exit trainingJen Ringel
 
Sap abap material
Sap abap materialSap abap material
Sap abap materialKranthi Kumar
 
SAP ABAP Practice exam
SAP ABAP Practice examSAP ABAP Practice exam
SAP ABAP Practice examIT LearnMore
 
Sap abap online training By Keylabstraining
Sap abap online training By KeylabstrainingSap abap online training By Keylabstraining
Sap abap online training By Keylabstrainingkeylabstraining
 
Chapter 01 user exits
Chapter 01 user exitsChapter 01 user exits
Chapter 01 user exitsKranthi Kumar
 
SAP Smart forms
SAP Smart formsSAP Smart forms
SAP Smart formsJugul Crasta
 
Sap Abap Reports
Sap Abap ReportsSap Abap Reports
Sap Abap Reportsvbpc
 

Andere mochten auch (20)

Smartforms interview questions with answers
Smartforms interview questions with answersSmartforms interview questions with answers
Smartforms interview questions with answers
 
Abap reports
Abap reportsAbap reports
Abap reports
 
1000 solved questions
1000 solved questions1000 solved questions
1000 solved questions
 
Yash technologies interview questions and answers
Yash technologies interview questions and answersYash technologies interview questions and answers
Yash technologies interview questions and answers
 
Badi document
Badi documentBadi document
Badi document
 
SAP ABAP Material
SAP ABAP MaterialSAP ABAP Material
SAP ABAP Material
 
Beginner’s guide to sap abap 1
Beginner’s guide to sap abap 1Beginner’s guide to sap abap 1
Beginner’s guide to sap abap 1
 
SAP ABAP data dictionary
SAP ABAP data dictionarySAP ABAP data dictionary
SAP ABAP data dictionary
 
Introduction to ABAP
Introduction to ABAPIntroduction to ABAP
Introduction to ABAP
 
SAP ABAP - Needed Notes
SAP   ABAP - Needed NotesSAP   ABAP - Needed Notes
SAP ABAP - Needed Notes
 
Sap abap ppt
Sap abap pptSap abap ppt
Sap abap ppt
 
Sap sapscripts tips and tricks
Sap sapscripts tips and tricksSap sapscripts tips and tricks
Sap sapscripts tips and tricks
 
Module pool programming
Module pool programmingModule pool programming
Module pool programming
 
User exit training
User exit trainingUser exit training
User exit training
 
Sap abap material
Sap abap materialSap abap material
Sap abap material
 
SAP ABAP Practice exam
SAP ABAP Practice examSAP ABAP Practice exam
SAP ABAP Practice exam
 
Sap abap online training By Keylabstraining
Sap abap online training By KeylabstrainingSap abap online training By Keylabstraining
Sap abap online training By Keylabstraining
 
Chapter 01 user exits
Chapter 01 user exitsChapter 01 user exits
Chapter 01 user exits
 
SAP Smart forms
SAP Smart formsSAP Smart forms
SAP Smart forms
 
Sap Abap Reports
Sap Abap ReportsSap Abap Reports
Sap Abap Reports
 

Ähnlich wie SAP ABAP Latest Interview Questions with Answers by Garuda Trainings

OOAD-FULL-UNITS (full unit) SEE6A
OOAD-FULL-UNITS (full unit) SEE6AOOAD-FULL-UNITS (full unit) SEE6A
OOAD-FULL-UNITS (full unit) SEE6AJKN JKN
 
Top 30 Technical interview questions
Top 30 Technical interview questionsTop 30 Technical interview questions
Top 30 Technical interview questionsSohailSaifi15
 
Java Interview Questions
Java Interview QuestionsJava Interview Questions
Java Interview QuestionsKuntal Bhowmick
 
What is OOP_ (Object Oriented Programming) (1).pptx
What is OOP_ (Object Oriented Programming) (1).pptxWhat is OOP_ (Object Oriented Programming) (1).pptx
What is OOP_ (Object Oriented Programming) (1).pptxhreempandya
 
JAVA VIVA QUESTIONS_CODERS LODGE.pdf
JAVA VIVA QUESTIONS_CODERS LODGE.pdfJAVA VIVA QUESTIONS_CODERS LODGE.pdf
JAVA VIVA QUESTIONS_CODERS LODGE.pdfnofakeNews
 
software engineer interview questions.pdf
software engineer interview questions.pdfsoftware engineer interview questions.pdf
software engineer interview questions.pdfRaajpootQueen
 
Cs2305 programming paradigms lecturer notes
Cs2305   programming paradigms lecturer notesCs2305   programming paradigms lecturer notes
Cs2305 programming paradigms lecturer notesSaravanakumar viswanathan
 
EEE oops Vth semester viva questions with answer
EEE oops Vth semester viva questions with answerEEE oops Vth semester viva questions with answer
EEE oops Vth semester viva questions with answerJeba Moses
 
Bt8901 objective oriented systems1
Bt8901 objective oriented systems1Bt8901 objective oriented systems1
Bt8901 objective oriented systems1Techglyphs
 
Review oop and ood
Review oop and oodReview oop and ood
Review oop and oodthan sare
 
Selenium Training .pptx
Selenium Training .pptxSelenium Training .pptx
Selenium Training .pptxSajidTk2
 
Fundamentals of oops in .Net
Fundamentals of oops in .NetFundamentals of oops in .Net
Fundamentals of oops in .NetHarman Bajwa
 
Data Structure Interview Questions & Answers
Data Structure Interview Questions & AnswersData Structure Interview Questions & Answers
Data Structure Interview Questions & AnswersSatyam Jaiswal
 
Csci360 20 (1)
Csci360 20 (1)Csci360 20 (1)
Csci360 20 (1)manish katara
 
Csci360 20
Csci360 20Csci360 20
Csci360 20neetukalra
 
OOP interview questions & answers.
OOP interview questions & answers.OOP interview questions & answers.
OOP interview questions & answers.Questpond
 
FAL(2022-23)_CSE0206_ETH_AP2022232000455_Reference_Material_I_16-Aug-2022_Mod...
FAL(2022-23)_CSE0206_ETH_AP2022232000455_Reference_Material_I_16-Aug-2022_Mod...FAL(2022-23)_CSE0206_ETH_AP2022232000455_Reference_Material_I_16-Aug-2022_Mod...
FAL(2022-23)_CSE0206_ETH_AP2022232000455_Reference_Material_I_16-Aug-2022_Mod...AnkurSingh340457
 

Ähnlich wie SAP ABAP Latest Interview Questions with Answers by Garuda Trainings (20)

JAVA-PPT'S.pdf
JAVA-PPT'S.pdfJAVA-PPT'S.pdf
JAVA-PPT'S.pdf
 
Oops concepts
Oops conceptsOops concepts
Oops concepts
 
OOAD-FULL-UNITS (full unit) SEE6A
OOAD-FULL-UNITS (full unit) SEE6AOOAD-FULL-UNITS (full unit) SEE6A
OOAD-FULL-UNITS (full unit) SEE6A
 
Top 30 Technical interview questions
Top 30 Technical interview questionsTop 30 Technical interview questions
Top 30 Technical interview questions
 
Java Interview Questions
Java Interview QuestionsJava Interview Questions
Java Interview Questions
 
What is OOP_ (Object Oriented Programming) (1).pptx
What is OOP_ (Object Oriented Programming) (1).pptxWhat is OOP_ (Object Oriented Programming) (1).pptx
What is OOP_ (Object Oriented Programming) (1).pptx
 
JAVA VIVA QUESTIONS_CODERS LODGE.pdf
JAVA VIVA QUESTIONS_CODERS LODGE.pdfJAVA VIVA QUESTIONS_CODERS LODGE.pdf
JAVA VIVA QUESTIONS_CODERS LODGE.pdf
 
software engineer interview questions.pdf
software engineer interview questions.pdfsoftware engineer interview questions.pdf
software engineer interview questions.pdf
 
Cs2305 programming paradigms lecturer notes
Cs2305   programming paradigms lecturer notesCs2305   programming paradigms lecturer notes
Cs2305 programming paradigms lecturer notes
 
EEE oops Vth semester viva questions with answer
EEE oops Vth semester viva questions with answerEEE oops Vth semester viva questions with answer
EEE oops Vth semester viva questions with answer
 
Bt8901 objective oriented systems1
Bt8901 objective oriented systems1Bt8901 objective oriented systems1
Bt8901 objective oriented systems1
 
Review oop and ood
Review oop and oodReview oop and ood
Review oop and ood
 
Selenium Training .pptx
Selenium Training .pptxSelenium Training .pptx
Selenium Training .pptx
 
Fundamentals of oops in .Net
Fundamentals of oops in .NetFundamentals of oops in .Net
Fundamentals of oops in .Net
 
Data Structure Interview Questions & Answers
Data Structure Interview Questions & AnswersData Structure Interview Questions & Answers
Data Structure Interview Questions & Answers
 
Csci360 20 (1)
Csci360 20 (1)Csci360 20 (1)
Csci360 20 (1)
 
Csci360 20
Csci360 20Csci360 20
Csci360 20
 
OOP interview questions & answers.
OOP interview questions & answers.OOP interview questions & answers.
OOP interview questions & answers.
 
Intervies
InterviesIntervies
Intervies
 
FAL(2022-23)_CSE0206_ETH_AP2022232000455_Reference_Material_I_16-Aug-2022_Mod...
FAL(2022-23)_CSE0206_ETH_AP2022232000455_Reference_Material_I_16-Aug-2022_Mod...FAL(2022-23)_CSE0206_ETH_AP2022232000455_Reference_Material_I_16-Aug-2022_Mod...
FAL(2022-23)_CSE0206_ETH_AP2022232000455_Reference_Material_I_16-Aug-2022_Mod...
 

Mehr von Garuda Trainings

TIBCO Latest Interview Questions with Answers by Garuda Trainings
TIBCO Latest Interview Questions with Answers by Garuda TrainingsTIBCO Latest Interview Questions with Answers by Garuda Trainings
TIBCO Latest Interview Questions with Answers by Garuda TrainingsGaruda Trainings
 
Cloud computing Latest Interview Questions with Answers by Garuda Trainings
Cloud computing Latest Interview Questions with Answers by Garuda TrainingsCloud computing Latest Interview Questions with Answers by Garuda Trainings
Cloud computing Latest Interview Questions with Answers by Garuda TrainingsGaruda Trainings
 
Create generic delta
Create generic deltaCreate generic delta
Create generic deltaGaruda Trainings
 
Software development life cycle
Software development life cycleSoftware development life cycle
Software development life cycleGaruda Trainings
 
Qa interview questions and answers
Qa interview questions and answersQa interview questions and answers
Qa interview questions and answersGaruda Trainings
 
Qa interview questions and answers for placements
Qa interview questions and answers for placementsQa interview questions and answers for placements
Qa interview questions and answers for placementsGaruda Trainings
 

Mehr von Garuda Trainings (8)

TIBCO Latest Interview Questions with Answers by Garuda Trainings
TIBCO Latest Interview Questions with Answers by Garuda TrainingsTIBCO Latest Interview Questions with Answers by Garuda Trainings
TIBCO Latest Interview Questions with Answers by Garuda Trainings
 
Cloud computing Latest Interview Questions with Answers by Garuda Trainings
Cloud computing Latest Interview Questions with Answers by Garuda TrainingsCloud computing Latest Interview Questions with Answers by Garuda Trainings
Cloud computing Latest Interview Questions with Answers by Garuda Trainings
 
Create generic delta
Create generic deltaCreate generic delta
Create generic delta
 
Software development life cycle
Software development life cycleSoftware development life cycle
Software development life cycle
 
Qa interview questions and answers
Qa interview questions and answersQa interview questions and answers
Qa interview questions and answers
 
Qa interview questions and answers for placements
Qa interview questions and answers for placementsQa interview questions and answers for placements
Qa interview questions and answers for placements
 
Exception handling
Exception handlingException handling
Exception handling
 
Exception handling
Exception handlingException handling
Exception handling
 

KĂŒrzlich hochgeladen

WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)Delhi Call girls
 
ć„łçŽ‹ć€§ć­ŠçĄ•ćŁ«æŻ•äžšèŻæˆç»©ć•(ćŠ æ€„ćŠžç†)èź€èŻæ”·ć€–æŻ•äžšèŻ
ć„łçŽ‹ć€§ć­ŠçĄ•ćŁ«æŻ•äžšèŻæˆç»©ć•(ćŠ æ€„ćŠžç†)èź€èŻæ”·ć€–æŻ•äžšèŻć„łçŽ‹ć€§ć­ŠçĄ•ćŁ«æŻ•äžšèŻæˆç»©ć•(ćŠ æ€„ćŠžç†)èź€èŻæ”·ć€–æŻ•äžšèŻ
ć„łçŽ‹ć€§ć­ŠçĄ•ćŁ«æŻ•äžšèŻæˆç»©ć•(ćŠ æ€„ćŠžç†)èź€èŻæ”·ć€–æŻ•äžšèŻobuhobo
 
VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130
VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130
VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls In Prashant Vihar꧁❀ 🔝 9953056974đŸ”â€ê§‚ Escort ServiCe
Call Girls In Prashant Vihar꧁❀ 🔝 9953056974đŸ”â€ê§‚ Escort ServiCeCall Girls In Prashant Vihar꧁❀ 🔝 9953056974đŸ”â€ê§‚ Escort ServiCe
Call Girls In Prashant Vihar꧁❀ 🔝 9953056974đŸ”â€ê§‚ Escort ServiCe9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home MadeDubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Madekojalkojal131
 
Internship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmkInternship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmkSujalTamhane
 
Top Rated Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...poojakaurpk09
 
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen DatingDubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Datingkojalkojal131
 
Biography of Sundar Pichai, the CEO Google
Biography of Sundar Pichai, the CEO GoogleBiography of Sundar Pichai, the CEO Google
Biography of Sundar Pichai, the CEO GoogleHafizMuhammadAbdulla5
 
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls DubaiDark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls Dubaikojalkojal131
 
CALL ON ➄8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➄8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceCALL ON ➄8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➄8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceanilsa9823
 
Motilal Oswal Gift City Fund PPT - Apr 2024.pptx
Motilal Oswal Gift City Fund PPT - Apr 2024.pptxMotilal Oswal Gift City Fund PPT - Apr 2024.pptx
Motilal Oswal Gift City Fund PPT - Apr 2024.pptxMaulikVasani1
 
Résumé (2 pager - 12 ft standard syntax)
Résumé (2 pager -  12 ft standard syntax)Résumé (2 pager -  12 ft standard syntax)
Résumé (2 pager - 12 ft standard syntax)Soham Mondal
 
OSUæŻ•äžšèŻç•™ć­Šæ–‡ć‡­ïŒŒćˆ¶ćšćŠžç†
OSUæŻ•äžšèŻç•™ć­Šæ–‡ć‡­ïŒŒćˆ¶ćšćŠžç†OSUæŻ•äžšèŻç•™ć­Šæ–‡ć‡­ïŒŒćˆ¶ćšćŠžç†
OSUæŻ•äžšèŻç•™ć­Šæ–‡ć‡­ïŒŒćˆ¶ćšćŠžç†cowagem
 
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call GirlsDelhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girlsshivangimorya083
 
PM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterPM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterHector Del Castillo, CPM, CPMM
 
CALL ON ➄8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
CALL ON ➄8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳CALL ON ➄8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳
CALL ON ➄8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳anilsa9823
 

KĂŒrzlich hochgeladen (20)

WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
 
ć„łçŽ‹ć€§ć­ŠçĄ•ćŁ«æŻ•äžšèŻæˆç»©ć•(ćŠ æ€„ćŠžç†)èź€èŻæ”·ć€–æŻ•äžšèŻ
ć„łçŽ‹ć€§ć­ŠçĄ•ćŁ«æŻ•äžšèŻæˆç»©ć•(ćŠ æ€„ćŠžç†)èź€èŻæ”·ć€–æŻ•äžšèŻć„łçŽ‹ć€§ć­ŠçĄ•ćŁ«æŻ•äžšèŻæˆç»©ć•(ćŠ æ€„ćŠžç†)èź€èŻæ”·ć€–æŻ•äžšèŻ
ć„łçŽ‹ć€§ć­ŠçĄ•ćŁ«æŻ•äžšèŻæˆç»©ć•(ćŠ æ€„ćŠžç†)èź€èŻæ”·ć€–æŻ•äžšèŻ
 
VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130
VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130
VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130
 
Call Girls In Prashant Vihar꧁❀ 🔝 9953056974đŸ”â€ê§‚ Escort ServiCe
Call Girls In Prashant Vihar꧁❀ 🔝 9953056974đŸ”â€ê§‚ Escort ServiCeCall Girls In Prashant Vihar꧁❀ 🔝 9953056974đŸ”â€ê§‚ Escort ServiCe
Call Girls In Prashant Vihar꧁❀ 🔝 9953056974đŸ”â€ê§‚ Escort ServiCe
 
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home MadeDubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
 
Internship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmkInternship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmk
 
Top Rated Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
 
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen DatingDubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
 
Biography of Sundar Pichai, the CEO Google
Biography of Sundar Pichai, the CEO GoogleBiography of Sundar Pichai, the CEO Google
Biography of Sundar Pichai, the CEO Google
 
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls DubaiDark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
 
CALL ON ➄8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➄8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceCALL ON ➄8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➄8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
 
Motilal Oswal Gift City Fund PPT - Apr 2024.pptx
Motilal Oswal Gift City Fund PPT - Apr 2024.pptxMotilal Oswal Gift City Fund PPT - Apr 2024.pptx
Motilal Oswal Gift City Fund PPT - Apr 2024.pptx
 
Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...
Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...
Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...
 
Résumé (2 pager - 12 ft standard syntax)
Résumé (2 pager -  12 ft standard syntax)Résumé (2 pager -  12 ft standard syntax)
Résumé (2 pager - 12 ft standard syntax)
 
OSUæŻ•äžšèŻç•™ć­Šæ–‡ć‡­ïŒŒćˆ¶ćšćŠžç†
OSUæŻ•äžšèŻç•™ć­Šæ–‡ć‡­ïŒŒćˆ¶ćšćŠžç†OSUæŻ•äžšèŻç•™ć­Šæ–‡ć‡­ïŒŒćˆ¶ćšćŠžç†
OSUæŻ•äžšèŻç•™ć­Šæ–‡ć‡­ïŒŒćˆ¶ćšćŠžç†
 
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call GirlsDelhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
 
PM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterPM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring Chapter
 
CALL ON ➄8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
CALL ON ➄8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳CALL ON ➄8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳
CALL ON ➄8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
 

SAP ABAP Latest Interview Questions with Answers by Garuda Trainings

  • 2. 1. What guarantees the integration of all application modules? www.garudatrainings.com The R/3 basis system guarantees the integration of all application modules. The R/3 basis s/w provides the run time environment for the R/3 applications ensures optimal integration, defines a stable architectural frame for system enhancements, and contains the administration tools for the entire system. One of the main tasks of the basis system is to guarantee the portability of the complete system - See more at: http://www.saptechies.org/1000-sap-abap-interview-questions- answers/#sthash.vIMlGFF3.dpuf
  • 3. 2.What is OOPS ABAP ? www.garudatrainings.com 1. Object orientation (OO), or to be more precise, object-oriented programming, is a problem-solving method in which the software solution reflects objects in the real world. 2. A comprehensive introduction to object orientation as a whole would go far beyond the limits of this introduction to ABAP Objects. This documentation introduces a selection of terms that are used universally in object orientation and also occur in ABAP Objects. In subsequent sections, it goes on to discuss in more detail how these terms are used in ABAP Objects. The end of this section contains a list of further reading, with a selection of titles about object orientation.
  • 4. 3.What is the Difference between Class and Object ? www.garudatrainings.com A Class is actually a blueprint or a template to create an Object. Whereas an Object is a an actual instance of a Class. For example Employee ia a class, while John is a real employee which is an Object of Employee Class.
  • 5. 4.How polymorphism can be implemented ? www.garudatrainings.com Some examples to implement polymorphism: 1.Method Overriding 3.Operator Overloading 2.Method Overloading
  • 6. 5.What is Inheritance ? www.garudatrainings.com In OOPs terminology, inheritance is a way to form new classes using classes that have already been defined. Inheritance is intended to help reuse existing code with little or no modification. The new classes, known as derived classes, inherit attributes and behavior of the pre-existing classes, which are referred to as base classes.
  • 7. 6.What is Method Overriding ? www.garudatrainings.com 1. Method overriding allows a subclass to override a specific implementation of a method that is already provided by one of its super classes. 2. A subclass can give its own definition of methods but need to have the same signature as the method in its super class. This means that when overriding a method the subclass's method has to have the same name and parameter list as the super class's overridden method.
  • 8. 7. What is Method Overloading ? www.garudatrainings.com Method overloading is in a class have many methods having same name but different parameter called overloading or static polymorphism
  • 9. 8.What is Aggregation ? www.garudatrainings.com Aggregation is a special form of association. Aggregation is the composition of an object out of a set of parts. For example, a car is an aggregation of engine, tyres, brakes, etc. Aggregation represents a "Has" relationship like a car has a engine.
  • 10. 9.What is object oriented programming language ? www.garudatrainings.com Object oriented programming language allows concepts such as abstraction, modularity, encapsulation, polymorphism and inheritance. Simula is the first object oriented language. Objects are said to be the most important part of object oriented language. Concept revolves around making simulation programs around an object.
  • 11. 10. What are the core ABAP oops concepts? www.garudatrainings.com 1. Inheritance: Inheritance is the ability of an object to inherit the properties and methods of another object. This characteristic leads to the creation of families of objects (just like families exist for humans) with parent objects and child objects. 2. Polymorphism: Polymorphism is about an objects ability to provide context when methods or operators are called on the object.
  • 12. 11. What is UML ? www.garudatrainings.com 1. UML (Unified Modeling Language) is a standardized modeling language. It is used for the specification, construction, visualization and documentation of models for software systems and enables uniform communication between various users. 2. UML does not describe the steps in the object-oriented development process. 3. SAP uses UML as the company-wide standard for object-oriented modeling. 4. UML describes a number of different diagram types in order to represent different views of a system.
  • 13. 12. What are the types of Objects and Classes ? www.garudatrainings.com In general there are two types of Objects: Instance Object and Static Object and as such there are two types of Classes: Instance class and Static Class. Specifically when it comes to visibility, Private class, Protected class and Public classes are the types of classes one can have.
  • 14. 13.What are the types of classes which can be created ? www.garudatrainings.com ‱We can create four types of classes under final and only modeled category(optional) with the private, protected, public and abstract instantiation. ‱Usual Abap Class. ‱Exception Class(With/Without messages). ‱Persistent Class. ‱Test Class(ABAP Unit).
  • 15. 14. What are the types of classes which can be created ? www.garudatrainings.com We can create four types of classes under final and only modeled category(optional) with the private, protected, public and abstract instantiation. Usual ABAP Class. Exception Class(With/Without messages). Persistent Class. Test Class(ABAP Unit).
  • 16. 15. What is a reference variable ? www.garudatrainings.com Objects can only be created and addressed using reference variables. Reference variables allow you to create and address objects. Reference variables can be defined in classes, allowing you to access objects from within a class.
  • 17. Contact us For More Stuff: www.garudatrainings.com www.garudatrainings.com Mail : garudatrainings@gmail.com, contact@garudatrainings.com Phone : +1(508)841-6144