SAP Consultant
100+ SAP Consultant Interview Questions and Answers

Asked in Deloitte

Q. What are the changes from AS to IND-AS in IND-AS 116?
Changes from AS to IND-AS in IND-AS 116
AS 19 and IND-AS 116 are similar but IND-AS 116 has some changes
AS 19 allowed two methods of accounting for leases, while IND-AS 116 only allows one
IND-AS 116 requires lessees to recognize all leases on their balance sheet
IND-AS 116 requires lessors to classify leases as either operating or finance leases
IND-AS 116 requires additional disclosures in the financial statements

Asked in PEGATRON

Q. What are the potential applications of SAP in line and warehouse management systems?
Warehouse management system can handle inventory, orders, and shipping. Work in line management system can optimize production and reduce waste.
Warehouse management system can track inventory levels and locations, manage orders and shipments, and optimize warehouse layout and organization.
Work in line management system can improve production efficiency by optimizing workflows, reducing waste, and minimizing downtime.
Both systems can integrate with other business software, suc...read more
SAP Consultant Interview Questions and Answers for Freshers

Asked in Accenture

Q. What is SD, and how does it integrate with FI?
SD (Sales and Distribution) is a module in SAP that deals with sales, shipping, and billing. It integrates with FI (Financial Accounting) for accounting and financial reporting purposes.
SD module handles sales, shipping, and billing processes
FI module deals with financial accounting and reporting
Integration between SD and FI ensures accurate accounting of sales transactions
SD-FI integration involves transferring data from SD to FI, such as customer and sales order information...read more

Asked in Deloitte

Q. What is the most complex object that you have worked upon?
I have worked on a complex SAP implementation project for a multinational corporation.
Implemented multiple modules including Finance, HR, and Supply Chain Management
Customized workflows and reports to meet specific business requirements
Integrated SAP with third-party systems for seamless data exchange

Asked in Deloitte

Q. Have you used SAP or similar software?
Yes, I have used SAP extensively in my previous roles as a consultant.
I have experience in implementing and configuring various SAP modules such as FI/CO, MM, SD, and PP.
I have also worked on SAP upgrades and migrations.
I am familiar with SAP best practices and have provided recommendations to clients based on their business requirements.
One of my recent projects involved implementing SAP S/4HANA for a manufacturing client.
I have also worked with other ERP systems such as Ora...read more

Asked in Incresol Software Services

Q. What event is used to validate the input field in reports?
The event to validate input fields in reports is 'AT-VALIDATE'.
Use 'AT-VALIDATE' event to validate input fields in reports
This event is triggered after the user enters data in the input field
You can write custom validation logic within the 'AT-VALIDATE' event
Example: AT-VALIDATE event can be used to check if the entered data is in the correct format
SAP Consultant Jobs




Asked in Accenture

Q. What are the key questions related to pricing in SAP Materials Management (MM)?
Key questions in SAP MM pricing focus on conditions, strategies, and integration with procurement processes.
What are the different pricing procedures in SAP MM?
How do condition types affect pricing in procurement?
What is the role of access sequences in determining prices?
How can pricing be influenced by vendor agreements?
What are the implications of price changes on existing purchase orders?
How do taxes and discounts integrate into the pricing structure?

Asked in Laxmi Infotech

Q. What does MM stand for in SAP?
MM stands for Material Management in SAP, a module that deals with procurement and inventory management.
MM is one of the core modules in SAP ERP system
It involves processes such as procurement, inventory management, and invoice verification
MM helps organizations streamline their supply chain processes and optimize inventory levels
Share interview questions and help millions of jobseekers 🌟

Asked in Delphi TVS

Q. What are the real-time issues faced during master data requests versus processing?
Real-time issues faced during master data request vs process
Data inconsistencies between systems
Lack of standardization in data entry
Data security concerns
Data quality issues
Integration issues with other systems
Difficulty in maintaining data accuracy and completeness
Data governance challenges

Asked in Laxmi Infotech

Q. What are the differences between a source list and an info record?
Source list is used for procurement of materials from specific vendors, while info record contains vendor-specific purchasing data.
Source list is a list of approved vendors for a material, specifying the sequence in which they should be approached for procurement.
Info record contains purchasing data specific to a vendor, such as pricing, delivery terms, and payment terms.
Source list is at the material level, while info record is at the vendor-material level.
Source list is use...read more

Asked in Teamware Solutions

Q. How many implementation and support projects have you completed?
I have completed 10 implementations and 15 support projects.
I have experience in both implementation and support projects.
I have completed 10 implementations successfully.
I have also worked on 15 support projects.
I have experience in handling various issues and providing solutions.
I have worked with different clients and industries.

Asked in Reliance Industries

Q. Procurement terms and condition and how to handled the export vendor
Procurement terms and conditions for export vendors
Understand the legal requirements for exporting goods
Ensure compliance with international trade regulations
Negotiate favorable terms and conditions with vendors
Include clauses for quality control and inspection
Specify delivery timelines and payment terms

Asked in Infosys

Q. What is the difference between the user group in the logon data tab and the user group tab?
The user group in logon data tab refers to the group assigned to a user during logon, while the user group tab allows for managing user groups.
User group in logon data tab is assigned to a user during logon process
User group tab allows for managing user groups and assigning them to users
User group in logon data tab is specific to individual user logon sessions
User group tab is used for overall management of user groups in the system
Asked in Pradeepit Consulting Services

Q. How do you stay informed of SAP developments and updates?
I stay informed of SAP developments and updates through various sources.
I regularly attend SAP conferences and webinars.
I follow SAP blogs and social media accounts.
I am a member of SAP user groups and forums.
I read SAP documentation and release notes.
I collaborate with colleagues and participate in knowledge sharing sessions.

Asked in TCS

Q. When using APP 110 for incoming payments, how does the system differentiate between incoming and outgoing payments?
SAP distinguishes incoming and outgoing payments using document types and account settings.
Document Type: Each payment is assigned a document type (e.g., 'SA' for general ledger entries) that indicates its nature.
Account Determination: Incoming payments typically post to customer accounts, while outgoing payments post to vendor accounts.
Payment Methods: Different payment methods (e.g., checks, bank transfers) can also signal the direction of the payment.
Transaction Codes: Spe...read more

Asked in Automatic Infotech

Q. Explain ERP in simple terms.
ERP stands for Enterprise Resource Planning, a software system that helps businesses manage and integrate their important processes.
ERP is a software system used by businesses to manage and integrate important processes like finance, HR, inventory, and customer service.
It helps streamline operations, improve efficiency, and provide real-time insights for decision-making.
Examples of ERP systems include SAP, Oracle, and Microsoft Dynamics.

Asked in PEGATRON

Q. What is your contribution to safety, and what can you do to improve it?
Aport in safety can prevent accidents and injuries in the workplace.
Aport in safety includes measures such as providing safety equipment, conducting regular safety training, and implementing safety protocols.
Examples of safety equipment include hard hats, safety goggles, and gloves.
Regular safety training can educate employees on how to properly use equipment and identify potential hazards.
Safety protocols can include emergency response plans and regular safety inspections.
Im...read more
Asked in Roedl & Partner

Q. How would you build a result table from several tables?
To build a result table from several tables, you can use SQL JOIN statements to combine the tables based on common columns.
Identify the common columns between the tables
Choose the appropriate type of JOIN (e.g., INNER JOIN, LEFT JOIN, etc.) based on the desired result
Write a SQL query using the JOIN statements to combine the tables
Specify the columns to be included in the result table
Execute the query and retrieve the result table

Asked in Deloitte

Q. Do you know what SAP is?
SAP is a software company that provides enterprise resource planning (ERP) solutions to businesses.
SAP stands for Systems, Applications, and Products in Data Processing
It offers a range of software solutions for various business functions such as finance, logistics, and human resources
SAP ERP is a popular solution for managing business processes
SAP also offers cloud-based solutions such as SAP S/4HANA and SAP SuccessFactors
SAP has a large ecosystem of partners and developers ...read more

Asked in Tenneco

Q. What are the putaway strategies? Explain briefly.
Putaway strategies are methods used to determine the optimal location for incoming goods in a warehouse.
Putaway by ABC analysis
Putaway by size
Putaway by velocity
Putaway by random
Putaway by fixed bin location

Asked in Accenture

Q. Waht is sap and uses, enterprise structure
SAP is an enterprise resource planning software used for managing business operations and processes.
SAP stands for Systems, Applications, and Products in Data Processing
It is used for managing various business functions such as finance, sales, production, and inventory
SAP has a modular structure with different modules for different business functions
The enterprise structure in SAP refers to the organizational hierarchy of a company, including its divisions, departments, and l...read more

Asked in Accenture

Q. Explain the need for CFIN implementation.
CFIN implementation is needed to integrate financial data from different systems into a single source of truth.
CFIN allows for real-time financial reporting and analysis
It enables consolidation of financial data from multiple systems
It provides a unified view of financial data for better decision-making
CFIN can help reduce errors and improve data accuracy
Examples of systems that can be integrated with CFIN include SAP and non-SAP systems

Asked in Milestone PLM Solutions

Q. SAP MII lifecycle , How to data fetch from other machine to MII .
To fetch data from other machines to SAP MII, use data services or web services.
Use data services to extract data from external systems and transfer it to MII.
Web services can also be used to fetch data from other machines to MII.
MII can also be configured to read data from databases or files on other machines.
Ensure proper authentication and authorization mechanisms are in place for secure data transfer.

Asked in Maventic Innovative Solutions

Q. In OOPS, what are constructors?
Constructors are special methods in OOP that initialize objects when they are created.
Constructors have the same name as the class they belong to.
They do not have a return type, not even void.
Constructors can be overloaded, allowing multiple ways to initialize an object.
Example: In Java, 'public ClassName()' is a default constructor.
If no constructor is defined, a default constructor is provided by the compiler.
Asked in Pradeepit Consulting Services

Q. Can you describe your approach to documenting SAP processes?
My approach to documenting SAP process involves understanding the process flow, identifying key stakeholders, and creating detailed documentation.
Understand the process flow and identify key stakeholders
Create detailed documentation including process maps, user manuals, and training materials
Ensure documentation is up-to-date and accessible to all stakeholders
Collaborate with process owners and subject matter experts to ensure accuracy
Use tools such as SAP Solution Manager to...read more

Asked in Chain-Sys

Q. What is SAP? Explain in your own words.
SAP is a software company that provides enterprise resource planning solutions to businesses.
SAP stands for Systems, Applications, and Products in Data Processing
It offers a range of software solutions for various business functions like finance, HR, supply chain management, etc.
SAP ERP (Enterprise Resource Planning) system helps businesses streamline their processes and improve efficiency
SAP also offers cloud-based solutions like SAP S/4HANA for digital transformation
SAP con...read more

Asked in Deloitte

Q. How do you create a deep insert in OData services?
Deep insert in OData services allows creating multiple related entities in a single request.
Use $batch request to send multiple POST requests in a single call
Include the related entities in the request payload
Ensure that the navigation properties are correctly set in the payload

Asked in YASH Technologies

Q. What table is associated with invoices?
The table associated with invoice is VBRK (Billing Document: Header Data)
VBRK table stores header data for billing documents
Contains information such as invoice number, date, amount, etc.
Linked to other tables like VBRP (Billing Document: Item Data) for line item details

Asked in Incresol Software Services

Q. what is bapi?function module used in bapi?
BAPI stands for Business Application Programming Interface. It is a standard interface to SAP business objects.
BAPIs are remote-enabled function modules provided by SAP.
They allow external applications to access and manipulate SAP data.
BAPIs are used for integrating SAP systems with external systems.
Examples of BAPIs include BAPI_SALESORDER_CREATE, BAPI_MATERIAL_GET_DETAIL, etc.

Asked in Laxmi Infotech

Q. What are the configuration settings for account determination?
Configuration account determination is the process of assigning general ledger accounts to specific transactions or business processes in SAP.
Configuration account determination is done in SAP using transaction code OBYC.
It involves mapping different transaction keys to corresponding general ledger accounts.
This configuration helps in ensuring accurate financial reporting and tracking of transactions.
Examples include assigning a specific account for inventory postings, revenu...read more
Interview Questions of Similar Designations
Interview Experiences of Popular Companies








Reviews
Interviews
Salaries
Users

