0% found this document useful (0 votes)
35 views2 pages

Accenture Asked Questions

The document outlines various technical questions related to SAP, including topics such as IDOC structure, debugging, unit testing, and data movement between systems. It also covers concepts like user exits, enhancement frameworks, and differences between BADI types. Additionally, it addresses practical coding scenarios and best practices in ABAP programming.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views2 pages

Accenture Asked Questions

The document outlines various technical questions related to SAP, including topics such as IDOC structure, debugging, unit testing, and data movement between systems. It also covers concepts like user exits, enhancement frameworks, and differences between BADI types. Additionally, it addresses practical coding scenarios and best practices in ABAP programming.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1.How to populate system date whenever new entry gets updated in a table, without by sperate report or code?

SE54 Tcode

2.What is IDOC? Explain structure of IDOC. How to debug an IDOC? Types of IDOC

3.Basic SD Flow or Life cycle

4.Unit testing of the code in quality or development, how?

5.What type of documents you have created against one object? ex. TSD, unit testing doc.

6.How to move changes from DEV to QUALITY system?

7. Tell me about Cluster table and Pool Table

8.How to read data from APPLICATION SERVER? T code is AL11

https://sapcodes.com/2015/11/22/reading-data-from-sap-application-server/

9.Disadvantages of using implicit enhancements

10.IDOC control record, data record, status record standard tables?

All control record data is stored in EDIDC table. All data record data is stored in EDID2 to EDID4 tables and EDIDD is a
structure where you can see its components. All status record data is stored in EDIDS table.

11.Difference between AT SELECTION SCREEN and AT SELECTION SCREEN OUTPUT?

12. Events in Module Pool. Significance of chain and end chain in module pool.
13.Events in ALV, Function modules used in ALV.

14. tell me about factory method in ALV, how to use it.

15.How do you sort, edit column of an ALV

16.have you used any BAPI to update any custom fields

https://blogs.sap.com/2014/06/24/bapi-extension-for-customer-added-fields/

17.Whats the approach to use BAPI? If any error, what will you write, if successful what’s next step?

18.Can we write any commit statement inside enhancement.

19.Different inline declaration statements you have used in your project.

20.Can we sort the internal table inside the select statement.

Yes, by using ORDER BY CLAUSE.

21.How do you find BADI for a particular standard process?

ACCENTURE new interview question asked-

1. Which user exits have you implemented? what are the steps to find user exits?
2. How enhancement framework works? what are implicit and explicit enhancements?
3. What are BADIs, types of BADIs? Diff between them.
4. Why kernel BADI was introduced if classic BADI was already there?
5. Explain one OOABAP object/class which you have developed and what was the requirement?
6. Diff between interface and abstract class. When does abstract class is used?
7. Diff between static and instance attribute.
8. If we have attributes like employee name, number and ID then which should be instance and which
should be static attribute?
9.

You might also like