0 votes
in SAP by

What is the difference between SAP memory and ABAP memory?

1 Answer

0 votes
by

sap memory is a global memory whereas abap memory is local memory.

For example, we have four programs in abap memory and assigned some variables to a particular program in abap memory then those variables can’t be used by another program in abap memory i.e., the variables are only for that program and also local to that memory, whereas sap memory can access all the abap memory or else it can perform any kind of modifications.

Related questions

0 votes
asked Mar 23, 2020 in SAP by AdilsonLima
0 votes
asked Mar 23, 2020 in SAP by AdilsonLima
0 votes
asked Mar 24, 2020 in SAP by AdilsonLima
...