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 are the various types of parameters and how are they distinguished from one another?
Program lines for the radio button selection and unabling some input variables in section screen
What is step-loop?
Can you set up background processing using call transaction?
What are the update types possible? : abap data dictionary
What are secondary indexes. How can we know which index is being used in a select query?
How to write a bdc – how do you go about it?
What is the syntax for ‘call transaction’?
How to set an Enhancement point for a custom report?
What are the features of abap/4 dictionary? : abap data dictionary
What are the different types of views in sap? : abap data dictionary
Lock objects and what are parameters of ENQUEUE FM?
while implementing badi what are the tables u find??
What are the basic components of dialog program?
How to create user interfaces for lists?