what are SPA and GPA parameters?What the Purpose?Examples?
under ABAP Memory.
Answer Posted / rajeshwar rao
Within a main session, when ever you start an application
program, it opens up an internal sessions with in the main
session. The internal session has a memory area that
contains the ABAP program and its associated data. So when
ever you want to pass data between two internal sessions,
then you can use ABAP Memory (i.e import, export).
When comes to SAP memory (also known as global memory), if
the data has to be passed b/w two main sessions, we can use
SAP Memory(SPA/GPA Parameters). SAP Memory can also be used
to pass data b/w internal sessions.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain what are the problems in processing batch input sessions?
What is the difference between field-group header and other field groups?
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
What is a maintenance view? : abap data dictionary
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
How is collect statement different from append?
Explain buffering concept usage?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
How many types of size categories and data classes are there? : abap data dictionary
What are the difference between tables and structures? : abap data dictionary
What is direct input method ?
What are the control break events in abap? : abap data dictionary
What is the difference between the exits created in M.M and S&D?
What is the difference between sum and collect?
What are the two levels in defining a match code? : abap data dictionary