what is the diffreence between sap memory and abap memory
plz give the example
Answer Posted / lavanya
Ther are two types of memeorys available to us they are
SAP memory
ABAP memory
Sap memory
This memory is the total sap memory i.e we can scroll
through various sessions.
Whereas ABAP memory is confined only to one particular
session i.e one tcode.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Which FM do you use to find out who is reporting to whom
What are the function modules used in f4 help?
How do you populate data into a multiple line field?
Does sap handle multiple currencies?
Did you use buffering?
Event handling in oops
What are the buffering types?
What is native sql?
What is runtime analysis?
How would you define the exponents for a type âfâ field?
where do we store all custom programs in SD module?
What is the use of at new statement ?
Explain the disadvantages of logical databases?