Showing posts with label SAP BDC Real Time Interview Questions Answers. Show all posts
Showing posts with label SAP BDC Real Time Interview Questions Answers. Show all posts

Saturday, 10 March 2012

60 TOP SAP ABAP - BDC Interview Questions and Answers

latest interview questions on bdc in sap abap,
1. What is BDC programming?
2. What are the functional modules used in sequence in BDC?
3. What is a batch input session?
4. Why BAPI need then BDC ?
5. Which BDC you prefer?
6. How can we handle table control in BDC?
7. If i want to execute a BDC program only in background not in foreground is there any option for this?
8. What should be the approach for writing a BDC program?
9. What is a batch input session?
10. What is the alternative to batch input session?
11. A situation: An ABAP program creates a batch input session.
    We need to submit the program and the batch session in back ground. How to do it?
12. What are the problems in processing batch input sessions?
    How is batch input process different from processing online?
13. What do you do when the system crashes in the middle of a BDC batch session?
14.  What do you do with errors in BDC batch sessions?
15.  How do you set up background jobs in SAP? What are the steps? What are the event driven batch jobs?
16.  What has to be done to the packed fields before submitting to a BDC session?
17. What is the structure of a BDC sessions?
18. What are the fields in a BDC_Tab Table?
19. What type of BDC are you can use for batch processing?
20. What tools does use BDC for migrate the data?
21. What function modules do you usually used in writing BDC?
22.  When you go for direct input method?
23.  What are all Direct Input Method advantages and disadvantages?
24.  What are error records in BDC?
25. What is the main use of Direct Input Method? Give one example?
26. Will you able to write custom programs for Direct Input Method?
27. Give some Direct Input Method standard programs used in SAP?
28. How do you handle errors while using BDC Direct Input Method?
29. What is the procedure of BDC Direct Input Method compare to other methods in BDC?
30. What is the final entry in BDC Table?
31. What should be the approach for writing a BDC program?
32. What is the alternative to batch input session?
33. What is full form of BDC Session?
34. What are the steps in a BDC session?
35. How do you find the information on the current screen?
36. How do you save data in BDC tables?
37. What is the last entry in all BDC tables?
38. What is a multiple line field?
39. How do you populate data into a multiple line field?
40.  Write the BDC table structure?
41. Does the CALL TRANSACTION method allow multiple transactions to be processed by SAP?
42. Does the BDC-INSERT function allow multiple transactions to be processed by SAP?
43. What is the syntax for ‘CALL TRANSACTION’?
44. Difference between /N and /BEND ?
45. SM35 transaction . How to automate BDC ?
46. Update types in Call transaction method. What is the difference ?
47. What are the table controls in BDC ? What is the difference between bdc and
lsmw ? What is the difference between bdc and rfc ?
48. Data conversion experience?
49. Open datasets, Read datasets ( Reading and writing data to files)?
50. How to do back ground processing in BDC Session method ?
51. Call transaction method, how to capture the errors ?
52. How to load data from MS Excel sheet to SAP by using BDC method ?
53. What is the difference between call transaction and session method?
54. SM35 transaction . How to automate BDC ?
55. What is the difference between Upload and WS_Upload ?
56. If I want to execute a program only in background not in foreground is there any option for this?
57. What kind of BDC programs are written ?
58. How to read files and process BDCs automatically?
59. In session method sy-subrc is not returned whereas in call transaction method sy-subrc is returned . what does it mean?
60. BDC vs Direct Loads( have you used direct loads on SAP tables ) ?