SlideShare a Scribd company logo
www.rekruitin.com
SAP Interview Questions – Part 1
1. What is SAP?
SAP is the name of the company founded in 1972 under the German name (Systems,
Applications, and Products in Data Processing) is the leading ERP (Enterprise Resource
Planning) software package.
2. Why do you usually choose to implement SAP?
There are number of technical reasons numbers of companies are planning to
implement SAP.
It’s highly configurable, highly secure data handling, min data redundancy, max data
consistency, you can capitalize on economics of sales like purchasing, tight
integration-cross function.
www.rekruitin.com
www.rekruitin.com
3. What is ERP?
ERP(Enterprises Resource Planning) is a package with the techniques and concepts
for the integrated management of business as a whole, for effective use of
management resources, to improve the efficiency of an enterprise.
Initially, ERP was targeted for manufacturing industry mainly for planning and
managing core business like production and financial market.
As the growth and merits of ERP package ERP software is designed for basic process
of a company from manufacturing to small shops with a target of integrating
information across the company.
www.rekruitin.com
4. Explain the concept of “Business Content” in SAP Business
Information Warehouse?
Business Content is a pre-configured set of role and task-relevant information models
based on consistent Metadata in the SAP Business Information Warehouse.
Business Content provides selected roles within a company with the information they
need to carry out their tasks.
These information models essentially contain roles, workbooks, queries, InfoSources,
InfoCubes, key figures, characteristics, update rules and extractors for SAP R/3,
mySAP.com Business Applications and other selected applications.
www.rekruitin.com
5. Different types of ERP?
SAP, BAAN, JD Edwards, Oracle Financials, Siebel, PeopleSoft. Among all the ERP’s
most of the companies implemented or trying to implement SAP because of
number of advantages aver other ERP packages.
6. Can BW run without a SAP R/3 implementation?
Certainly. You can run BW without R/3 implementation.
You can use pre-defined business content in BW using your non-SAP data.
Here you simply need to map the transfer structures associated with BW data
sources (InfoCubes, ODS tables) to the inbound data files or use 3rd part tool to
connect your flat files and other data sources and load data in BW.
Several third party ETL products such as Acta, Infomatica, DataStage and others
will have been certified to load data in BW.
www.rekruitin.com
7. What is IDES?
International Demonstration and Education System. A sample application provided
for faster learning and implementation.
8. What is the Business Work Flow of IDES?
Business Work Flow: Tool for automatic control and execution of cross-application
processes.
This involves coordinating the persons involved, the work steps required, the data,
which needs to be processed (business objects).
The main advantage is reduction in throughput times and the costs involved in
managing business processes.
Transparency and quality are enhanced by its use.
www.rekruitin.com
9. What is SAP R/3?
A third generation set of highly integrated software modules that performs
common business function based on multinational leading practice.
Takes care of any enterprise however diverse in operation, spread over the
world. In R/3 system all the three servers like presentation, application server and
database server are located at different system.
10. What are presentation, application and database servers in SAP
R/3?
The application layer of an R/3 System is made up of the application servers and
the message server.
Application programs in an R/3 System are run on application servers.
The application servers communicate with the presentation components, the
database, and also with each other, using the message server.
All the data are stored in a centralized server. This server is called database
server.
www.rekruitin.com
11. What should be the approach for writing a BDC program?
Convert the legacy system data to a flat file and convert flat file into internal
table. Transfer the flat file into sap system called “sap data transfer”. Call
transaction(Write the program explicitly) or create sessions (sessions are
created and processed ,if success data will transfer).
12. Explain open SQL vs native SQL?
ABAP Native SQL allows you to include database-specific SQL statements in an
ABAP program. Most ABAP programs containing database-specific SQL
statements do not run with different databases. If different databases are
involved, use Open SQL. To execute ABAP Native SQL in an ABAP program, use
the statement EXEC. Open SQL (Subset of standard SQL statements), allows you
to access all database tables available in the R/3 System, regardless of the
manufacturer. To avoid conflicts between database tables and to keep ABAP
programs independent from the database system used, SAP has generated its
own set of SQL statements known as Open SQL.
www.rekruitin.com
13. What are datasets?
The sequential files (processed on application server) are called datasets. They
are used for file handling in SAP.
14. What are internal tables check table, value table, and
transparent table?
Internal table: It is a standard data type object, which exists only during the
runtime of the program. Check table: Check table will be at field level checking.
Value table: Value table will be at domain level checking ex: scarr table is check
table for carrid. Transparent table: - Exists with the same structure both in
dictionary as well as in database exactly with the same data and fields.
www.rekruitin.com
15. What are the major benefits of reporting with BW over R/3?
Would it be sufficient just to Web-enable R/3 Reports?
Performance — Heavy reporting along with regular OLTP transactions can
produce a lot of load both on the R/3 and the database (cpu, memory, disks,
etc).
Just take a look at the load put on your system during a month end, quarter
end, or year-end — now imagine that occurring even more frequently.
Data analysis — BW uses a Data Warehouse and OLAP concepts for storing
and analyzing data, where R/3 was designed for transaction processing.
With a lot of work you can get the same analysis out of R/3 but most likely
would be easier from a BW.
www.rekruitin.com
16. How can an ERP such as SAP help a business owner learn more
about how business operates?
In order to use an ERP system, a business person must understand the business
processes and how they work together from one functional area to the other.
This knowledge gives the student a much deeper understanding of how a business
operates.
Using SAP as a tool to learn about ERP systems will require that the people
understand the business processes and how they integrate.
www.rekruitin.com
17. What is the difference between OLAP and Data Mining?
OLAP - On line Analytical processing is a reporting tool configured to
understand your database schema ,composition facts and dimensions .
By simple point-n-clicking, a user can run any number of canned or user-
designed reports without having to know anything of SQL or the schema.
Because of that prior configuration, the OLAP engine “builds” and executes
the appropriate SQL.
Mining is to build the application to specifically look at detailed analyses,
often algorithmic; even more often misappropriate called “reporting.
www.rekruitin.com
18. What is “Extended Star Schema” and how did it
emerge?
The Star Schema consists of the Dimension Tables and the Fact Table.
The Master Data related tables are kept in separate tables, which has
reference to the characteristics in the dimension table(s).
These separate tables for master data is termed as the Extended Star
Schema.
www.rekruitin.com
19. Define Meta data, Master data and Transaction data?
Meta Data: Data that describes the structure of data or MetaObjects is called
Metadata. In other words data about data is known as Meta Data.
Master Data: Master data is data that remains unchanged over a long period
of time.
 It contains information that is always needed in the same way.
Characteristics can bear master data in BW.
With master data you are dealing with attributes, texts or hierarchies.
Transaction data: Data relating to the day-to-day transactions is the
Transaction data.
www.rekruitin.com
20. Name some drawbacks of SAP?
Interfaces are huge problem, Determine where master data resides, Expensive, very
complex, demands highly trained staff, lengthy implementation time.
21. Transport Change Request: If your SAP landscape is composed of
a DEV server and PRD server and you need to transport a change
request from DEV client 111 to DEV 131 (i.e. transport in the same
server). How can this be accomplished?
Transaction SCC1
www.rekruitin.com
22. Internet outages: We have recently experienced some
internet outages caused by our ISP. Although we have resolved
our ISP problems, the users refuse to believe that losing the
internet connection was to blame for the SAP problems. How can
we ensure that this was an internet problem and not an SAP
problem?
Open a maintenance window, connect to the machine and kill the ISP
connection and see if this kills your connection. Repeat at will until they believe
that the ISP was the problem.
www.rekruitin.com
23. What is an OK code? What are the differences an OK code to a T-
code?
An OK Code is used by a program to execute a function for example after a
pushbutton has been clicked. A transaction code is a “shortcut” that helps a user run a
program.
T-Codes are stored in table TSTC
24. Where are t-code name and program values stored? How can I find
a list of all the t-codes in the SAP system?
You can use transaction st11 to view Table TSTC. You can define a new t-code using
transaction se93.
www.rekruitin.com
25. What are variables?
Variables are parameters of a query that are set in the parameter query
definition and are not filled with values until the queries are inserted into
workbooks.
There are different types of variables which are used in different application:
Characteristics variables, Hierarchies and hierarchy node, Texts, Formulas,
Processing types, User entry/Default type, Replacment Path.
Contact Us:
For more details, Please log on to www.rekruitin.com
Customer Care: 8855041500
Career Guidance : 9823205144
Tech Support : 7758806112
Human Resource: 9823204144
You can also Find us on:
Sap Interview Questions - Part 1
Sap Interview Questions - Part 1

More Related Content

What's hot (20)

PDF
Rise with sap s 4 hana cloud, private edition service description guide
Dharma Atluri
 
PPTX
SAP Roll Out - An Introduction and Advantages
anjalirao366
 
PDF
Sap basis certification_and_interview_questions_answers_and11237206714
ramesh469
 
PDF
SAP BCM.pdf
raman2664
 
PDF
GRC access control access risk management guide
Gulzar Ghosh
 
PDF
Funds management configuration sap ag
Lluckyy
 
PDF
Step by-step-to-upload-new-customer-master-record-with-lsmw
sristick
 
PPTX
SAP Activate Methodology for S/4HANA Implementation
Kellton Tech Solutions Ltd
 
PDF
Sap basis administration handbook
blackgoldboy
 
PPTX
SAP ERP: Introduction
ChanderRajpurohit
 
PDF
Data ingestion and Acquisition on SAP Analytics Cloud
Madhumita Banerjee
 
PPTX
Software Development Plan
Ronald Dove
 
PPTX
SAP Basis Overview
maxsoftsolutions
 
DOCX
SAP Landscape
lakshmi rajkumar
 
PPT
Oracle 10g Introduction 1
Eryk Budi Pratama
 
PPTX
Sap basis ppt
globalonline trainings
 
PDF
How to create generic delta
Jacques Kalees
 
PPT
SAP FI
JKT Education
 
PDF
Sap bi step by step procedure for data archiving by adk and reloading archive...
Charanjit Singh
 
PDF
Step by step on changing ecc source systems without affecting data modeling o...
Andre Bothma
 
Rise with sap s 4 hana cloud, private edition service description guide
Dharma Atluri
 
SAP Roll Out - An Introduction and Advantages
anjalirao366
 
Sap basis certification_and_interview_questions_answers_and11237206714
ramesh469
 
SAP BCM.pdf
raman2664
 
GRC access control access risk management guide
Gulzar Ghosh
 
Funds management configuration sap ag
Lluckyy
 
Step by-step-to-upload-new-customer-master-record-with-lsmw
sristick
 
SAP Activate Methodology for S/4HANA Implementation
Kellton Tech Solutions Ltd
 
Sap basis administration handbook
blackgoldboy
 
SAP ERP: Introduction
ChanderRajpurohit
 
Data ingestion and Acquisition on SAP Analytics Cloud
Madhumita Banerjee
 
Software Development Plan
Ronald Dove
 
SAP Basis Overview
maxsoftsolutions
 
SAP Landscape
lakshmi rajkumar
 
Oracle 10g Introduction 1
Eryk Budi Pratama
 
Sap basis ppt
globalonline trainings
 
How to create generic delta
Jacques Kalees
 
SAP FI
JKT Education
 
Sap bi step by step procedure for data archiving by adk and reloading archive...
Charanjit Singh
 
Step by step on changing ecc source systems without affecting data modeling o...
Andre Bothma
 

Similar to Sap Interview Questions - Part 1 (20)

PPTX
SAP Interview Questions for Experienced to Hire SAP Specialists_Part 1
Interview Mocha
 
PPTX
Sap abap
nrj10
 
PDF
Abap interview questions and answers
Kaustav Pyne
 
PPTX
SAP ABAP Interview questions
IT LearnMore
 
PDF
Top 35-interview-questions-on-sap-abap
prathamesh4865
 
PDF
Introduction to sap
skarthik19
 
PDF
Introduction to sap jaipur-30 july 2015
Baalu Kathirvelu
 
PDF
1000 sap-interview-qa
SiddheshSirsat
 
DOC
1000 solved questions
Kranthi Kumar
 
DOCX
What is sap
Tushar Patel
 
DOC
Ab ap faq
alok khobragade
 
DOCX
Interview qq
suryaaaaq
 
PPTX
WELCOME_To_SAP_overview_Presentation.pptx
siva777686
 
PPTX
WELCOME_To_SAP_overview_Presentation.pptx
siva777686
 
PDF
Sap abap Q&A
Kaustav Pyne
 
PPTX
Introduction to SAP-Jaipur-30 July 2015.pptx
NavneetChaubey4
 
PPTX
WELCOME_To_SAP_overview_Presentation.pptx
Rajiv kumar singh
 
PPTX
SAP ABAP Interview Question Answer Online Training
manasiallentics
 
PPTX
SAP Career Maker site
aakil1
 
PPTX
SAP Interview Tips
Recruiterdaily.co.uk
 
SAP Interview Questions for Experienced to Hire SAP Specialists_Part 1
Interview Mocha
 
Sap abap
nrj10
 
Abap interview questions and answers
Kaustav Pyne
 
SAP ABAP Interview questions
IT LearnMore
 
Top 35-interview-questions-on-sap-abap
prathamesh4865
 
Introduction to sap
skarthik19
 
Introduction to sap jaipur-30 july 2015
Baalu Kathirvelu
 
1000 sap-interview-qa
SiddheshSirsat
 
1000 solved questions
Kranthi Kumar
 
What is sap
Tushar Patel
 
Ab ap faq
alok khobragade
 
Interview qq
suryaaaaq
 
WELCOME_To_SAP_overview_Presentation.pptx
siva777686
 
WELCOME_To_SAP_overview_Presentation.pptx
siva777686
 
Sap abap Q&A
Kaustav Pyne
 
Introduction to SAP-Jaipur-30 July 2015.pptx
NavneetChaubey4
 
WELCOME_To_SAP_overview_Presentation.pptx
Rajiv kumar singh
 
SAP ABAP Interview Question Answer Online Training
manasiallentics
 
SAP Career Maker site
aakil1
 
SAP Interview Tips
Recruiterdaily.co.uk
 
Ad

More from ReKruiTIn.com (16)

PPTX
Tips On Telephonic Interview Round
ReKruiTIn.com
 
PPTX
What not to Include in your Resume.
ReKruiTIn.com
 
PPTX
Tips for Salary Negotiation
ReKruiTIn.com
 
PPTX
Tips on Group Discussion
ReKruiTIn.com
 
PPTX
Team management
ReKruiTIn.com
 
PPTX
Importance of Cover Letter
ReKruiTIn.com
 
PPTX
Mistakes to avoid in Job Interview
ReKruiTIn.com
 
PPT
C, C++ Interview Questions Part - 1
ReKruiTIn.com
 
PPT
DB2 Interview Questions - Part 1
ReKruiTIn.com
 
PPT
Dot Net Interview Questions - Part 1
ReKruiTIn.com
 
PPT
PeopleSoft Interview Questions - Part 1
ReKruiTIn.com
 
PPTX
Resume Writing Skills
ReKruiTIn.com
 
PPT
Interview Process
ReKruiTIn.com
 
PPTX
Recruitment skills
ReKruiTIn.com
 
PPT
Basic Interview Questions
ReKruiTIn.com
 
PPT
Career Development Tips
ReKruiTIn.com
 
Tips On Telephonic Interview Round
ReKruiTIn.com
 
What not to Include in your Resume.
ReKruiTIn.com
 
Tips for Salary Negotiation
ReKruiTIn.com
 
Tips on Group Discussion
ReKruiTIn.com
 
Team management
ReKruiTIn.com
 
Importance of Cover Letter
ReKruiTIn.com
 
Mistakes to avoid in Job Interview
ReKruiTIn.com
 
C, C++ Interview Questions Part - 1
ReKruiTIn.com
 
DB2 Interview Questions - Part 1
ReKruiTIn.com
 
Dot Net Interview Questions - Part 1
ReKruiTIn.com
 
PeopleSoft Interview Questions - Part 1
ReKruiTIn.com
 
Resume Writing Skills
ReKruiTIn.com
 
Interview Process
ReKruiTIn.com
 
Recruitment skills
ReKruiTIn.com
 
Basic Interview Questions
ReKruiTIn.com
 
Career Development Tips
ReKruiTIn.com
 
Ad

Recently uploaded (20)

PDF
Ch7.pdf fghjkloiuytrezgdrsrddfhhvhjgufygfgjhfugyfufutfgyufuygfuygfuytfuytftfy...
SuKosh1
 
PPTX
Data Analyst Jobs in Jaipur Top Hiring Trends in 2025.pptx
vinay salarite
 
PDF
Sarkari Job Alerts in Marathi & English – Majhi Naukri
Reeshna Prajeesh
 
PPTX
intro-to-accounting-week-1.pptxbahshhahz
matthewEmpleo1
 
PDF
Crafting Winning CVs Cover Letters and Mastering Job Interviews with Roman Vi...
Excellence Foundation for South Sudan
 
PDF
All-in-One Government Job Portal – Discover MajhiNaukri
Reeshna Prajeesh
 
PPTX
A Portfolio as a Job Search Tool July 2025
Bruce Bennett
 
PPTX
文凭复刻澳洲电子毕业证阳光海岸大学成绩单USC录取通知书
Taqyea
 
PPT
SQL.pptkarim pfe rabatkarim pfe rabatkarim pfe rabat
Keeyvikyv
 
PPTX
Learn AI in Software Testing - Venkatesh (Rahul Shetty)
Venkatesh (Rahul Shetty)
 
PDF
corporate training firms in pune.........
a25075044
 
DOCX
PMCF (Performance Monitoring and Coaching Form
ROSALIESOMBILON
 
PDF
hr generalist certification.pdf.........
a25075044
 
PPTX
原版英国牛津大学毕业证(Oxon毕业证书)如何办理
Taqyea
 
PDF
Digital Marketing Agency in Delhi| NSIM |
saqibembibe
 
PDF
ILLUMINATI CALL KAMPALA IN UGANDA+256776963507/0741506136
Illuminati Agent in Kampala Uganda+256776963507/0741506136
 
PPTX
21st-Literature.pptxjsududhshsusushshsusuhsgsysh
JohnVJLBellen
 
PDF
From-Idea-to-Business-Plan-A-Practical-Guide.pdf
eman youssif
 
PDF
NotificationForTheTeachingPositionsAdvt012025.pdf
sunitsaathi
 
PPT
CLEFT LIP AND PALATE CLP for the students.ppt
ssuser2865ca
 
Ch7.pdf fghjkloiuytrezgdrsrddfhhvhjgufygfgjhfugyfufutfgyufuygfuygfuytfuytftfy...
SuKosh1
 
Data Analyst Jobs in Jaipur Top Hiring Trends in 2025.pptx
vinay salarite
 
Sarkari Job Alerts in Marathi & English – Majhi Naukri
Reeshna Prajeesh
 
intro-to-accounting-week-1.pptxbahshhahz
matthewEmpleo1
 
Crafting Winning CVs Cover Letters and Mastering Job Interviews with Roman Vi...
Excellence Foundation for South Sudan
 
All-in-One Government Job Portal – Discover MajhiNaukri
Reeshna Prajeesh
 
A Portfolio as a Job Search Tool July 2025
Bruce Bennett
 
文凭复刻澳洲电子毕业证阳光海岸大学成绩单USC录取通知书
Taqyea
 
SQL.pptkarim pfe rabatkarim pfe rabatkarim pfe rabat
Keeyvikyv
 
Learn AI in Software Testing - Venkatesh (Rahul Shetty)
Venkatesh (Rahul Shetty)
 
corporate training firms in pune.........
a25075044
 
PMCF (Performance Monitoring and Coaching Form
ROSALIESOMBILON
 
hr generalist certification.pdf.........
a25075044
 
原版英国牛津大学毕业证(Oxon毕业证书)如何办理
Taqyea
 
Digital Marketing Agency in Delhi| NSIM |
saqibembibe
 
ILLUMINATI CALL KAMPALA IN UGANDA+256776963507/0741506136
Illuminati Agent in Kampala Uganda+256776963507/0741506136
 
21st-Literature.pptxjsududhshsusushshsusuhsgsysh
JohnVJLBellen
 
From-Idea-to-Business-Plan-A-Practical-Guide.pdf
eman youssif
 
NotificationForTheTeachingPositionsAdvt012025.pdf
sunitsaathi
 
CLEFT LIP AND PALATE CLP for the students.ppt
ssuser2865ca
 

Sap Interview Questions - Part 1

  • 2. 1. What is SAP? SAP is the name of the company founded in 1972 under the German name (Systems, Applications, and Products in Data Processing) is the leading ERP (Enterprise Resource Planning) software package. 2. Why do you usually choose to implement SAP? There are number of technical reasons numbers of companies are planning to implement SAP. It’s highly configurable, highly secure data handling, min data redundancy, max data consistency, you can capitalize on economics of sales like purchasing, tight integration-cross function. www.rekruitin.com
  • 3. www.rekruitin.com 3. What is ERP? ERP(Enterprises Resource Planning) is a package with the techniques and concepts for the integrated management of business as a whole, for effective use of management resources, to improve the efficiency of an enterprise. Initially, ERP was targeted for manufacturing industry mainly for planning and managing core business like production and financial market. As the growth and merits of ERP package ERP software is designed for basic process of a company from manufacturing to small shops with a target of integrating information across the company.
  • 4. www.rekruitin.com 4. Explain the concept of “Business Content” in SAP Business Information Warehouse? Business Content is a pre-configured set of role and task-relevant information models based on consistent Metadata in the SAP Business Information Warehouse. Business Content provides selected roles within a company with the information they need to carry out their tasks. These information models essentially contain roles, workbooks, queries, InfoSources, InfoCubes, key figures, characteristics, update rules and extractors for SAP R/3, mySAP.com Business Applications and other selected applications.
  • 5. www.rekruitin.com 5. Different types of ERP? SAP, BAAN, JD Edwards, Oracle Financials, Siebel, PeopleSoft. Among all the ERP’s most of the companies implemented or trying to implement SAP because of number of advantages aver other ERP packages. 6. Can BW run without a SAP R/3 implementation? Certainly. You can run BW without R/3 implementation. You can use pre-defined business content in BW using your non-SAP data. Here you simply need to map the transfer structures associated with BW data sources (InfoCubes, ODS tables) to the inbound data files or use 3rd part tool to connect your flat files and other data sources and load data in BW. Several third party ETL products such as Acta, Infomatica, DataStage and others will have been certified to load data in BW.
  • 6. www.rekruitin.com 7. What is IDES? International Demonstration and Education System. A sample application provided for faster learning and implementation. 8. What is the Business Work Flow of IDES? Business Work Flow: Tool for automatic control and execution of cross-application processes. This involves coordinating the persons involved, the work steps required, the data, which needs to be processed (business objects). The main advantage is reduction in throughput times and the costs involved in managing business processes. Transparency and quality are enhanced by its use.
  • 7. www.rekruitin.com 9. What is SAP R/3? A third generation set of highly integrated software modules that performs common business function based on multinational leading practice. Takes care of any enterprise however diverse in operation, spread over the world. In R/3 system all the three servers like presentation, application server and database server are located at different system. 10. What are presentation, application and database servers in SAP R/3? The application layer of an R/3 System is made up of the application servers and the message server. Application programs in an R/3 System are run on application servers. The application servers communicate with the presentation components, the database, and also with each other, using the message server. All the data are stored in a centralized server. This server is called database server.
  • 8. www.rekruitin.com 11. What should be the approach for writing a BDC program? Convert the legacy system data to a flat file and convert flat file into internal table. Transfer the flat file into sap system called “sap data transfer”. Call transaction(Write the program explicitly) or create sessions (sessions are created and processed ,if success data will transfer). 12. Explain open SQL vs native SQL? ABAP Native SQL allows you to include database-specific SQL statements in an ABAP program. Most ABAP programs containing database-specific SQL statements do not run with different databases. If different databases are involved, use Open SQL. To execute ABAP Native SQL in an ABAP program, use the statement EXEC. Open SQL (Subset of standard SQL statements), allows you to access all database tables available in the R/3 System, regardless of the manufacturer. To avoid conflicts between database tables and to keep ABAP programs independent from the database system used, SAP has generated its own set of SQL statements known as Open SQL.
  • 9. www.rekruitin.com 13. What are datasets? The sequential files (processed on application server) are called datasets. They are used for file handling in SAP. 14. What are internal tables check table, value table, and transparent table? Internal table: It is a standard data type object, which exists only during the runtime of the program. Check table: Check table will be at field level checking. Value table: Value table will be at domain level checking ex: scarr table is check table for carrid. Transparent table: - Exists with the same structure both in dictionary as well as in database exactly with the same data and fields.
  • 10. www.rekruitin.com 15. What are the major benefits of reporting with BW over R/3? Would it be sufficient just to Web-enable R/3 Reports? Performance — Heavy reporting along with regular OLTP transactions can produce a lot of load both on the R/3 and the database (cpu, memory, disks, etc). Just take a look at the load put on your system during a month end, quarter end, or year-end — now imagine that occurring even more frequently. Data analysis — BW uses a Data Warehouse and OLAP concepts for storing and analyzing data, where R/3 was designed for transaction processing. With a lot of work you can get the same analysis out of R/3 but most likely would be easier from a BW.
  • 11. www.rekruitin.com 16. How can an ERP such as SAP help a business owner learn more about how business operates? In order to use an ERP system, a business person must understand the business processes and how they work together from one functional area to the other. This knowledge gives the student a much deeper understanding of how a business operates. Using SAP as a tool to learn about ERP systems will require that the people understand the business processes and how they integrate.
  • 12. www.rekruitin.com 17. What is the difference between OLAP and Data Mining? OLAP - On line Analytical processing is a reporting tool configured to understand your database schema ,composition facts and dimensions . By simple point-n-clicking, a user can run any number of canned or user- designed reports without having to know anything of SQL or the schema. Because of that prior configuration, the OLAP engine “builds” and executes the appropriate SQL. Mining is to build the application to specifically look at detailed analyses, often algorithmic; even more often misappropriate called “reporting.
  • 13. www.rekruitin.com 18. What is “Extended Star Schema” and how did it emerge? The Star Schema consists of the Dimension Tables and the Fact Table. The Master Data related tables are kept in separate tables, which has reference to the characteristics in the dimension table(s). These separate tables for master data is termed as the Extended Star Schema.
  • 14. www.rekruitin.com 19. Define Meta data, Master data and Transaction data? Meta Data: Data that describes the structure of data or MetaObjects is called Metadata. In other words data about data is known as Meta Data. Master Data: Master data is data that remains unchanged over a long period of time.  It contains information that is always needed in the same way. Characteristics can bear master data in BW. With master data you are dealing with attributes, texts or hierarchies. Transaction data: Data relating to the day-to-day transactions is the Transaction data.
  • 15. www.rekruitin.com 20. Name some drawbacks of SAP? Interfaces are huge problem, Determine where master data resides, Expensive, very complex, demands highly trained staff, lengthy implementation time. 21. Transport Change Request: If your SAP landscape is composed of a DEV server and PRD server and you need to transport a change request from DEV client 111 to DEV 131 (i.e. transport in the same server). How can this be accomplished? Transaction SCC1
  • 16. www.rekruitin.com 22. Internet outages: We have recently experienced some internet outages caused by our ISP. Although we have resolved our ISP problems, the users refuse to believe that losing the internet connection was to blame for the SAP problems. How can we ensure that this was an internet problem and not an SAP problem? Open a maintenance window, connect to the machine and kill the ISP connection and see if this kills your connection. Repeat at will until they believe that the ISP was the problem.
  • 17. www.rekruitin.com 23. What is an OK code? What are the differences an OK code to a T- code? An OK Code is used by a program to execute a function for example after a pushbutton has been clicked. A transaction code is a “shortcut” that helps a user run a program. T-Codes are stored in table TSTC 24. Where are t-code name and program values stored? How can I find a list of all the t-codes in the SAP system? You can use transaction st11 to view Table TSTC. You can define a new t-code using transaction se93.
  • 18. www.rekruitin.com 25. What are variables? Variables are parameters of a query that are set in the parameter query definition and are not filled with values until the queries are inserted into workbooks. There are different types of variables which are used in different application: Characteristics variables, Hierarchies and hierarchy node, Texts, Formulas, Processing types, User entry/Default type, Replacment Path.
  • 19. Contact Us: For more details, Please log on to www.rekruitin.com Customer Care: 8855041500 Career Guidance : 9823205144 Tech Support : 7758806112 Human Resource: 9823204144 You can also Find us on: