|
Answer» Write down three main difference between ABAP and SAP memory? Below are the three main difference between ABAP and SAP memory (1)ABAP Memory:-It concern with local memory. (1)SAP Memory:-And it concern with GLOBAL memory.
(2)ABAP Memory:-In ABAP we can exchange data by using Export/IMPORT. (2)SAP Memory:-In SAP we can exchange data by using GET/SET.
(3)ABAP Memory:-In ABAP memory data AVAILABLE multiple SESSION within same session. (3)SAP Memory:-In SAP memory data available across main session.
(4)ABAP Memory:-In ABAP memory all PROGRAM can have access within a session. (4)SAP Memory:-In SAP memory all SAP GUI sessions have access to it.
|