i
LTIMindtree
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
Questions related to SAP Abap reports and debugging
Events in classical reports are start-of-selection, end-of-selection, and top-of-page. In interactive reports, events are at-line-selection, at-user-command, and top-of-page.
AT PF status is used to define the status of the screen, while user command is used to define the actions that can be performed on the screen.
The function module used in a report depends on th...
Questions related to SAP ABAP concepts and terminology.
Data dictionary concept and table creation steps
TMG maintenance
One step and two step
Search help and types of search help
Lock objects
Difference between structure and table
Views and types of views
Module pool programming events, process before output and process after input, default screen number.
Events in module pool include initialization, start-of-selection, end-of-selection, and others.
Process before output is used to modify screen elements before they are displayed, while process after input is used to validate user input.
The default screen number is 1000.
Enhancements are ways to modify SAP standard functionality. There are various types of enhancements and exits available.
Enhancements are used to modify SAP standard functionality without changing the original code
Types of enhancements include user exits, customer exits, BAdIs, enhancement spots, and enhancement frameworks
Exits are identified by searching for function modules with names containing 'EXIT_' or 'SMOD_...
What people are saying about LTIMindtree
Steps to create, reprocess and debug an IDoc in SAP ABAP.
To create an IDoc, define the message type, basic type, and segment structure in WE31.
Create a function module to populate the IDoc data and trigger the IDoc creation using WE19.
To reprocess an IDoc, use transaction BD87 and select the IDoc to be reprocessed.
Check the error message and correct the issue before reprocessing the IDoc.
To debug an IDoc, set a br...
Questions related to SAP ABAP scripting and smart forms.
SAP Script and Smart Forms are used for creating and printing forms in SAP systems.
SAP Script has client dependency while Smart Forms are client independent.
SAP Script uses function modules like OPEN_FORM, WRITE_FORM, and CLOSE_FORM.
Smart Forms use function modules like SMARTFORM_FILL_OUT, SMARTFORM_GET_SMARTFORMS_LIST, and SMARTFORM_GET_PRINT_PDFS.
SAP Script...
I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.
Questions related to SAP ABAP concepts and terminology.
Data dictionary concept and table creation steps
TMG maintenance
One step and two step
Search help and types of search help
Lock objects
Difference between structure and table
Views and types of views
Questions related to SAP Abap reports and debugging
Events in classical reports are start-of-selection, end-of-selection, and top-of-page. In interactive reports, events are at-line-selection, at-user-command, and top-of-page.
AT PF status is used to define the status of the screen, while user command is used to define the actions that can be performed on the screen.
The function module used in a report depends on the req...
Module pool programming events, process before output and process after input, default screen number.
Events in module pool include initialization, start-of-selection, end-of-selection, and others.
Process before output is used to modify screen elements before they are displayed, while process after input is used to validate user input.
The default screen number is 1000.
Enhancements are ways to modify SAP standard functionality. There are various types of enhancements and exits available.
Enhancements are used to modify SAP standard functionality without changing the original code
Types of enhancements include user exits, customer exits, BAdIs, enhancement spots, and enhancement frameworks
Exits are identified by searching for function modules with names containing 'EXIT_' or 'SMOD_'
Clas...
Questions related to SAP ABAP scripting and smart forms.
SAP Script and Smart Forms are used for creating and printing forms in SAP systems.
SAP Script has client dependency while Smart Forms are client independent.
SAP Script uses function modules like OPEN_FORM, WRITE_FORM, and CLOSE_FORM.
Smart Forms use function modules like SMARTFORM_FILL_OUT, SMARTFORM_GET_SMARTFORMS_LIST, and SMARTFORM_GET_PRINT_PDFS.
SAP Script has ...
Steps to create, reprocess and debug an IDoc in SAP ABAP.
To create an IDoc, define the message type, basic type, and segment structure in WE31.
Create a function module to populate the IDoc data and trigger the IDoc creation using WE19.
To reprocess an IDoc, use transaction BD87 and select the IDoc to be reprocessed.
Check the error message and correct the issue before reprocessing the IDoc.
To debug an IDoc, set a breakpo...
I should be hired because of my strong skills in SAP ABAP and my ability to contribute to the success of the company.
I have a deep understanding of SAP ABAP and have successfully completed several projects using this technology.
I am a quick learner and can adapt to new technologies and methodologies easily.
I have excellent problem-solving and analytical skills, which are crucial for an SAP ABAP consultant.
I am a team p...
I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.
Creating Odata service involves defining data model, service implementation, and service registration.
Define data model using CDS views or ABAP dictionary objects
Implement service using ABAP code and annotations
Register service using transaction code /IWFND/MAINT_SERVICE
BDC stands for Batch Data Communication. It is used to transfer data from non-SAP systems to SAP systems.
Types of BDC: Call Transaction, Session Method, and Direct Input
Steps to perform BDC: Recording, Processing, and Error Handling
Example: Using Call Transaction method to automate data entry in SAP transactions
Types of CDS views include Basic, Composite, and Consumption views.
Basic CDS views are used to define simple data models.
Composite CDS views are used to combine multiple CDS views or database tables.
Consumption CDS views are used to consume other CDS views or database tables.
Examples: Basic - Define a simple data model, Composite - Combine multiple CDS views, Consumption - Consume other CDS views
Associations define relationships in data models, while joins combine data from multiple tables in queries.
Associations are defined in data models (e.g., OData), representing relationships between entities.
Joins are SQL operations that combine rows from two or more tables based on a related column.
Example of association: A 'Customer' entity associated with 'Orders' entity.
Example of join: SQL query to retrieve customer...
I appeared for an interview in Mar 2025, where I was asked the following questions.
Prioritizing user requirements in SAP ABAP development ensures efficient resource allocation and alignment with business goals.
Stakeholder Engagement: Regularly communicate with stakeholders to gather and understand their needs, ensuring that the most critical requirements are prioritized.
Business Impact Analysis: Assess the potential impact of each requirement on business processes. For example, prioritize features th...
My experience in SAP ABAP equips me with the skills to develop and optimize business processes in IT consulting roles.
Proficient in ABAP Programming: Developed custom reports and enhancements for SAP modules, improving data processing efficiency by 30%.
Experience with BAPIs and RFCs: Integrated third-party applications with SAP using BAPIs, facilitating seamless data exchange and enhancing system interoperability.
Under...
I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.
Java 8 introduces lambda expressions, functional interfaces, streams, and default methods.
Lambda expressions allow functional programming in Java
Functional interfaces enable the use of lambda expressions
Streams provide a concise way to perform operations on collections
Default methods allow interfaces to have implementation
Date and Time API improvements
Nashorn JavaScript engine
JPA stands for Java Persistence API, a specification for object-relational mapping in Java applications.
JPA is used to map Java objects to relational database tables.
It provides a set of annotations to define the mapping between Java classes and database tables.
JPA also supports querying data using the Java Persistence Query Language (JPQL).
I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Company Website and was interviewed in Dec 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before May 2021. There were 4 interview rounds.
VERBAL QUANT DI/LR and Picture based test
posted on 14 May 2022
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.
Some of the top questions asked at the LTIMindtree SAP Abap Associate Consultant interview for experienced candidates -
Senior Software Engineer
22k
salaries
| ₹7.4 L/yr - ₹21.8 L/yr |
Software Engineer
16.3k
salaries
| ₹3.9 L/yr - ₹8.8 L/yr |
Technical Lead
6.4k
salaries
| ₹16.4 L/yr - ₹28.5 L/yr |
Module Lead
5.7k
salaries
| ₹11.9 L/yr - ₹22 L/yr |
Senior Engineer
4.7k
salaries
| ₹5.8 L/yr - ₹14 L/yr |
Cognizant
Capgemini
Accenture
TCS