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
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
What is sap abap tables?
What are the main events of which are used for logical database?
What is Transactional based Application & Role based Application?
What is the meaning of client independent?
What is lock object ? : abap data dictionary
What are two methods of modifying sap standard tables?
Did you create secondary index?
What is database utility?
Can you delete data element, which is being used by table fields?
Which commands are used for interactive reports?
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.
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What is a view in sap? : abap data dictionary