i
Capgemini
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I was interviewed before Jul 2016.
Parameterized mapping is a feature in SAP PI that allows dynamic mapping based on input parameters.
Parameterized mapping enables the mapping of different source and target structures based on input parameters
It allows for flexible and reusable mappings by using parameters to determine the mapping logic
Parameters can be defined and passed at runtime to dynamically determine the mapping behavior
Implementation involves de...
Software component dependency refers to the relationship between different software components where one component relies on another for its functionality.
Software component dependency is a common concept in software development.
It occurs when one software component requires another component to function properly.
Dependencies can be direct or indirect.
Direct dependencies are explicit and defined within the code.
Indirec...
IDoc Single stack settings refer to the configuration required for processing IDocs in a single stack SAP PI system.
IDoc Single stack settings involve configuring the communication channel, sender and receiver agreements, and message processing parameters.
The communication channel settings include defining the adapter type, connection parameters, and message protocol.
Sender and receiver agreements specify the IDoc type...
SOAP to JDBC end to end implementation involves integrating SOAP web services with JDBC database operations.
Create a SOAP web service to expose the required operations
Implement the necessary JDBC code to connect to the database
Map the SOAP request to JDBC operations
Handle data transformation and mapping between SOAP and JDBC formats
Perform necessary error handling and logging
Test the end-to-end implementation to ensure
Reprocessing of Idocs involves correcting and resending failed Idocs. Idoc packaging refers to grouping multiple Idocs together for efficient processing.
Reprocessing of Idocs is necessary when an Idoc fails to process due to errors or system issues.
It involves identifying the failed Idoc, analyzing the error, making necessary corrections, and resending the Idoc for processing.
Idoc packaging is the process of grouping m...
I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.
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.
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
I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.
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 applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.
Sharing rules control access to records that are owned by other users or in public groups.
Criteria-based sharing rules
Owner-based sharing rules
Manual sharing
Apex managed sharing
LWC Decorators are used to enhance the functionality of Lightning Web Components.
Wire Decorator - used to get data from Apex controllers
Track Decorator - used to track changes in a property
Api Decorator - used to expose a property or method to other components
AuraEnabled Decorator - used to call an Apex method from a Lightning component
LightningMessageService Decorator - used to subscribe to and publish events
I was interviewed in May 2022.
Code Inspector is a tool to check code quality. Assistance class is a reusable class to provide common functionality.
Code Inspector checks for syntax errors, performance issues, security vulnerabilities, and adherence to coding standards.
Assistance class provides reusable code for common functionality like date and time calculations, string operations, and database access.
Assistance class can be used in multiple progra...
Interview experience
based on 7 reviews
Rating in categories
Consultant
55.2k
salaries
| ₹5.2 L/yr - ₹18 L/yr |
Associate Consultant
51.9k
salaries
| ₹2.9 L/yr - ₹10 L/yr |
Senior Consultant
46.1k
salaries
| ₹7.5 L/yr - ₹25 L/yr |
Senior Analyst
20.9k
salaries
| ₹2 L/yr - ₹9 L/yr |
Senior Software Engineer
20k
salaries
| ₹3.5 L/yr - ₹12.2 L/yr |
Wipro
Accenture
Cognizant
TCS