Free SAP Netweaver Tutorials & InterviewQuestions

Home

 

SAPAG.CO.IN in this website you can find SAP Related Tutorials, like SAP ABAP ,SAP Meterial Management (MM),SAP Customer Relationship Management (CRM),MySAP,SAP Finance And Controling (FICO),SAP Sales And Distribution (SD),SAP Business Warehousing (BW),SAP Netweaver,SAP Exhcange Infrastructure (XI ),SAP Enterprise Portal (EP) ,SAP Master Data Management (MDM),SAP Web Application Server (WAS),SAP Mobile Infrastructure (MI ),SAP Business Intelegent (BI ) ,SAP Knowledge Management (KM ) and Maney more..... Tutorials @ single point.

 

 

SAP ABAP Interview Questions

  1. SAP ABAP Technical Questions ( Data Dictonary )
  2. SAP ABAP Real Time Questions
  3. SAP ABAP Reports Questions
  4. SAP ABAP Internal Tables Questions
  5. SAP Scripts and Smart Forms Questions
  6. SAP ABAP Scripts Question and Answers Part 1
  7. SAP ABAP Scripts Question and Answers Part 2
  8. SAP ABAP Scripts Question and Answers Part 3
  9. SAP ABAP Scripts Question and Answers Part 4
  10. SAP ABAP Scripts Question and Answers Part 5
  11. SAP ABAP Scripts Question and Answers Part 6
  12. SAP ABAP Scripts Question and Answers Part 7
  13. SAP ABAP BDC Programs Questions 1
  14. SAP ABAP BDC Programs Questions 2
  15. SAP ABAP BDC Programs Questions 3
  16. SAP ABAP Report Programming Questions 1
  17. SAP ABAP Report Programming Questions 2
  18. SAP ABAP Report Programming Questions 3
  19. SAP ABAP Report Programming Questions 4
  20. SAP ABAP Report Programming Questions 5
  21. SAP ABAP Report Programming Questions 6
  22. SAP ABAP Report Programming Questions 7
  23. SAP ABAP BDC , LSMW, Conversions Questions
  24. SAP ABAP Performance Tuning Questions
  25. SAP ABAP Miscellaneous Questions
  26. SAP ABAP Written Test Questions
  27. Sample Test Questions on SAP ABAP Programming
  28. SAP ABAP Interview Questions Part 1
  29. SAP ABAP Interview QUestions Part 2
  30. SAP ABAP Interview QUestions Part 3
  31. SAP ABAP Interview QUestions Part 4
  32. SAP ABAP Interview Questions Part 5
  33. SAP ABAP Interview Questions Part 6
  34. 100 SAP ABAP Interview Questions
  35. SAP ABAP Technical Interview Questions
  36. ABAP Certification Sample Questions for Abapers
  37. SAP ABAP Certification Questions
  38. SAP ABAP Questions with Answers
You Like IT? Share it ?
 

SAP ABAP Certification Sample Questions for Abapers                          

To take the ABAP certification, contact your local or regional SAP Education training center at this url :

http://www.sap.com/services/education/index.epx

Caution: more than one answer may be correct. 
Please mark ALL correct answers. 

Question:
Within the TOP-OF-PAGE event the following code represents:

  write: /1 text-001. 

  A:  A selection text. 
  B:  A basic list row. 
  C:  A page footer 
  D:  A page header 

Question:
Given the two ABAP Dictioary tables below, the Customer number field in table one must contain
a value from table two. The Customer number field is known as a ____. 

  Table one: 
   Customer number (Primary key) 
   Company code (Primary key) 
   Other data 

   Table two: 
   Customer number (Primary key) 
   Customer name 
   Other data 

   A:  Secondary index 
   B:  Matchcode object 
   C:  Validation field 
   D:  Foreign key 

Question:
A batch input job with two steps is processed.  IMPORT/EXPORT statements are used to pass values between the steps.

Step 1 contains the statements
  STATUS='S'. CONT = 'C'.
  EXPORT STATUS CONT TO MEMORY ID 'XXXX'.

Step 2 contains the statements
  CLEAR:CONT, STATUS, FLAG.
  IMPORT CONT FLAG FROM MEMORY ID 'XXXX'.

What do the fields SY-SUBRC, CONT and FLAG contain after the IMPORT statement have been executed?

A.  SY-SUBRC=4. CONT='C'. FLAG=''.
B.  SY-SUBRC=0. CONT='C'. FLAG=''.
C.  SY-SUBRC=0. CONT=''.   FLAG=''.

Question:
The structure of a table has been changed in the ABAP/4 Dictionary.
Which of the following adjustments in the relevant database table is correct, if you want to retain the previous data?

A.  Delete and recreate the database table.
B.  Change the database directory (ALTER TABLE) where the structure change with ALTER TABLE is supported by the database.
C.  Convert the table.

Question:
Must Exits be predefined by SAP programmers?

A.  No
B.  Yes
C.  Customers can determine for themselves where they want to use exits

 

.


.