what are SPA and GPA parameters?What the Purpose?Examples?
under ABAP Memory.
Answer Posted / pinu
SPA and GPA are SET/GET parameters.it comes under SAP
memory and used to pass a value from one program to any
transcation where the set/get parameterid is set.
SET PARAMETER ID 'MON' FIELD P_SCRIPT.
where MON is a parameter ID set for a particular screen
(SMOD).
thanks,
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the use of lock objects?
What are logical databases? What are the advantages of logical databases?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
How can one distinguish between different kinds of parameters? : abap modularization
Where can you find error log for call transaction? : abap bdc
Can a filed occur in several field groups? : abap modularization
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
How to eliminate duplicate entries in internal tables? : abap data dictionary
What is the disadvantage of using exec sql statement in abap?
What is IMG in SAP?
What is the use of a pretty printer?
What are the two levels in defining a match code ?
Explain what is runtime analysis?
What are field symbols?
What are the different methods of passing data?