Вы находитесь на странице: 1из 3

1. Which of the following statements about the SELECT statement are correct?

(T/F) - With SELECT SINGLE access, the result is one data record maximum. T - The SELECT statement supports the return code (SY-SUBRC). T - With SELECT...ENDSELECT access. the result is one data record maximum. F - The SELECT statement always reads the data into the SAP memory first. F - With SELECT...INTO TABLE access, the result is one data record maximum. F 2. Where can you have automatic input checks against the check table? (Single selection) - For input fields on screens if the input fields have been copied from the Dication into the Screen Painter. T - For input fields on ABAP lists. F - For input fields on selection screens. F 3. Which statements about parameters for an elementary search help apply? (T/F) - Parameters can be displayed on the result list. T - Parameters must be fields from the selection method only. - Import parameters control which data can be included in the - Export parameters control which data can be returned to the - A parameter is either an import or an export parameter F 4. Which statements apply to dialog program? (Single selection) - If you are using asynchronous update, the database changes are executed directly from the program F - If you are using asynchronous update, the statement COMMIT WORK is not required because it is executed implicitly after each screen change. T - In the PAI of each screen, you must use the statement COMMIT WORK. F - If an inline change has resulted in an error, the statement ROLLBACK WORK must be listed in the last screen in order to rollback the entire SAP LUW. F - All inline change must be done in the PAI of the last screen in order to ensure the rollback ability of the SAP LUW. F 5.What are the valif GUI status types? -Dialog Box -Context Menu -Dialog status -Selection screen -tabstrip control 6. What are the valid type of symbols in spscript? Program symbols Standard symbols System symbols Screen symbols Text symbols

7. Check out the coreect ans about SQL trace? Ans: It can be restricted to any user and any single object. 8. Which is the standard program used upload logo to sapscript? Ans: RSTXLDMC 9. What is the T-code for Menu Painter? Ans: SE41 10. What does group of maintenance view called as? group view cluster view view cluster cluster table table cluster Ans: view cluster 11. Entire Business process is carries out in a single SAP LUW. Ans: False 12. What are the two ways of causing a database rollback : MESSAGE A Termination Dialog message. ROLLBACK WORK. 13. What does ROLLBACK WORK Statement do -Delete all form routines registered using PERFORM <subroutine> ON COMMIT. -Deletes all database update requests from the log. -Triggers a rollback on database, followed by a database commit. -Starts a new SAP LUW. 14. What are the different types of lock modes? E X S 15. What are the Most important Data classes? Master data. Organizational Data. System Data. Transaction Data. 16. Transaction data is the data which is Ans: Frquently changed 17. Which are not applicable for subscreens? -setscreen

-set titlebar -set pf-status -leave to screen 18. Which is not the SAP solution . 19. What are the types of buffering. Fully buffering/Resident Generic buffering Single Record buffering

Вам также может понравиться