Wednesday, November 11, 2015

Sap interview Questions 2


Q:Explain the concept of Business Content in SAP Business Information Warehouse? 
A: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.   

Q:What is WF and its importance? 
A: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.  

Q:What is the flag? 
A:Flag is a variable which contains only two value like ( 0 or 1) or ( true or false ).  

Q:What are presentation, application and database servers in SAP R/3? 
A: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.  

Q:Define Meta data, Master data and Transaction data ? 
A: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.  

Q:How to get the column count of a report? 
A:SY-LINSZ system variable gives the column count(line size) and SY-LINCT for line count  

Q:What are the Events in Application Server? 
A:1 - OPEN DATA SET 2 - READ DATA SET 3 - CLOSE DATA SET.  

Q:What is meant by view? 
A:View is an imaginary table. It does not lies under database. Actually the View data is stored in database tables only. Views are filled during runtime only.  

Q:What a full form of badi? 
A:BADI : Business Add-in\'s  

Q:What a full form of BAPI? 
A:Business Application Programming Interface  

No comments:

Post a Comment