i
Infosys
Filter interviews by
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
What people are saying about Infosys
posted on 29 May 2022
I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.
I am a highly motivated and skilled SAP ABAP Associate Consultant with a strong background in programming and problem-solving.
Skilled SAP ABAP Associate Consultant
Strong programming and problem-solving skills
Motivated and dedicated
Experience in developing and maintaining ABAP programs
Knowledge of SAP modules and integration
Ability to analyze business requirements and provide effective solutions
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 am a dedicated and experienced SAP ABAP Associate Consultant with a strong background in programming and problem-solving.
I have a Bachelor's degree in Computer Science and have been working in the SAP ABAP field for the past 3 years.
I have extensive knowledge of ABAP programming language and have successfully implemented various SAP projects.
I am skilled in analyzing business requirements and translating them into te...
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 Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Use AT SELECTION-SCREEN OUTPUT event to display second field based on first field input.
Use AT SELECTION-SCREEN OUTPUT event to check if first field is filled.
If first field is filled, display the second field using the statement 'SET PF-STATUS'.
Example: AT SELECTION-SCREEN OUTPUT. IF sy-abcde = 'X'. SET PF-STATUS 'SECOND_FIELD'. ENDIF.
Events in reporting include initialization, start-of-selection, end-of-selection, top-of-page, end-of-page, and top-of-logical-page.
Initialization event is used to initialize variables and set initial values.
Start-of-selection event is used to fetch data from the database and perform calculations.
End-of-selection event is used to display the final output of the report.
Top-of-page event is used to display headers at the...
When creating BADI implementation, a class method is created. Steps include creating a class implementing the BADI interface and implementing the required methods.
Create a class implementing the BADI interface
Implement the required methods in the class
Activate the BADI implementation in the system
CDS view is a virtual database table in SAP ABAP used for defining complex views. It can be used to display ALV.
CDS view is defined using ABAP Development Tools (ADT) in Eclipse.
Steps to create CDS view: Define view, define associations, define annotations.
CDS views can be used to display ALV by creating a custom ALV grid using the CDS view as the data source.
If a field added to a TMG is not reflecting, check if the field is properly defined in the TMG structure and events are triggered correctly.
Check if the field is properly added to the TMG structure using SE11 or SE54.
Ensure that the events like INITIALIZATION, AT SELECTION-SCREEN, AT SELECTION-SCREEN OUTPUT, etc., are triggered correctly.
Debug the TMG program to see if the field value is being populated and displayed a
Classes are blueprints for objects with attributes and methods, while interfaces define a contract for classes to implement. ABAP is preferred for OOP due to its robustness and flexibility.
Classes are used to create objects with attributes and methods, while interfaces define a contract for classes to implement.
Classes can be instantiated to create objects, while interfaces cannot be instantiated.
ABAP is preferred for ...
Integrating S/4 Hana and SAP Ariba involves using SAP Cloud Platform Integration and SAP Ariba Network.
Use SAP Cloud Platform Integration to connect S/4 Hana and SAP Ariba
Leverage SAP Ariba Network for seamless integration and collaboration
Utilize standard integration content provided by SAP for faster implementation
Customize integration based on specific business requirements
Ensure data consistency and security during
IDoc is a data container used to exchange information between SAP systems or between an SAP system and an external system.
IDoc stands for Intermediate Document.
To create a field segment in IDoc, you need to define the segment structure in the IDoc definition using transaction WE31.
For reprocessing, you can use transaction BD87 to reprocess IDocs that have failed during processing.
There are three types of transport requests in SAP: Workbench request, Customizing request, and Transport of Copies.
Workbench request is created for ABAP development objects like programs, function modules, etc.
Customizing request is created for customizing objects like table entries, screen modifications, etc.
Transport of Copies request is created for transporting copies of objects from one system to another.
SO10 obje...
To load an image in Adobe form, use the 'Graphic' UI element. To convert an Adobe form into another language, use translation tools like SE63.
To load an image in Adobe form, use the 'Graphic' UI element and specify the image path.
For language conversion, use translation tools like SE63 to translate the text elements of the form into the desired language.
Make sure to maintain language-specific text elements for differen
Use the 'Obligatory' keyword to make a parameter or field mandatory in SAP ABAP.
Add 'Obligatory' keyword in the parameter declaration to make it mandatory
If the mandatory parameter is not filled, an error message will be displayed
Example: DATA lv_name TYPE string OBLIGATORY.
Yes, I have worked on secondary indexes in SAP ABAP.
Secondary indexes are created to improve the performance of select queries by allowing faster access to data.
To fetch values using a secondary index in a select query, you can use the addition 'USING INDEX' followed by the name of the secondary index.
For example, SELECT * FROM table_name USING INDEX index_name WHERE condition.
Technical aspects of SAP ABAP development including implementation projects, enhancements, ABAP core, and transaction codes.
Implementation projects involve customizing SAP systems to meet specific business requirements.
Enhancements are modifications made to standard SAP programs to add new functionality.
ABAP core refers to the basic programming language used in SAP development.
Transaction codes are shortcuts to access ...
I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.
What is aptitude text? How much rounds?
I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.
Errors in material extend can include incorrect data entry, missing information, duplicate entries, and system errors.
Incorrect data entry such as wrong material number or description
Missing information like unit of measure or pricing details
Duplicate entries for the same material
System errors causing inconsistencies in material extend data
IDocs are data containers used for exchanging data between SAP systems, while BAPIs are standardized interfaces for accessing SAP functions.
IDocs (Intermediate Documents) are used for exchanging data between SAP systems or between SAP and non-SAP systems.
IDocs contain data in a structured format and are used for communication in a distributed environment.
BAPIs (Business Application Programming Interfaces) are standardi...
I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.
Physical inventory is the process of counting and verifying the actual quantity of goods in stock.
Physical inventory involves physically counting and inspecting the items in a warehouse or storage location.
It helps in identifying any discrepancies between the actual stock and the recorded stock in the system.
The process may include using barcode scanners, RFID technology, or manual counting methods.
Physical inventory i...
STO process is a method used in SAP MM to transfer stock between different plants within the same company code.
STO stands for Stock Transport Order.
It involves creating a purchase order in the supplying plant and a corresponding sales order in the receiving plant.
The goods are then transferred from the supplying plant to the receiving plant using the delivery process.
The receiving plant receives the goods and posts the...
Yes, I have worked on interfaces in my role as an SAP MM Consultant.
I have experience in integrating SAP MM with other modules like SAP SD and SAP FI.
I have worked on setting up and configuring IDocs for data exchange between SAP systems.
I have also worked on integrating SAP MM with external systems using technologies like EDI and XML.
I have experience in mapping and transforming data between different systems.
I have w...
I want to work for your company because of its strong reputation, innovative solutions, and commitment to employee growth.
Your company has a strong reputation in the industry, which would provide me with valuable experience and opportunities for growth.
I am impressed by the innovative solutions your company offers, and I want to be a part of the team that develops and implements these solutions.
Your company's commitmen...
My biggest achievement so far is successfully implementing an SAP FICO solution for a multinational company, resulting in significant cost savings and improved financial processes.
Successfully implemented SAP FICO solution for a multinational company
Achieved significant cost savings through process improvements
Streamlined financial processes resulting in increased efficiency
Received positive feedback from stakeholders
I am an experienced SAP Fico Consultant with a strong background in finance and accounting.
I have over 5 years of experience working as an SAP Fico Consultant.
I have a deep understanding of financial processes and accounting principles.
I have successfully implemented SAP Fico solutions for various clients, improving their financial operations and reporting.
I am proficient in configuring and customizing SAP Fico modules...
I am looking for a change to expand my skills and take on new challenges.
Seeking new opportunities for professional growth
Wanting to work on different projects and industries
Desire to learn new technologies and methodologies
Looking for a more challenging and rewarding role
Wanting to work in a different company culture or environment
My greatest strength is my attention to detail and my weakness is my tendency to overthink.
Strength: Attention to detail - I have a strong ability to notice even the smallest details and ensure accuracy in my work.
Weakness: Overthinking - I sometimes spend too much time analyzing situations and can become indecisive.
Strength: Analytical skills - I have a strong ability to analyze complex problems and find effective sol...
I applied via Recruitment Consulltant and was interviewed in Feb 2022. There was 1 interview round.
To display multiple screens in one layout, use the SAP Screen Painter tool and create a custom screen with multiple subscreens.
Create a custom screen using the SAP Screen Painter tool
Add multiple subscreens to the custom screen
Define the layout of each subscreen using the Screen Painter
Use the PBO (Process Before Output) module to display the subscreens in the desired layout
Use the PAI (Process After Input) module to h
Constructor is used to initialize an object. It is called when an object is created.
Constructor is a special method with the same name as the class.
It is used to initialize the instance variables of a class.
It is called automatically when an object is created using the new keyword.
Constructors can be overloaded to provide different ways of initializing objects.
Example: public class Employee { public Employee() { // con
Enhancement framework is a tool to modify standard SAP applications without changing the original code.
Enhancement framework provides a way to add custom code to standard SAP applications.
Customer exits are predefined hooks in the standard code that allow custom code to be added.
Badis are similar to customer exits but provide more flexibility and can be implemented multiple times.
Enhancement framework is used to avoid ...
Abstract class is a class that cannot be instantiated. Interface is a collection of abstract methods.
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have instance variables, while interface cannot.
A class can implement multiple interfaces, but can only inherit from one abstract class.
Example of abstract class: Animal (cannot be instantiat...
Singleton class is a class that can only have one instance at a time.
It is used to ensure that there is only one instance of a class in the system.
It is often used in situations where a single object needs to coordinate actions across the system.
Example: Database connection class, logger class, configuration class.
It can be implemented using private constructors, static methods, and static variables.
The annotation used to display text element in CDS is @Semantics.text
The @Semantics.text annotation is used to display text elements in CDS views
It is used in combination with the element name and the label for the text
Example: @Semantics.text.label: 'Product Description';
The label can be customized to display any desired text
VDM module in CDS is a virtual data model that provides a semantic layer on top of the underlying database tables.
VDM stands for Virtual Data Model.
It is used in SAP ABAP CDS (Core Data Services) to define the structure and behavior of data models.
VDM provides a semantic layer that abstracts the complexity of the underlying database tables.
It allows developers to define entities, associations, and annotations to repres...
To publish Odata service by consumption view, create a consumption view and expose it as an Odata service.
Create a consumption view using SE11 transaction
Activate the view and generate the runtime object
Create an Odata service using SEGW transaction
Add the consumption view to the Odata service
Activate and publish the Odata service
Table function in CDS is a reusable database function that can be used to define complex logic and calculations.
Table function is defined in CDS (Core Data Services) using the @EndUserFunction annotation.
It allows you to define complex logic and calculations that can be used in CDS views or ABAP programs.
Table functions can have input parameters and return a table of data as the result.
They can be used to perform data ...
The method called in backend to handle deep entity call is GET_DEEP_ENTITY.
GET_DEEP_ENTITY method is used to retrieve a deep entity from the backend system.
It is used to retrieve a single entity with its related entities in one request.
It is called when a deep entity is requested in OData service.
It is used to retrieve data from multiple tables in one request.
Partner profile in Idocs is used to define communication partners and their settings.
Partner profile contains information about the communication partner such as their ID, address, and communication protocol
Partner profile is used to determine the outbound and inbound processing of Idocs
To create a custom Idoc, define the segments and fields using WE31 transaction
Create a message type using WE81 transaction and link it...
Search help exit is a user-defined ABAP routine that is used to modify the search help behavior.
Search help exit is used to customize the search help functionality in SAP.
It allows developers to modify the search help behavior by adding additional checks or filters.
Search help exit is implemented as a user-defined ABAP routine that is called during the search help process.
It can be used to restrict the search results o...
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Technology Analyst
55.8k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
50.2k
salaries
| ₹2.8 L/yr - ₹8 L/yr |
System Engineer
39.3k
salaries
| ₹2.5 L/yr - ₹5.3 L/yr |
Technical Lead
30.7k
salaries
| ₹5.2 L/yr - ₹19.5 L/yr |
Senior Associate Consultant
27.5k
salaries
| ₹4.5 L/yr - ₹16.6 L/yr |
TCS
Wipro
Cognizant
Accenture