SAP ERP

  Home  Systems, Applications, and Products (SAP)  SAP ERP


“SAP ERP related Frequently Asked Questions by expert members with job experience as SAP ERP. These questions and answers will help you strengthen your technical skills, prepare for the new job interview and quickly revise your concepts”



58 SAP ERP Questions And Answers

1⟩ Tell us why should I choose Mosaic 21 Applications for my ERP solution?

The four main reasons to choose Mosaic 21 Applications are:

☛ Software Functionality - superb user friendly functionality to meet all your business process reQuirements

☛ Technology platform - ensures the security and integrity of enterprise data while providing the lowest total cost -of ownership

☛ Proven Implementation Control - with the Mosaic Implementation Methodology (MIM) you are ensured an expeditious and successful implementation

☛ Industry Knowledge and Expertise - Mosaic's resources have real world experience in the manufacturing and distribution industries

Mosaic Data Solutions offers the functionality, technology platform, industry knowledge and implementation expertise to help you realize the full benefits of an ERP solution.

 177 views

2⟩ Tell us what are the different SAP products?

SAP R/3 – It succeeds SAP R/2 and is market leader in ERP. R/3 stands for three tier architecture i.e. Presentation, Logic and Data tier. It has many modules like SD, FI, and HR etc which encompass almost all enterprise departments.

My SAP – It is a suite of SAP products which apart from SAP R/3 also includes SRM, PLM, CRM, SCM

 152 views

3⟩ Explain me what is the difference between OLAP and Data Mining?

☛ OLAP: OLAP stands for Online Analytical Processing it is a reporting tool configured to understand your database schema, dimensions and composition facts

☛ Data Mining: It is an analytic process to explore data in search of consistent patterns or systematic relationship between variables.

 182 views

5⟩ Explain me what is the importance of ODS in BIW?

An ODS object serves to store debugged and consolidated transaction data on a document level. It defines a consolidated dataset from one or more info-sources. This data-set can be evaluated with a Bex query or Infoset query. The data of an ODS object can be updated with a delta update into InfoCubes or other ODS object in the same system or across systems. In contrast to multi-dimensional data storage with InfoCubes, the data in ODS object is stored in transparent, flat database tables.

 193 views

6⟩ Tell us what are the standard stages of the SAP Payment Run?

While executing the SAP Payment Run the standard stages of SAP includes

☛ Entering of parameters: It includes entering company codes, vendor accounts, payment methods, etc.

☛ Proposal Scheduling: The system proposes list of invoices to be paid

☛ Payment booking: Booking of the actual payments into the ledger

☛ Printing of Payment forms: Printing of payment forms

 211 views

7⟩ Do you know what is a company in SAP?

Company in SAP is the highest organizational unit for which financial statements like profit and loss statements, balance sheets can be drawn according to the requirement of organizations. A single company contains one or many company codes. All the company codes in SAP must use same COA (chart of accounts) and fiscal year.

 194 views

10⟩ Explain me what are the common transport errors?

The common transport errors include

☛ 1. Return code 4: Imported with warnings, generation of program, columns or row missing

☛ 2. Return code 8: Imported with syntax error, program generation error, dictionary activation error, etc.

☛ 3. Return code 12: Indicates import cancelled due to object missing, object not active, etc.

☛ 4. Return code 18: Indicates import cancelled due to system down while import, user expired during import and insufficient roles or authorization

 175 views

11⟩ Explain me what is ERP?

ERP stands for “enterprise resource planning”. The definition of enterprise resource planning is an integrated software solution used to manage a company’s resources. ERP systems integrate all business management functions, including planning, inventory/materials management, engineering, order processing, manufacturing, purchasing, accounting and finance, human resources, and more.

 175 views

12⟩ Tell me have you developed custom transaction software?

Tell me about this.” Well-designed and well-implemented ERP systems help management keep track of the tiniest pieces of inventory. Custom transaction software enables employees to make real-time inventory changes. While this concept seems geared toward manufacturing, it’s applicable to any business that offers something for sale. For instance, it would also be appropriate for a retail store, food-service operation or a government facility.

 162 views

13⟩ Do you know what is Net Weaver?

Net weaver is an integrated technology platform such that all the products in the SAP suite can run on a single instance of net weaver known as SAP Web Application Server (SAP WEBAs).

The advantage of using Net weaver is you can access SAP data using the web (http protocol) or even mobile. Thus you can save on costs involved in training users on SAP Client side GUI.

 176 views

17⟩ Tell us what are internal tables, check tables, value tables, and transparent table?

It is the standard data type object; it exists only during the runtime of the program.

☛ 1. Check the table will be at field level checking

☛ 2. Value table will be at domain level checking

☛ 3. Transparent table will exist with the same structure both in the dictionary as well as in the database exactly with the same data and fields

 231 views

18⟩ Tell us what should be the approach for writing a BDC program?

The approach to writing BDC program is to

☛ 1. Create recording

☛ 2. Convert the legacy system data to a flat file into the internal table referred as “Conversion.”

☛ 3. Transfer the Flat file into the SAP system called “SAP Data Transfer.”

☛ 4. Depending upon the BDC type CALL TRANSACTION or CREATE SESSIONS

 185 views

20⟩ Explain me what is extended star schema?

The star schema consists of the fact tables and the dimension tables. The master data related tables are kept in separate tables, which has reference to the characteristics in the dimension tables. These separate tables for master data are termed as the Extended Star Schema.

 193 views