what is the diffreence between sap memory and abap memory
plz give the example
Answer Posted / manoj kumar
sap memory is the total sap memory where as abap memory is
confined to one session or we can say se38.
set parameter and get parameters are used to store the
vaklue of varable and transsport to another session
trheses are used as sap memory units
and import and export are used as abap memory units to
transport
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What is use of transparent table in abap? How it is different from pool tables?
Define abap/4 layer? : abap data dictionary
What is the collect statement? How is it different from append?
Do we create table fields with out data elements and domains?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What are control tables?
Specify the types of data dictionary objects.
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
What are the types of subroutines? : abap data dictionary
What are roles and authorization objects?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
how can we enable hyperlink in screen painter?