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
Explain what is the difference between primary key and unique key?
What are the functions of lock objects?
Explain how many types of tables exist and what are they in data dictionary?
How can we create callable modules of program code within one abap/4 program? : abap modularization
Explain about interactive report?
What takes most time in SAP script programming?
Explain what is an rdbms?
Workbench request are client dependent or client independent
What are client dependant objects in abap/sap?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
How the at-user command serves mainly in lists?
How to read files and process BDC's automatically ?
How do you find the information on the current screen?
What is the significance of delivery class? : abap data dictionary
Can we write the code both call transaction and session method in single program?