5

Click here to load reader

Frequent SAP ABAP Programming Questions for Any Simple Interview Starts With the Following

Embed Size (px)

Citation preview

Page 1: Frequent SAP ABAP Programming Questions for Any Simple Interview Starts With the Following

7/29/2019 Frequent SAP ABAP Programming Questions for Any Simple Interview Starts With the Following

http://slidepdf.com/reader/full/frequent-sap-abap-programming-questions-for-any-simple-interview-starts-with 1/5

he frequent SAP ABAP programming questions for any simple interview starts with thefollowing.

1. What are the methods of interfacing to SAP2. What is an IDOC

3. What is partner profile

4. When would you use a BAPI rather than an IDOC

5. When, how and how would you control changes to standard SAP objects.

6. Explain Data and List methods in LIS

7. Select single vs select up to one rows

8. Explain V2 updates

9. Text on an output document. How do you find its source.

10. Explain the 4 events in flow logic

11. What methods can you use to make a report interactive.

12. Where do you find info on new developments in SAP?

13. Are you a member of any professional organisations?

14. What is an IDOC

Questions on SAP Project experience:

1. Tell me about some of the projects you have worked on?

2. What roles have you played on these different projects?

3. Have you taken on any project management or project/team lead roles?

4. What type of position are you looking for?

5. What type of programs have you developed?

6. What functional areas have you written programs for?

7. Do you consider yourself an expert developer for any of the functional areas you havewritten programs for?

8. Have you done much of your own analysis work? Written specs?

9. What was the most complicated program you’ve developed and why?

10. What is the most challenging thing you find when developing programs?

11. Have you given any formal training in your SAP career? Mentoring?

Page 2: Frequent SAP ABAP Programming Questions for Any Simple Interview Starts With the Following

7/29/2019 Frequent SAP ABAP Programming Questions for Any Simple Interview Starts With the Following

http://slidepdf.com/reader/full/frequent-sap-abap-programming-questions-for-any-simple-interview-starts-with 2/5

12. Have you used any QA standards or been required to go through any QA evaluations for custom programs you have written?

13. What, if any, project methodologies have you used?

14. Who in the organization do you speak to most frequently on a day-to-day basis?

15. i.e.: end users, analysts, team leads, managers.

What tables are most commonly associated with the application areas you have developed

programs for?

SD – VBFA, VBAP, VBAK, VBRP, VBRK, V*MM – MARA, MARC, MARD, MSEG, M*PP – S*, some MM tables BOM tablesFI – BSEG, BKPF, B*

Q.What are the characteristics of a good program?

Answer User friendlinessModularizationDo what it’s supposed to doEasy to follow for code changes later Efficient

Q.When is it necessary to create a function module?

A.When multiple programs might be able to use the same functionality

What resources do you choose in trying to find a solution to a SAP problem?1. OSS2. F1

3. Debugger 

4. Reading code

5. Go to analyst

6. Go to another programmer 7. SQL trace

Problems regarding handling a task.

1. How long do you struggle with a problem before you ask for help?2. What is the purpose of (a) unit testing (b) integration testing?

3. What is the role of a functional analyst? How many Analysts on your project?

Page 3: Frequent SAP ABAP Programming Questions for Any Simple Interview Starts With the Following

7/29/2019 Frequent SAP ABAP Programming Questions for Any Simple Interview Starts With the Following

http://slidepdf.com/reader/full/frequent-sap-abap-programming-questions-for-any-simple-interview-starts-with 3/5

4. What is the role of the Basis team? How many Basis people running your implementation?

5. Who signs off that a program is performing as specified?

6. What action do you take when a program is taking longer than expected to develop?

7. Tell me a little bit about performance in ABAP. How do you ensure that your programsrun efficiently?

LEVLEL2

1. In your opinion what is the most common problem encountered after transportingdictionary objects?

2. Discuss ‘development classes’.

3. How many they use in a project etc...

4. If only used $TMP, no go live experience

5. Discuss the differences between BDC and ‘Call transaction’.

6. Synch vs. Asynch

7. Error log vs. no error log

8. Discuss the pros and cons of secondary indices.

9. Processing overhead vs. disk space

10. Discuss a ‘logical unit of work’.

11. What are the differences between Open SQL and Native SQL?

12. SAP only use Open SQL

13. Discuss indices and matchcodes.

14. What is difference between static and dynamic field symbols?

15. EDI Related

16. Which EDI transactions have you done? Inbound/Outbound?

17. Which translator did you use?

18. Were you involved with non-SAP mapping?

19. Which versions of SAP did you implement EDI for?

20. Were you involved with the analysis of the transactions?

21. Were you the sole SAP EDI person on the project?

Page 4: Frequent SAP ABAP Programming Questions for Any Simple Interview Starts With the Following

7/29/2019 Frequent SAP ABAP Programming Questions for Any Simple Interview Starts With the Following

http://slidepdf.com/reader/full/frequent-sap-abap-programming-questions-for-any-simple-interview-starts-with 4/5

22. Did you do the ABAP portion of the EDI implementation?

23. Were you involved with the production support end of EDI once it was implemented?

24. How did you train the users in EDI support both functionally and technically?

25. Did you do any custom WF programming or setup (aside from error handling)?

26. ALE Related

27. Which ALE transactions have you done? Inbound/Outbound?

28. Did you implement change pointers?

29. Any custom ABAP work necessary?

30. Any custom WF?

31. SAP to SAP or external?

32. Here are the list of sap abap programming real time Questions.

1. What is an internal table where do we use internal table with out header line?

2. Internal table events.

3. What is the difference between on change of field and at new field events?

4. What are data base objects.

5. What is the difference between data base objects and runtime objects?

6. What is the view? Different types of views.

7. Difference between database views and projection views.

8. What is buffering and advantages and disadvantages of buffering in case of data baseobject buffering.

9. Difference between data base tables and structure.

10. Reports and classical reports and interactive report.

Advantages of classical reports over interactive reports.

11. Reports and scripts you have mentioned in resume. (Each and every point in resume).

12. What is data base interface and the role it will play while retrieving data.

Page 5: Frequent SAP ABAP Programming Questions for Any Simple Interview Starts With the Following

7/29/2019 Frequent SAP ABAP Programming Questions for Any Simple Interview Starts With the Following

http://slidepdf.com/reader/full/frequent-sap-abap-programming-questions-for-any-simple-interview-starts-with 5/5

13. What is BDC where do we use session method? Advantage of session method over direct input method.

14. Where is the log file generated? Who will generate it and what is the advantage of logfile.

15. What is function module and what is function group. What are the different types of  parameters available in function builder and where do we use them.

16. What is RFC programming in ABAP? Write the coding.

17. What is function module ‘popup_to_conform_loss_of_data’ and where do we use it.

18. How u use LSMW tool. What are the advantages and dis-advantages of it?

19. Tell some statements define in ABAP programming language.

20. Have u worked on BDC. Where and what is the purpose.

21. What is cross application?

22. What area LDB'S is it recommended using them why?

23. ALE and EDI scenarios.

24. Can u configure the EDI subsystem? What is EDI subsystem if yes how?

25. What is the difference between IDOC types and IDOC views?

26. Have u heard of document tool. What is the use of it?

27. What is IDOC archiving?

28. Have us written IDOC extension code.

29. Can u able to write function module to generate IDOC.

Have u done any coding in ca.

30. General questions on BAPI, workflow depending on your knowledge.