Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

hi

Former Member
0 Likes
307

1. What is the typical structure of an ABAP program?

2. What are field symbols and field groups.? Have you used "component idx of structure" clause with field groups?

3. What should be the approach for writing a BDC program?

4. What is a batch input session?

5. What is the alternative to batch input session?

6. A situation: An ABAP program creates a batch input session. We need to submit the program and the batch session in background. How to do it?

7. What is the difference between a pool table and a transparent table and how they are stored at the database level.

8. What are the problems in processing batch input sessions? How is batch input process different from processing on line?

9. What do you define in the domain and data element.

10. What are the different types of data dictionary objects?

11. How many types of tables exists and what are they in data dictionary?

12. What is the step by step process to create a table in data dictionary?

13. Can a transparent table exist in data dictionary but not in the data base physically?

14. What are the domains and data elements?

15. Can you create a table with fields not referring to data elements?

16. What is the advantage of structures? How do you use them in the ABAP programs?

17. What does an extract statement do in the ABAP program?

18. What is a collect statement? How is it different from append?

19. What is open sql vs native sql?

20. What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?

21. What is the meaning of ABAP editor integrated with ABAP data dictionary?

22. What are the events in ABAP language?

23. What is an interactive report? What is the obvious diff of such report compared with classical type reports?

24. What is a drill down report?

25. How do you write a function module in SAP? describe.

26. What are the exceptions in function module?

27. What is a function group?

28. How are the date abd time field values stored in SAP?

29. What are the fields in a BDC_Tab Table.

30. Name a few data dictionary objects?

31. What happens when a table is activated in DD?

32. What is a check table and what is a value table?

33. What are match codes? describe?

34. What transactions do you use for data analysis?

35. What is table maintenance generator?

36. What are ranges? What are number ranges?

37. What are select options and what is the diff from parameters?

38. How do you validate the selection criteria of a report? And how do you display initial values in a selection screen?

39. What are selection texts?

40. What is CTS and what do you know about it?

41. When a program is created and need to be transported to prodn does selection texts always go with it? if not how do

you make sure? Can you change the CTS entries? How do you do it?

42. What is the client concept in SAP? What is the meaning of client independent?

43. Are programs client dependent?

44. Name a few system global variables you can use in ABAP programs?

45. What are internal tables? How do you get the number of lines in an internal table? How to use a specific number

occurs statement?

46. How do you take care of performance issues in your ABAP programs?

47. What are datasets?

48. How to find the return code of a stmt in ABAP programs?

49. What are interface/conversion programs in SAP?

50. Have you used SAP supplied programs to load master data?

51. What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to

load master data? Why?

52. What are logical databases? What are the advantages/disadvantages of logical databases?

53. What specific statements do you using when writing a drill down report?

54. What are different tools to report data in SAP? What all have you used?

55. What are the advantages and disadvantages of ABAP query tool?

56. What are the functional areas? User groups? and how does ABAP query work in relation to these?

57. Is a logical database a requirement/must to write an ABAP query?

58. What is the structure of a BDC sessions.

59. What are Change header/detail tables? Have you used them?

60. What do you do when the system crashes in the middle of a BDC batch session?

61. What do you do with errors in BDC batch sessions?

62. How do you set up background jobs in SAP? What are the steps? What are the event driven batch jobs?

63. Is it possible to run host command from SAP environment? How do you run?

64. What kind of financial periods exist in SAP? What is the relavent table for that?

65. Does SAP handle multiple currencies? Multiple languages?

66. What is a currency factoring technique?

67. How do you document ABAP programs? Do you use program documentation menu option?

68. What is SAPscript and layout set?

69. What are the ABAP commands that link to a layout set?

70. What is output determination?

71. What are IDOCs?

72. What are screen painter? menu painter? Gui status? ..etc.

73. What is screen flow logic? What are the sections in it? Explain PAI and PBO.

74. Overall how do you write transaction programs in SAP?

75. Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of

screen painter called?

76. What are step loops? How do you program pagedown pageup in step loops?

77. Is ABAP a GUI language?

78. Normally how many and what files get created when a transaction program is written? What is the XXXXXTOP program?

79. What are the include programs?

80. Can you call a subroutine of one program from another program?

81. What are user exits? What is involved in writing them? What precations are needed?

82. What are RFCs? How do you write RFCs on SAP side?

83. What are the general naming conventions of ABAP programs?

84. How do you find if a logical database exists for your program requrements?

85. How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data

is from SAP structures?

86. How do you find the menu path for a given transaction in SAP?

87. What are the different modules of SAP?

88. What is IMG in SAP?

89. How do you get help in ABAP?

90. What are different ABAP editors? What are the differences?

91. What are the different elements in layout sets?

92. Can you use if then else, perform ..etc statements in sap script?

93. What type of variables normally used in sap script to output data?

94. How do you number pages in sapscript layout outputs?

95. What takes most time in SAP script programming?

96. How do you use tab sets in layout sets?

97. How do you backup sapscript layout sets? Can you download and upload? How?

98. What are presentation and application servers in SAP?

99. In an ABAP program how do you access data that exists on a presentation server vs on an application server?

100. What are different data types in ABAP?

101. What is difference between BDC and Call Transaction?

102. Setting up a BDC program where you find information from?

103. What has to be done to the packed fields before submitting to a BDC session.

1. What is the typical structure of an ABAP program?

2. What are field symbols and field groups.? Have you used "component idx of structure" clause with field groups?

3. What should be the approach for writing a BDC program?

4. What is a batch input session?

5. What is the alternative to batch input session?

6. A situation: An ABAP program creates a batch input session. We need to submit the program and the batch session in background. How to do it?

7. What is the difference between a pool table and a transparent table and how they are stored at the database level.

8. What are the problems in processing batch input sessions? How is batch input process different from processing on line?

9. What do you define in the domain and data element.

10. What are the different types of data dictionary objects?

11. How many types of tables exists and what are they in data dictionary?

12. What is the step by step process to create a table in data dictionary?

13. Can a transparent table exist in data dictionary but not in the data base physically?

14. What are the domains and data elements?

15. Can you create a table with fields not referring to data elements?

16. What is the advantage of structures? How do you use them in the ABAP programs?

17. What does an extract statement do in the ABAP program?

18. What is a collect statement? How is it different from append?

19. What is open sql vs native sql?

20. What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?

21. What is the meaning of ABAP editor integrated with ABAP data dictionary?

22. What are the events in ABAP language?

23. What is an interactive report? What is the obvious diff of such report compared with classical type reports?

24. What is a drill down report?

25. How do you write a function module in SAP? describe.

26. What are the exceptions in function module?

27. What is a function group?

28. How are the date abd time field values stored in SAP?

29. What are the fields in a BDC_Tab Table.

30. Name a few data dictionary objects?

31. What happens when a table is activated in DD?

32. What is a check table and what is a value table?

33. What are match codes? describe?

34. What transactions do you use for data analysis?

35. What is table maintenance generator?

36. What are ranges? What are number ranges?

37. What are select options and what is the diff from parameters?

38. How do you validate the selection criteria of a report? And how do you display initial values in a selection screen?

39. What are selection texts?

40. What is CTS and what do you know about it?

41. When a program is created and need to be transported to prodn does selection texts always go with it? if not how do

you make sure? Can you change the CTS entries? How do you do it?

42. What is the client concept in SAP? What is the meaning of client independent?

43. Are programs client dependent?

44. Name a few system global variables you can use in ABAP programs?

45. What are internal tables? How do you get the number of lines in an internal table? How to use a specific number

occurs statement?

46. How do you take care of performance issues in your ABAP programs?

47. What are datasets?

48. How to find the return code of a stmt in ABAP programs?

49. What are interface/conversion programs in SAP?

50. Have you used SAP supplied programs to load master data?

51. What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to

load master data? Why?

52. What are logical databases? What are the advantages/disadvantages of logical databases?

53. What specific statements do you using when writing a drill down report?

54. What are different tools to report data in SAP? What all have you used?

55. What are the advantages and disadvantages of ABAP query tool?

56. What are the functional areas? User groups? and how does ABAP query work in relation to these?

57. Is a logical database a requirement/must to write an ABAP query?

58. What is the structure of a BDC sessions.

59. What are Change header/detail tables? Have you used them?

60. What do you do when the system crashes in the middle of a BDC batch session?

61. What do you do with errors in BDC batch sessions?

62. How do you set up background jobs in SAP? What are the steps? What are the event driven batch jobs?

63. Is it possible to run host command from SAP environment? How do you run?

64. What kind of financial periods exist in SAP? What is the relavent table for that?

65. Does SAP handle multiple currencies? Multiple languages?

66. What is a currency factoring technique?

67. How do you document ABAP programs? Do you use program documentation menu option?

68. What is SAPscript and layout set?

69. What are the ABAP commands that link to a layout set?

70. What is output determination?

71. What are IDOCs?

72. What are screen painter? menu painter? Gui status? ..etc.

73. What is screen flow logic? What are the sections in it? Explain PAI and PBO.

74. Overall how do you write transaction programs in SAP?

75. Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of

screen painter called?

76. What are step loops? How do you program pagedown pageup in step loops?

77. Is ABAP a GUI language?

78. Normally how many and what files get created when a transaction program is written? What is the XXXXXTOP program?

79. What are the include programs?

80. Can you call a subroutine of one program from another program?

81. What are user exits? What is involved in writing them? What precations are needed?

82. What are RFCs? How do you write RFCs on SAP side?

83. What are the general naming conventions of ABAP programs?

84. How do you find if a logical database exists for your program requrements?

85. How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data

is from SAP structures?

86. How do you find the menu path for a given transaction in SAP?

87. What are the different modules of SAP?

88. What is IMG in SAP?

89. How do you get help in ABAP?

90. What are different ABAP editors? What are the differences?

91. What are the different elements in layout sets?

92. Can you use if then else, perform ..etc statements in sap script?

93. What type of variables normally used in sap script to output data?

94. How do you number pages in sapscript layout outputs?

95. What takes most time in SAP script programming?

96. How do you use tab sets in layout sets?

97. How do you backup sapscript layout sets? Can you download and upload? How?

98. What are presentation and application servers in SAP?

99. In an ABAP program how do you access data that exists on a presentation server vs on an application server?

100. What are different data types in ABAP?

101. What is difference between BDC and Call Transaction?

102. Setting up a BDC program where you find information from?

103. What has to be done to the packed fields before submitting to a BDC session.

2 REPLIES 2
Read only

Former Member
0 Likes
281

Hi,

Go through the attached links for the answers.

Start with this.Refer this

http://www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_DATADICTIONARY_FAQ.html

http://www.saptechnical.com/InterviewQ/interviewQ.htm

http://help.sap.com/saphelp_46c/helpdata/en/35/2cd77bd7705394e10000009b387c12/frameset.htm

Reports

http://www.sapgenie.com/abap/reports.htm

http://www.allsaplinks.com/material.html

http://www.sapdevelopment.co.uk/reporting/reportinghome.htm

http://www.sapfans.com/forums/viewtopic.php?t=58286

http://www.sapfans.com/forums/viewtopic.php?t=76490

http://www.sapfans.com/forums/viewtopic.php?t=20591

http://www.sapfans.com/forums/viewtopic.php?t=66305 - this one discusses which way should you use - ABAP Objects calls or simple function modules.

ALE/ IDOC

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm

http://www.sapgenie.com/sapedi/index.htm

http://www.sappoint.com/abap/ale.pdf

http://www.sappoint.com/abap/ale2.pdf

http://www.sapgenie.com/sapedi/idoc_abap.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm

http://www.allsaplinks.com/idoc_sample.html

http://www.sappoint.com/abap.html

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm

http://www.sapgenie.com/sapedi/index.htm

http://www.allsaplinks.com/idoc_sample.html

Check these step-by-step links

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501...

https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-001...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501...

for Smartforms material

http://www.sap-basis-abap.com/sapsf001.htm

http://www.sap-press.com/downloads/h955_preview.pdf

http://www.ossincorp.com/Black_Box/Black_Box_2.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://www.sap-img.com/smartforms/smartform-tutorial.htm

http://www.sapgenie.com/abap/smartforms.htm

How to trace smartform

http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm

http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF

http://www.sap-img.com/smartforms/smart-006.htm

http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm

check most imp link

http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html

step by step good ex link is....

http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.h...

SAPScripts

http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf

http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf

http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf

http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf

http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf

http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-sub...

SAP SCRIPT FIELDS

http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/8033ea454211d189710000e8322d00/content.htm

scripts easy material

http://www.allsaplinks.com/sap_script_made_easy.html

Debugging Document.

http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc

http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm

http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc

http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm

http://help.sap.com/saphelp_bw30b/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm

BAPI

http://help.sap.com/saphelp_46c/helpdata/en/9b/417f07ee2211d1ad14080009b0fb56/frameset.htm

http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html

Checkout !!

http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html

http://techrepublic.com.com/5100-6329-1051160.html#

http://www.sap-img.com/bapi.htm

http://www.sap-img.com/abap/bapi-conventions.htm

http://www.sappoint.com/abap/bapiintro.pdf

http://www.sapgenie.com/abap/bapi/example.htm

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE8/BCFESDE8.pdf

List of all BAPIs

http://www.planetsap.com/LIST_ALL_BAPIs.htm

http://www.sappoint.com/abap/bapiintro.pdf

http://www.sappoint.com/abap/bapiprg.pdf

http://www.sappoint.com/abap/bapiactx.pdf

http://www.sappoint.com/abap/bapilst.pdf

http://www.sappoint.com/abap/bapiexer.pdf

http://service.sap.com/ale

http://service.sap.com/bapi

http://www.geocities.com/mpioud/Abap_programs.html

http://www.sapdevelopment.co.uk/reporting/reportinghome.htm

Simple ALV report

http://www.sapgenie.com/abap/controls/alvgrid.htm

http://wiki.ittoolbox.com/index.php/Code:Ultimate_ALV_table_toolbox

ALV

1. Please give me general info on ALV.

http://www.sapfans.com/forums/viewtopic.php?t=58286

http://www.sapfans.com/forums/viewtopic.php?t=76490

http://www.sapfans.com/forums/viewtopic.php?t=20591

http://www.sapfans.com/forums/viewtopic.php?t=66305 - this one discusses which way should you use - ABAP Objects calls or simple function modules.

2. How do I program double click in ALV?

http://www.sapfans.com/forums/viewtopic.php?t=11601

http://www.sapfans.com/forums/viewtopic.php?t=23010

3. How do I add subtotals (I have problem to add them)...

http://www.sapfans.com/forums/viewtopic.php?t=20386

http://www.sapfans.com/forums/viewtopic.php?t=85191

http://www.sapfans.com/forums/viewtopic.php?t=88401

http://www.sapfans.com/forums/viewtopic.php?t=17335

4. How to add list heading like top-of-page in ABAP lists?

http://www.sapfans.com/forums/viewtopic.php?t=58775

http://www.sapfans.com/forums/viewtopic.php?t=60550

http://www.sapfans.com/forums/viewtopic.php?t=16629

5. How to print page number / total number of pages X/XX in ALV?

http://www.sapfans.com/forums/viewtopic.php?t=29597 (no direct solution)

6. ALV printing problems. The favourite is: The first page shows the number of records selected but I don't need this.

http://www.sapfans.com/forums/viewtopic.php?t=64320

http://www.sapfans.com/forums/viewtopic.php?t=44477

7. How can I set the cell color in ALV?

http://www.sapfans.com/forums/viewtopic.php?t=52107

8. How do I print a logo/graphics in ALV?

http://www.sapfans.com/forums/viewtopic.php?t=81149

http://www.sapfans.com/forums/viewtopic.php?t=35498

http://www.sapfans.com/forums/viewtopic.php?t=5013

9. How do I create and use input-enabled fields in ALV?

http://www.sapfans.com/forums/viewtopic.php?t=84933

http://www.sapfans.com/forums/viewtopic.php?t=69878

10. How can I use ALV for reports that are going to be run in background?

http://www.sapfans.com/forums/viewtopic.php?t=83243

http://www.sapfans.com/forums/viewtopic.php?t=19224

11. How can I display an icon in ALV? (Common requirement is traffic light icon).

http://www.sapfans.com/forums/viewtopic.php?t=79424

http://www.sapfans.com/forums/viewtopic.php?t=24512

12. How can I display a checkbox in ALV?

http://www.sapfans.com/forums/viewtopic.php?t=88376

http://www.sapfans.com/forums/viewtopic.php?t=40968

http://www.sapfans.com/forums/viewtopic.php?t=6919

Go thru these programs they may help u to try on some hands on

ALV Demo program

BCALV_DEMO_HTML

BCALV_FULLSCREEN_DEMO ALV Demo: Fullscreen Mode

BCALV_FULLSCREEN_DEMO_CLASSIC ALV demo: Fullscreen mode

BCALV_GRID_DEMO Simple ALV Control Call Demo Program

BCALV_TREE_DEMO Demo for ALV tree control

BCALV_TREE_SIMPLE_DEMO

BC_ALV_DEMO_HTML_D0100

Remote Function Call:

RFC is an SAP interface protocol. Based on CPI-C, it considerably simplifies the programming of communication processes between systems.

RFCs enable you to call and execute predefined functions in a remote system - or even in the same system.

RFCs manage the communication process, parameter transfer and error handling.

http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm.

ALE/ IDOC

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm

http://www.sapgenie.com/sapedi/index.htm

http://www.sappoint.com/abap/ale.pdf

http://www.sappoint.com/abap/ale2.pdf

http://www.sapgenie.com/sapedi/idoc_abap.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm

http://www.allsaplinks.com/idoc_sample.html

http://www.sappoint.com/abap.html

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm

http://www.sapgenie.com/sapedi/index.htm

http://www.allsaplinks.com/idoc_sample.html

Refer this

http://www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_DATADICTIONARY_FAQ.html

http://www.saptechnical.com/InterviewQ/interviewQ.htm

http://help.sap.com/saphelp_46c/helpdata/en/35/2cd77bd7705394e10000009b387c12/frameset.htm

http://www.techinterviews.com/?p=198

http://www.techinterviews.com/?p=326

http://www.sap-img.com/abap/answers-to-some-abap-interview-questions.htm

http://www.sap-img.com/abap/more-than-100-abap-interview-faqs.htm

http://www.geekinterview.com/Interview-Questions/SAP-R-3/ABAP

http://sap.ittoolbox.com/documents/popular-q-and-a/abap-sample-interview-questions-3240

http://www.sap-img.com/abap/abap-interview-question.htm

http://www.allinterview.com/Interview-Questions/ABAP.html

reward if useful

regards,

ANji

Read only

h_senden2
Active Contributor
0 Likes
281

Google

or

Use the search function

regards,

Hans

Please reward all helpful answers !!!!!