What is the difference between sap memory and abap memory
Follow us on Jobbuzz. Indiatimes Classified Network. Sign In. Don't have an account? Register now. Sign In using. Already a user? Sign in to JobBuzz. Please enter a valid email id. Password mandatory! Forgot password? Not you? Not using TJ? Create Account. Already a User? Old Fashioned? Sign Up Using Email.
ABAP memory is pretty limited and can only be accessed within one main internal session. Other programs running outside that session will not be able to read or write to that memory. On the other hand, SAP memory is pretty much like global memory and is accessible not only by programs that are running under the same main session but also across different main sessions. The different scopes between the two lead to two different uses. The main use of ABAP memory is to make data accessible across multiple transactions within the same session.
Although SAP memory is also capable of performing this function, it is reserved for its own purpose; making information available or transferring data across main session. Not only do these two memory types differ in usage, they are also accessed differently. This makes it relatively easy to program as you are already indicating the type of memory that you want to use with the command that you are using; rather than using other parameters.
It is important that they are used appropriately in order to minimize resource usage and enhance the speed and efficiency of the application. ABAP memory is pretty limited and can only be accessed within one main internal session. Other programs running outside that session will not be able to read or write to that memory.
On the other hand, SAP memory is pretty much like global memory and is accessible not only by programs that are running under the same main session but also across different main sessions.
The different scopes between the two lead to two different uses. The main use of ABAP memory is to make data accessible across multiple transactions within the same session. Although SAP memory is also capable of performing this function, it is reserved for its own purpose; making information available or transferring data across main session. Not only do these two memory types differ in usage, they are also accessed differently. This makes it relatively easy to program as you are already indicating the type of memory that you want to use with the command that you are using; rather than using other parameters.
It is important that they are used appropriately in order to minimize resource usage and enhance the speed and efficiency of the application.
0コメント