Filter interviews by
I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.
DDIC stands for Data Dictionary and Repository. It is a central component in SAP systems that stores and manages metadata about the structure and definition of data objects.
DDIC is used to define and maintain database tables, data elements, domains, structures, views, and other objects.
It provides a centralized repository for storing and managing metadata, ensuring consistency and integrity of data across the system.
DD...
Secondary index is an additional index created on a database table to improve performance of read operations.
Secondary index is created on non-key fields of a table.
It helps in faster retrieval of data from the table.
It is useful when the table has a large number of records.
Example: A secondary index can be created on the 'city' field of a customer table to quickly retrieve all customers from a particular city.
Join statement is used to combine data from multiple tables based on a common field, while select for all entries is used to retrieve data from multiple tables based on a list of entries.
Join statement is used when we want to fetch data from multiple tables based on a common field.
Select for all entries is used when we want to retrieve data from multiple tables based on a list of entries.
Join statement can be used with...
AT LINE-SELECTION, AT USER-COMMAND, INITIALIZATION, START-OF-SELECTION, END-OF-SELECTION are events used in report.
AT LINE-SELECTION - triggered when a line is selected in the report output
AT USER-COMMAND - triggered when a user enters a command in the report output
INITIALIZATION - triggered when the report is initialized
START-OF-SELECTION - triggered when the report starts processing data
END-OF-SELECTION - triggered w
To make a report editable, we can use ALV grid control or create a custom screen with input fields.
ALV grid control allows users to edit data directly in the report output.
Custom screen with input fields can be used to display and edit data from the report.
We can also use function modules like REUSE_ALV_GRID_DISPLAY_EDIT to make the report editable.
Authorization checks should be implemented to ensure only authorized us
TMG stands for Transaction Variant Management. It is a tool used in SAP to create and manage transaction variants.
TMG allows users to customize transaction screens without modifying the original program
It can be used to hide or add fields, change field labels, and set default values
TMG can also be used to create new transactions based on existing ones
It is commonly used by SAP developers and consultants to meet specifi
Lock object is used to synchronize access to shared data in SAP system.
Lock object is created using transaction code SM12.
It is used to prevent multiple users from accessing the same data simultaneously.
Lock object can be set at different levels like client, system, table, etc.
It can be used in ABAP programs using ENQUEUE and DEQUEUE statements.
Example: Lock object can be used to prevent two users from editing the same
Events used in Module Pool Programming
Initialization event (INIT)
Process before output event (PBO)
Process after input event (PAI)
Process on value request event (POV)
Process on help request event (POH)
At selection screen event (AT SELECTION-SCREEN)
At line selection event (AT LINE-SELECTION)
At user command event (AT USER-COMMAND)
Top-of-page event (TOP-OF-PAGE)
End-of-page event (END-OF-PAGE)
Call transaction method is synchronous and session method is asynchronous.
Call transaction method executes the transaction immediately and waits for the response while session method creates a session and executes the transaction in the background.
Call transaction method is suitable for small data sets while session method is suitable for large data sets.
Call transaction method is faster than session method but session...
Function modules used in Session method
SESSION_CREATE
SESSION_CLOSE
SESSION_IMPORT_FROM_MEMORY
SESSION_EXPORT_TO_MEMORY
SESSION_READ_BUFFER
SESSION_WRITE_BUFFER
I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.
Buffering is a technique used to temporarily store data in memory for faster access.
Buffering helps reduce the number of database reads by storing frequently accessed data in memory.
There are different types of buffering in SAP like single record buffering, generic buffering, and full buffering.
Example: Buffering can be used in SAP to store frequently accessed customer data in memory for faster retrieval.
Field symbols in SAP ABAP are placeholders for data objects that allow for dynamic assignment at runtime.
Field symbols are used to point to a data object without actually storing the data itself.
They are declared using the FIELD-SYMBOLS statement.
Field symbols are particularly useful for dynamic programming and working with internal tables.
They can be assigned to any data object at runtime, allowing for flexibility in ...
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Windows in smartforms allow you to display multiple pages of content in a single form.
Windows in smartforms are used to organize and display different sections of a form.
You can create multiple windows in a smartform and assign different content to each window.
Windows can be used to display headers, footers, main content, etc. in a structured manner.
You can control the visibility and positioning of windows in a smartfo...
Hypen symbol in select query is used to concatenate fields or values in SAP ABAP.
Hypen symbol is used to concatenate fields or values in select query.
It is commonly used to combine multiple fields into a single field in the result set.
Example: SELECT field1, field2, field1 - field2 AS concatenated_field FROM table_name.
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
BSC Global interview questions for popular designations
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Get interview-ready with Top BSC Global Interview Questions
I applied via Job Portal and was interviewed before Oct 2023. There were 3 interview rounds.
Negotiable based on experience and responsibilities
Salary expectations are based on industry standards and level of experience
Consider factors such as location, company size, and benefits package
Provide a range rather than a specific number to allow for negotiation
Research average salaries for SAP ABAP Consultants in the region
Table types in SAP ABAP include transparent tables, pooled tables, cluster tables, and internal tables.
Transparent tables store data from a single database table.
Pooled tables store data from multiple tables with the same structure.
Cluster tables store data from multiple tables with different structures.
Internal tables are temporary tables used for data processing within a program.
The question is asking to differentiate between 'like' and 'type'.
Like is used for comparing similarity or preference, while type is used for categorizing or classifying.
Example: I like chocolate ice cream. (preference) vs. This is a type of dessert. (category)
Like is subjective, while type is objective.
Example: I like sunny weather. (subjective) vs. This is a type of climate. (objective)
To use layout from production to development, transport requests can be used.
Create a transport request in production system containing the layout changes.
Release the transport request in production system.
Import the transport request in development system to apply the layout changes.
Test the layout changes in development system before moving to other systems.
To convert from Adobe form to smart form and vice versa, you can use transaction codes and tools provided by SAP.
For converting from Adobe form to smart form, you can use transaction code SMARTFORMS and import the Adobe form layout into a smart form.
For converting from smart form to Adobe form, you can use transaction code SFP and export the smart form layout as an Adobe form.
You can also use tools like SAP Adobe Docum...
The data dictionary is a centralized repository of data definitions used in a database management system.
It stores metadata about the database objects such as tables, views, data types, etc.
It helps in maintaining data integrity by defining constraints and relationships between objects.
It simplifies database management by providing a single source of truth for data definitions.
It is used by developers to create and mod
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.
Software engineering is the application of engineering principles to the design, development, maintenance, testing, and evaluation of software.
Involves systematic approach to software development
Focuses on quality, efficiency, and reliability of software
Includes phases like requirements analysis, design, implementation, testing, and maintenance
Utilizes various methodologies like Agile, Waterfall, etc.
Examples: designin...
Polymorphism in Java allows objects of different classes to be treated as objects of a common superclass.
Polymorphism is achieved through method overriding and method overloading.
Method overriding allows a subclass to provide a specific implementation of a method that is already provided by its superclass.
Method overloading allows multiple methods with the same name but different parameters to coexist in the same class...
Top trending discussions
The duration of BSC Global interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 16 interviews
Interview experience
based on 36 reviews
Rating in categories
SAP Abap Consultant
17
salaries
| ₹2 L/yr - ₹6 L/yr |
SAP SD Consultant
7
salaries
| ₹2.5 L/yr - ₹4.2 L/yr |
Associate Consultant
6
salaries
| ₹2 L/yr - ₹4 L/yr |
SAP Fico Consultant
6
salaries
| ₹2.2 L/yr - ₹8.5 L/yr |
Salesforce Developer
6
salaries
| ₹2.5 L/yr - ₹4 L/yr |
Marpu Foundation
Huawei Technologies
HCL Infosystems
Z X Learning