Filter interviews by
I applied via Walk-in and was interviewed before Aug 2021. There were 3 interview rounds.
Top trending discussions
posted on 7 Nov 2024
I applied via campus placement at Heritage Institute of Technology, Kolkata and was interviewed in Oct 2024. There were 4 interview rounds.
It includes genral maths, reasoning, english and communication test at shl platform.
Simple array and string question.
Palindrome code checks if a string reads the same forwards and backwards.
Create a function that takes a string as input
Remove all non-alphanumeric characters and convert to lowercase
Compare the string with its reverse to check if it's a palindrome
SAP is a multinational software corporation that makes enterprise software to manage business operations and customer relations.
SAP is a German company founded in 1972.
They specialize in enterprise software solutions for various industries.
Their products include SAP ERP, SAP HANA, SAP CRM, and more.
SAP is known for its cloud-based solutions and digital transformation services.
Yes, I am open to relocating for the right opportunity.
I am willing to relocate for the right job opportunity
I have experience moving for previous roles
I am flexible and adaptable to new environments
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Customer exits in reports or FMs can be found using transaction code SMOD or CMOD.
Use transaction code SMOD to find customer exits in reports.
Use transaction code CMOD to find customer exits in function modules.
Look for enhancements with names starting with 'EXIT_' or 'ZZ'.
Debugging proxies involves using tools like SAP PI Message Monitor and Proxy Framework to trace and analyze data flow.
Use SAP PI Message Monitor to trace messages exchanged between systems
Analyze message payload and headers to identify issues
Utilize Proxy Framework to debug proxy classes and methods
Check configuration settings for proxies to ensure correct behavior
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
There were 2 easy level DSA questions in this round one of them was to give sum of alternate numbers in the array
To check if a string is a palindrome, compare the string with its reverse.
Create a function to reverse the input string.
Compare the original string with the reversed string to check for palindrome.
Example: 'madam' is a palindrome as it reads the same backward and forward.
To swap two variables without using a third variable
Use arithmetic operations to swap values
Example: a = a + b; b = a - b; a = a - b;
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
Introduction basic of computer knowledge.
lsp lpp project creation is a command used in SAP Basis to create a new project
lsp lpp is a command used in SAP Basis to manage projects
It is used to create a new project in SAP system
The project creation process involves defining project parameters and settings
I am responsible for managing the procurement process, vendor relationships, and inventory control within the SAP MM module.
Managing purchase orders and ensuring timely delivery of goods
Negotiating with vendors to secure favorable terms and pricing
Maintaining accurate inventory levels and conducting regular audits
Collaborating with other departments to forecast demand and plan procurement strategies
I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.
Technical settings in the data dictionary are used to define the structure and behavior of database objects in SAP ABAP.
Technical settings include attributes like data type, length, and decimal places for fields in database tables.
They also include settings for key fields, indexes, and foreign key relationships.
Technical settings can be used to enforce data integrity and optimize performance.
Examples of technical setti...
An interactive report is a type of report in SAP ABAP that allows users to interact with the data displayed, while a module pool report is a collection of screens and flow logic used for creating interactive applications.
Interactive report: Allows users to interact with the data displayed
Module pool report: Collection of screens and flow logic for creating interactive applications
Interactive report can have user input ...
Smartforms are used in SAP ABAP development to create and customize forms for printing.
Smartforms are a tool in SAP ABAP used to design and generate forms for printing.
They provide a graphical interface for designing the layout and content of the form.
Smartforms support various output formats such as PDF, HTML, and print.
They can be used to create invoices, purchase orders, delivery notes, and other business documents.
...
I have worked on various requirements in enhancements.
Implemented custom logic to enhance standard SAP functionality
Developed user exits and BAdIs to add additional functionality
Enhanced existing reports and forms to meet specific business requirements
Integrated external systems with SAP using enhancement techniques
Worked on performance enhancements to optimize system performance
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.
based on 1 review
Rating in categories
Technical Support Engineer
48
salaries
| ₹2.5 L/yr - ₹6.2 L/yr |
Technology Consultant
38
salaries
| ₹3.4 L/yr - ₹15.8 L/yr |
Technical Consultant
27
salaries
| ₹5 L/yr - ₹14.1 L/yr |
Senior Software Engineer
23
salaries
| ₹7 L/yr - ₹10.2 L/yr |
Software Developer
21
salaries
| ₹3.5 L/yr - ₹12 L/yr |
IBM
Accenture
TCS
Infosys