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
How do you validate the selection criteria of a report? And how do you display initial
What is the use of info groups? : sap abap hr
What is is a match code? : abap data dictionary
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
Where do you code the hide statement?
Update types in Call transaction method. What is the difference?
What are the different types of the variable in the sap abap?
What kind of financial periods exist in SAP? What is the relevant table for that?
Name the abap/4 modularization techniques? : abap modularization
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What is a match code? : abap data dictionary
What is the use of the statement leave to list-processing?
What is the difference between select statement and provide statement ? : abap hr
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?