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 the difference between domain and data element?
What is the difference between pnp and pnpce? : abap hr
How to Raise a Particular Ticket in Realtime ?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
What are the other modules integrated with om? : sap abap hr
What are the major steps will you use for tuning?
Why bapi need then bdc ? : abap bdc
what is diff between ECC 5.0 AND ECC 6.0
Explain what is sap script?
Explain lsmw?
What happens if we use leave to list-processing without using suppress-dialog?
What is a type-pool?
What are hashed tables?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
Did you create primary index?