Answer Posted / venkadesh
Application server:
This is the our ABAP code execution part,this done by Task handler and Work processor.Taskhandler allocate the work to Work processor (at the time which processor is free) based on first in first out basis.Asper the code Application server send request to Database server for fetching data from it and it pass these data to presentation server.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What primary key and foreign key relationship
What are the different control break statements available inside a loop?
How to define selection screen?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
Difference between function group and function module?
In which cluster time results are stored? : abap hr
What is your current client number?
What is meant by write lock? : sap abap data dictionary
What are two different ways to add fields to sap tables?
What are the different types of the sap abap data dictionary objects?
What are different abap/4 editors?
Why grouping of fields is required? What is the max no of modification groups for each field?
singleton class
What are the differences between sap memory and abap memory?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization