what is the diffreence between sap memory and abap memory
plz give the example
Answer Posted / busha
the memory allocated for all prasentaion layers is called
sap memory or shared memory
the memory allocated for each and every prasentaion layer
is called abap memory or work process memory.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Explain how do you use structures in the abap programs?
How to read files and process BDC's automatically ?
what is friend class
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
visibility section for class level and attributes level
What is the difference between internal tables and extract datasets? : abap modularization
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
What are extracts?
What are the two levels in defining a match code? : abap data dictionary
What is the meaning of client independent?
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
How can we achieve MVC ?
What are the user groups?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?