Senior SAP Abap Consultant

30+ Senior SAP Abap Consultant Interview Questions and Answers

Updated 25 Feb 2025
search-icon

Q1. you know how to write file in an application server (AL11),so what is the syntax to write the file into application server?

Ans.

The syntax to write a file into the application server in SAP ABAP involves using the OPEN DATASET, TRANSFER, and CLOSE DATASET statements.

  • Use OPEN DATASET statement to open the file in application server

  • Use TRANSFER statement to write data into the file

  • Use CLOSE DATASET statement to close the file

Q2. In Om,how do I indentify who is the employee manager? is there any function module ? or can be features

Ans.

You can identify the employee manager in SAP using the OM (Organizational Management) module.

  • In SAP, you can use the function module 'RH_STRUC_GET' to retrieve the organizational structure of an employee.

  • The manager of an employee can be identified by looking at the 'Reports To' field in the organizational structure.

  • You can also use features like 'Position' or 'Job' to determine the employee manager.

Senior SAP Abap Consultant Interview Questions and Answers for Freshers

illustration image

Q3. 14. if I want to add field in INFOTYPES,what is the exact tab for enhance?

Ans.

The exact tab for enhancing fields in infotypes is the 'Enhancement Category' tab.

  • Navigate to the 'Enhancement Category' tab in the infotype maintenance screen.

  • Select the appropriate enhancement category for adding a field to the infotype.

  • Enhancement categories include 'Customer Include', 'Customer Enhancement', and 'Customer Modification'.

Q4. 19. how do I indentify what are the available badi that we process ?

Ans.

To identify available BADI, use transaction code SE18 or SE19 and search for relevant BADI implementations.

  • Use transaction code SE18 or SE19 to search for BADI implementations

  • Enter the BADI name or description to find relevant implementations

  • Check the active implementations for the BADI to see which ones are being processed

Are these interview questions helpful?

Q5. what field need to select and what field need to bind in that?

Ans.

Select the key field and bind it to the corresponding value field in SAP ABAP.

  • Select the key field based on the unique identifier for the data

  • Bind the key field to the value field that contains the relevant information

  • Ensure proper mapping between the key and value fields for accurate data retrieval

Q6. 3.how we can link together if one employee have 2 pernr?is there any INFOTYPES to find?

Ans.

Use infotype 0001 (Organizational Assignment) to link multiple pernrs for one employee.

  • Use infotype 0001 (Organizational Assignment) to find multiple pernrs for one employee

  • Check the relationship between the employee and the positions they hold

  • Look for any additional infotypes related to the employee's assignments

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Q7. 6. how to hit the payresult in report? 7. t code for see the payroll result for an employee? is there any indicator in payroll directory?

Ans.

To hit the payresult in a report, use the function module 'HR_PAYROLL_RESULT_READ'. T-code 'PC_PAYRESULT' can be used to see payroll results for an employee.

  • Use function module 'HR_PAYROLL_RESULT_READ' to hit the payresult in a report

  • T-code 'PC_PAYRESULT' can be used to see payroll results for an employee

  • There is no specific indicator in the payroll directory, but you can access payroll results through various reports and transactions

Q8. 8.In that payroll result,how we can identify result of perticular period? 9. In that payroll directory,what is difference of CRT,RT etc?

Ans.

To identify payroll results for a particular period, you can use the payroll result table and filter by period. CRT and RT in payroll directory refer to different types of results.

  • You can identify payroll results for a particular period by querying the payroll result table and filtering by the period in question.

  • CRT in the payroll directory typically refers to current results, while RT may refer to retroactive results.

  • Understanding the differences between CRT and RT can help ...read more

Senior SAP Abap Consultant Jobs

Senior SAP ABAP Consultant 5-8 years
EPAM Anywhere
3.7
Bangalore / Bengaluru
Senior SAP ABAP Consultant 5-8 years
EPAM Anywhere
3.7
Pune
Senior SAP ABAP Consultant 5-8 years
EPAM Anywhere
3.7
Chennai

Q9. DO YOU KNOW HRP1000,HRP1001,HRP1002? How do we see employee hierarchy of OM ..? ANY T CODE FOR THIS?

Ans.

HRP1000, HRP1001, HRP1002 are tables in SAP used for employee hierarchy. T-code PPOME can be used to view employee hierarchy in OM.

  • HRP1000 stores the object ID of the organizational unit

  • HRP1001 stores the object ID of the position

  • HRP1002 stores the object ID of the employee

  • T-code PPOME can be used to view the employee hierarchy in Organizational Management (OM)

Q10. 18. Number range of absence related and custom INFOTYPES ? - 2 series.

Ans.

The number range for absence related and custom infotypes is in 2 series.

  • Absence related infotypes typically fall within number range 2000-2999

  • Custom infotypes can be assigned number range 9000-9999

Q11. 12. upload INFOTYPES data?have you ever created BAPI or BDC to upload the Master data?

Ans.

Yes, I have experience uploading INFOTYPES data using BAPIs and BDCs.

  • I have created BAPIs to upload master data in SAP using standard function modules or custom function modules.

  • I have used BDC (Batch Data Communication) to upload data into SAP by recording the manual steps and then automating them.

  • I have experience uploading INFOTYPES data such as personal data, organizational data, and time data.

  • I have worked on projects where data migration and data conversion tasks requir...read more

Q12. 13. enhance INFOTYPES or not ? if yes ,then all INFOTYPES can be enhanced?

Ans.

Yes, INFOTYPES can be enhanced but not all INFOTYPES are customizable.

  • INFOTYPES can be enhanced using custom fields or logic to meet specific business requirements.

  • Not all INFOTYPES can be enhanced as some are standard and cannot be modified.

  • Enhancing INFOTYPES requires thorough understanding of the data structure and business processes.

  • Examples of enhanced INFOTYPES include adding custom fields for additional information or implementing custom validation rules.

Q13. 16. how do I identify the time constraints of INFOTYPES? 17. time constraints "T" ?

Ans.

Time constraints of INFOTYPES can be identified by checking the configuration settings in SAP system.

  • Time constraints in INFOTYPES are defined in the configuration settings of the SAP system.

  • Time constraint 'T' indicates that only one record can exist for a specific time period.

  • Time constraint 'T' is commonly used for master data like employee records in SAP HR module.

Q14. 22. what asynchronous and synchronous in BDC?

Ans.

Asynchronous and synchronous in BDC refer to the timing of data processing in Batch Data Communication.

  • Asynchronous BDC processes data in the background without user interaction.

  • Synchronous BDC processes data in real-time with user interaction.

  • Asynchronous BDC is preferred for large data volumes to avoid system performance issues.

  • Synchronous BDC is suitable for smaller data sets where immediate feedback is required.

  • Example: Asynchronous BDC can be used for uploading thousands...read more

Q15. what kind of interfaces that you have worked on?

Ans.

I have worked on various interfaces including IDOC, RFC, BAPI, and web services.

  • IDOC (Intermediate Document)

  • RFC (Remote Function Call)

  • BAPI (Business Application Programming Interface)

  • Web services

Q16. what is DDIC ? how do we transport TMG entries to different client

Ans.

DDIC stands for Data Dictionary. TMG entries can be transported to different clients using transport requests.

  • DDIC is a central repository in SAP where all the data definitions are stored.

  • Transporting TMG entries involves creating a transport request in the source client and releasing it to move the entries to the target client.

  • TMG entries can include table maintenance generator settings, which can be transported using customizing requests.

Q17. 20. Difference between CLASSICAL BADI AND NEW BADI?

Ans.

Classical BADI is older and uses filter values, while new BADI is more flexible and uses multiple implementations.

  • Classical BADI uses filter values to determine when to trigger the enhancement, while new BADI uses multiple implementations.

  • New BADI allows for multiple implementations to be active at the same time, while classical BADI only allows one implementation at a time.

  • New BADI is more flexible and easier to use compared to classical BADI.

  • Example: Classical BADI - BADI_S...read more

Q18. How can u add new field in standard table apart from append structure

Ans.

You can add a new field in a standard table by using the enhancement framework provided by SAP.

  • Use the enhancement framework to add custom fields to standard tables

  • Create a custom include structure and add it to the standard table using the enhancement framework

  • Implement the necessary logic to populate and use the new field in your ABAP code

Q19. 21. How do identify the customer exit?

Ans.

Customer exits can be identified by searching for specific function modules or by checking the enhancement spots in the system.

  • Search for function modules with naming convention starting with 'EXIT_'

  • Check enhancement spots using transaction code CMOD

  • Look for customer exits in the SAP menu path: Tools -> ABAP Workbench -> Development -> Enhancements

  • Customer exits can also be found in the SAP IMG (Implementation Guide) under the relevant application area

Q20. how do load the logo in adobe form?

Ans.

To load a logo in an Adobe form, you can use the standard function module 'SSF_FUNCTION_MODULE_NAME' to get the function module name for the logo and then use 'CALL FUNCTION' to display the logo.

  • Use function module 'SSF_FUNCTION_MODULE_NAME' to get the function module name for the logo

  • Use 'CALL FUNCTION' to display the logo in the Adobe form

Q21. what is ABAP MEMORY AND GLOBAL MEMORY?

Ans.

ABAP Memory is used for storing data during a single transaction, while Global Memory is used for storing data across multiple transactions.

  • ABAP Memory is used for storing data within a single transaction and is accessible only within that transaction.

  • Global Memory is used for storing data across multiple transactions and is accessible throughout the entire session.

  • ABAP Memory is cleared at the end of a transaction, while Global Memory retains its data until the end of the se...read more

Q22. 4. tell me the program flow in LDB report?

Ans.

The program flow in LDB report involves data selection, data retrieval, data processing, and data display.

  • Data selection: Define selection criteria to fetch relevant data from the database.

  • Data retrieval: Use LDB functions to retrieve data from the database tables specified in the logical database.

  • Data processing: Perform any necessary calculations or manipulations on the retrieved data.

  • Data display: Present the processed data in the desired format for the report output.

Q23. 2.what is concurrent employment ?

Ans.

Concurrent employment refers to an individual holding multiple jobs simultaneously.

  • Occurs when an employee works for more than one employer at the same time

  • Each employer must be aware of the concurrent employment

  • May involve different roles or responsibilities in each job

  • Requires careful management of work schedules and potential conflicts

Q24. What is CDS views, what are contract types ?

Ans.

CDS views are virtual database views in SAP HANA that define the structure of a database table.

  • CDS views are defined in the ABAP Dictionary using the Data Definition Language (DDL).

  • They can be used to define complex joins, aggregations, and calculations in a single view.

  • Contract types in SAP are used to define the terms and conditions of a contract between a company and its customers or vendors.

  • There are different types of contract types in SAP, such as sales contracts, purch...read more

Q25. 1.what is LDB and Type of LDB?

Ans.

LDB stands for Logical Database. There are two types of LDB - PNP and PCH.

  • LDB is a special feature in SAP ABAP that allows easy access to data from database tables.

  • PNP (Personnel Administration) LDB is used for HR-related data.

  • PCH (Payroll Accounting) LDB is used for payroll-related data.

Q26. 10. what is Retroactive?

Ans.

Retroactive refers to something that applies to a period before it was enacted or implemented.

  • Retroactive changes can impact data that was entered in the past

  • In SAP, retroactive changes can be made to correct errors or update information

  • Retroactive adjustments may require additional testing to ensure data integrity

Q27. what are macros?

Ans.

Macros are pre-defined code snippets that can be reused multiple times in a program.

  • Macros are defined using the #define directive in C programming.

  • They are used to simplify complex code by replacing repetitive code with a single macro.

  • For example, a macro can be used to define a constant value that is used multiple times in a program.

Q28. API call in ODATA and Web Services

Ans.

API calls in ODATA and Web Services involve sending requests to retrieve or manipulate data.

  • API calls in ODATA are used to interact with ODATA services by sending HTTP requests.

  • Web Services use APIs to allow communication between different systems over a network.

  • Examples of API calls in ODATA include GET, POST, PUT, PATCH, and DELETE requests.

  • Examples of Web Services APIs include SOAP and RESTful APIs.

Q29. What is use of filter badi

Ans.

Filter BADI is used to modify or filter data before it is displayed or saved in SAP system.

  • Filter BADI is implemented using the BADI interface.

  • It allows developers to modify or filter data based on certain conditions.

  • Filter BADI can be used in various SAP modules like FI, CO, MM, etc.

  • For example, a filter BADI can be used to restrict certain users from accessing certain data in the system.

  • Another example is to modify the data before it is saved in the system, like adding a pr...read more

Q30. What is flow of MM?

Ans.

The flow of MM in SAP involves procurement, inventory management, and invoice verification.

  • Procurement process involves creating purchase requisitions, purchase orders, and goods receipt.

  • Inventory management includes goods issue, goods transfer, and physical inventory.

  • Invoice verification involves verifying vendor invoices and making payments.

  • Integration with other modules like SD and FI for seamless business processes.

Q31. Hana view vs views

Ans.

HANA view is a database object that is used to retrieve data from one or more tables and present it in a single view. Views are database objects that are used to retrieve data from one or more tables and present it in a single view.

  • HANA views are created in the HANA database and are used to retrieve data from one or more tables.

  • Views are created in the ABAP Dictionary and are used to retrieve data from one or more tables.

  • HANA views can be used to create analytical models and ...read more

Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

3.7
 • 10.4k Interviews
3.7
 • 4.7k Interviews
3.5
 • 3.8k Interviews
3.8
 • 3.1k Interviews
3.8
 • 2.9k Interviews
3.8
 • 332 Interviews
3.8
 • 62 Interviews
View all

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

Senior SAP Abap Consultant Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter