0% found this document useful (0 votes)
85 views4 pages

Basic Qestions On SAP ABAP

The document contains questions about various SAP concepts including system landscape, tables, data dictionary, data types, ABAP, reports, internal tables, function modules, BDC, and LSMW. It asks about defining fields, creating tables, views, indexes, and search helps. It also asks about joins, select statements, parameters, select options, and interactive vs classical reports. Questions are asked about subroutines, modularization, and working with currencies, quantities, and dates.

Uploaded by

Farooq Ahmed
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)
85 views4 pages

Basic Qestions On SAP ABAP

The document contains questions about various SAP concepts including system landscape, tables, data dictionary, data types, ABAP, reports, internal tables, function modules, BDC, and LSMW. It asks about defining fields, creating tables, views, indexes, and search helps. It also asks about joins, select statements, parameters, select options, and interactive vs classical reports. Questions are asked about subroutines, modularization, and working with currencies, quantities, and dates.

Uploaded by

Farooq Ahmed
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/ 4

1.

2.
3.
4.

What is SAP System landscape , explain with client server architecture ?


Types of tables in sap? Explain.
What is data dictionary ?
What is data class , delivery class , enhancement category ? how are these

useful ? why are they used?


5. What is domain? Importance of domain?
6. Can we create a field without data element? Explain?
7. Steps of creating a table?
8. What is a structure ? Explain?
9. What are view ? Explain? Purpose of views?
10. What are the Different types of Views ?
11. What are the differences between the different type of Views?
12. What is Search Help and the Purpose? What are the Types Explain ?
13. Different levels where we can assign a Search Help ?
14. Difference between table , structure and views?
15. What is index ? types of index in sap? Purpose of index?
16. How do you work with currency and quantity field?
17. What do you mean by one is to one relation with database?
18. What is type group? Explain with an example?
19. Explain dispatcher with schematic diagram ?
20. What is roll area? How do you see logs in roll area?
21. What is ABAP?
22. What are the controlling key words of ABAP?
23. What are data types in ABAP.
24. What is the significance of package in sap?
25. What are Parameters and Select-Options?
26. What is the difference between Parameters and Select-options?
27. What are ABAP system fields? With an example?
28. Write a program to accept two numbers from the user and SWAP them?
29. Take a string like SAMPOORNA TECH change the first occurrence of M to
N using replace command?
30. Take a string GADAG , check weather is a palindrome or what.
31. What is internal table ? features of internal table ?
32. Types of creating the internal table and types of internal table?
33. Program for Prime Number till 30 ?
34. What are internal table commands? Explain each?
35. Difference between append , insert , collect?
36. Difference Between delete ,clear, refresh and free ?

37. Deference between read and loop?


38. With an example explain how do you read a record from the internal table?
39. Declare an internal table with following fields:
a. Sales doc no, date, customer no and sales doc type from header table.
b. Item no ,material no , quantity and price from item table.
c. Sort the table according to sales doc no and display the content.
40. What is select statement ?
41. What is difference between select single and select upto 1 row?
42. What is FOR ALL ENTRIES . Explain with an example?
43. What happens to the system fields SUBRC and DBCNT after we process a select
statement .
44. Types of joins explain with an example?
45. List all the records from table EINA and EBAN for a given range of vendor?
46. Accept the document no as input from the user and display the particulars of doc
no , date of doc, doc type, and item details from BKPF and BSEG.
47. Define reports? Types of reports?
48. How do you make an input field mandatory in ABAP programming?
49. What are the properties if SELECT-OPTIONS? And explain each?
50. What is classical report and interactive report? With events and distinguish
them?
51. At which event select statement is executed?
52. Explain event AT Selection Screen?
53. When is event top-of-page and end-of-page executed?
54. What are control break statements in ABAP? Explain?
55. How do you work with event At Line Selection? Explain?
56. Display the list of monthly sales order and total value of the sales for each sales
organization and under each company code display the grand total? (hint : selectoptions : sales organization and date)
57. Report customer no , name , material no , quantity , description of goods , goods
recipt no.
58. Report which lists delivery no . delivery quantity , customer no , material no and
description for a given shipping point.
59. Interactive report that lists out all the materials for a given plant. Secondary list
contains vendors details who supplies the choose materials.
60. What is modularization technique in ABAP. Explain? Advantages ?
61. Difference between subroutines and function modules?
62. Working with function modules with example?

63. What are the interface parameters of Function modules?


64. Explain subroutines for call by value , reference , result , passing internal tables
with example?
65. Write a function module to get the list of material for the given material type?
66. Syntax:
a. Select statement
b. Include statement
c. Select single
d. For All Entries
e. Subroutines
f. Get Cursor
67. Write a program using inner join with MSEG(mblnr)-LFA1(lifnr)-KNA1(kunnr)VBUK(vbeln)-EKKO(ebeln)-EKPO(ebelp)-T001(bukrs)-CSKS(kostl).
68. Use Function Module MONTH_PLUS_DETERMINE and month to the year.
69. Interactive Report LFA1-> EKKO -> EKPO ->MAKT
70. Using FOR ALL ENTRIES generate a classical Sales order report <kna1-vbakvbap-mara> for a particular customer,
a. Calculate the net value of each sales order.
b. Calculate net value of all the sales orders of the particular customer.
c. Print the AMOUNT in words for both .
d. Use FM -> SPELL_AMOUNT.
71. What is BDC , Why is it used ?
72. What are conversion or migration?
73. What is the difference and similarities between conversion and interface?
74. What are the difference between Session Method and Call Transaction Method?
75. What is Direct Input Method?
76. What Synchronous and Asynchronous Processing?
77. What Synchronous and Asynchronous Update?
78. What is BDCDATA? Why do we need it ?
79. What is BDCMSGCOLL ?
80. What is Log File in BDC Session Method ?
81. How do u create Log File in BDC Call Transaction ?
82. What is SHDB? Why is it used?
83. Can We edit a SHDB Generated Code?
84. What is SM35?
85. Can Data be put directly into DATABASE ?
86. Explain the FMs associated with BDC Session?
87. What is LSMW? Why is it used ?

88. When we Should go for LSMW and BDC Session and Call Transaction ?

You might also like