What are the central interfaces of the R/3 system ?
- Presentation interface
Database interface
Operating system interface
Which interface controls what is shown on the p.c. ?
- Presentation interface
Which interface converts SQL requirements in the SAP development system to those of the database ?- Database interface
What is SAP dispatcher ?
- SAP dispatcher is the control agent which manages the resources for the R/3 applications.
What are the functions of dispatcher ?
- Equal distribution of transaction load to the work processes
Management of buffer areas in main memory Integration of the presentation levels
Organization of communication activies
What is a work process ?
- A work process is where individual dialog steps are actually processed and the work is done. Each work process handles one type of request.
Name various work processes of R/3 system ?
1) Dialog or Online ( processes only one request at a time )
2) Background ( started at a specified time ) 3) Update ( primary or secondary ) 4) Enque( lock mechanism ) 5) Spool ( generated online or during back ground processing For printing )
What are the types of Update requests ?
- An update request can be divided into one primary (V1) and several Secondary update components (V2). Time-critical operations are placed in V1 component and those whose timing are less critical are placed in V2 components. If a V1 update fails, V2 components will not be processed.
What are the roll and page areas ?
- Roll and page areas are SAP R/3 buffers used to store user contexts ( process requests ) . The SAP dispatcher assigns process requests to work processes as they are received. If the work process is unavailable the process requests are queued in the roll and page areas. Paging area holds data from the application programs. Roll area holds data from previous dialog steps and data that characterizes user.
What is a Spool request ?
- Spool requests are generated during dialog or background processing and placed in the spool database with information about the printer and print format. The actual data is placed in the Tem Se (Temporary Sequential objects).
What are the different database integrities ?
- Semantic integrity
- Relational integrity
- Primary key integrity
- Value set integrity
- Foreign key integrity and
- Operational integrity.
Thursday, February 21, 2008
BASIS LAYER Interview Questions
Posted by Unknown at 5:29 PM
Labels: ABAP Interview Questions
Subscribe to:
Post Comments (Atom)
Content
-
►
2009
(2)
- ► 09/06 - 09/13 (1)
- ► 03/01 - 03/08 (1)
-
▼
2008
(207)
- ► 11/23 - 11/30 (1)
- ► 04/20 - 04/27 (70)
- ► 04/13 - 04/20 (51)
- ► 03/16 - 03/23 (44)
- ► 02/24 - 03/02 (9)
-
▼
02/17 - 02/24
(32)
- SAP Scripts - Interview Questions
- ABAP Reports - Interview Questions
- ABAP Data Dictionary
- ABAP Dialog Programming FAQ Technical Interview Q...
- ABAP LOGICAL DATABASE Technical Interview Questions
- ABAP DATA DICTIONARY Technical Interview Questions
- BASIS LAYER Interview Questions
- SAP Terminology
- ABAP FAQs
- What is ABAP?
- ABAP Technical Interview Questions
- Break Points in ABAP
- After sending the data(any type) from SENDER to RE...
- ABAP Keywords and their usage
- Bill of Material Interview Questions
- Starting the debugger in a modal screen Using ABAP
- Retrieving field names dynamically using sap abap
- Restricting the selection screen using sap abap
- Calling an external program using sap abap
- Using a variable from a calling program without pa...
- Showing a progress bar in ABAP
- Generating your own standard F4 help using sap abap
- Creating an ALV Grid in 3 lines using sap abap
- Modifying the F4 standard calendar using sap abap
- Saving an internal table in Microsoft Excel format...
- Generating a number range automatically in sap
- Defining a local type dynamically using abap
- How to use macros in sap
- Using dynamic SELECT statements in sap abap
- How to use JavaScript in SAP ABAP?
- Managing persistent objects with object services I...
- Debugging ABAP programs from JAVA applications
No comments:
Post a Comment