Accenture
10+ Evernorth Health Services Interview Questions and Answers
Q1. what is the signification of authorization object in abap. to control the access of object by the assign user only in other way to stop move further into rest of process step.
Authorization objects in ABAP control access to objects for assigned users, preventing unauthorized access.
Authorization objects are used to control access to specific objects in ABAP programs.
They define which users have access to certain objects and what actions they can perform.
Authorization objects are assigned to roles, which are then assigned to users.
Examples of authorization objects include S_PROGRAM for program access and S_TABU_DIS for table maintenance access.
Q2. How to go back my previous version in new developed smartforms by retrieving the previous version in it .
To retrieve a previous version of a smartform in SAP ABAP, you can use the transport request system.
Use the transport request system to track changes and versions of smartforms.
Identify the transport request containing the previous version of the smartform.
Import the transport request to revert back to the previous version.
Ensure to test the smartform after reverting to the previous version.
Q3. 1. What is transport management 2. Debugging 3. ALV reports 4. Smartforms 5. Module pool programming
Questions related to SAP ABAP development including transport management, debugging, ALV reports, Smartforms, and module pool programming.
Transport management involves moving changes made in development to testing and production environments.
Debugging is the process of identifying and fixing errors in code.
ALV reports are used to display data in a tabular format with various formatting options.
Smartforms are used to create and customize forms for printing.
Module pool programm...read more
Q4. what is the use of container to development abap object. to display output in the screen container is used .
Containers are used in ABAP development to display output on the screen.
Containers are used to hold and display UI elements in ABAP programs.
They can be used to display text, images, tables, and other UI components.
Containers can be added to screens using the SAP GUI for Windows or Web Dynpro ABAP technology.
Example: DATA container TYPE REF TO cl_gui_container.
Example: container->add( text ).
Q5. how many type of forms I have developed SAP Script And Smartforms.
I have developed both SAP Script and Smartforms for various forms.
I have developed SAP Script forms for customizing standard SAP documents like invoices, purchase orders, etc.
I have also developed Smartforms for more interactive and user-friendly forms with dynamic content.
Each type of form has its own advantages and use cases in SAP development.
Q6. How to debug the background job by Tcode JDBG.
Debugging background jobs using Tcode JDBG in SAP ABAP.
Go to transaction code JDBG in SAP system.
Enter the job name and job count of the background job you want to debug.
Set breakpoints in the ABAP code of the background job.
Execute the background job and it will stop at the breakpoints for debugging.
Use standard debugging tools like variables, watchpoints, etc. to analyze and troubleshoot the job.
Q7. How to analysis ABAP dump. by Tcode ST22/ST23.
ABAP dumps can be analyzed using transaction codes ST22/ST23 in SAP.
Use transaction code ST22/ST23 to access the ABAP dump analysis tool.
Review the short dump overview to see a list of recent dumps.
Click on a specific dump to view detailed information such as error messages, program flow, and variables.
Analyze the dump to identify the root cause of the issue and take necessary actions to resolve it.
Q8. what is the difference between script and smartforms
Smartforms are more advanced and user-friendly than scripts in SAP ABAP development.
Smartforms have a graphical interface for designing forms, while scripts use a plain text editor.
Smartforms support more complex formatting options and dynamic content, while scripts are more limited.
Smartforms can be previewed and tested directly in the development environment, while scripts need to be executed to see the output.
Smartforms can be easily transported between systems using trans...read more
Q9. In IDOCs what does partner number means
Partner number in IDOCs represents the unique identifier of the partner system or business partner.
Partner number is used to identify the sender or receiver of the IDOC.
It is typically a numerical or alphanumeric value assigned to each partner system or business partner.
Partner number is crucial for routing and processing IDOCs correctly.
For example, in a sales order IDOC, the partner number may represent the customer or vendor involved.
Q10. What is Singleton Class
Singleton class is a class that can only have one instance created at a time.
Singleton class ensures that only one instance of the class is created throughout the application.
It provides a global point of access to the instance.
Commonly used in scenarios where a single point of control is needed, such as logging, database connections, or configuration settings.
More about working at Accenture
Interview Process at Evernorth Health Services
Top SAP Abap Developer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month