Difference between ABAB Memory and SAP Memory ?
Answer / vijeta aharwar
ABAP Memory- The contents of the ABAP/4 memory are retained
only during the lifetime of an external session. You can
retain or pass data across internal sessions. The EXPORT to
memory and IMPPORT from MEMORY statement allow you to write
data to or read data from the ABAP memory.
EX: EXPORT it_tab TO MEMORY ID 'ZADI1'.
IMPORT it_TAB FROM MEMORY ID 'ZADI1'.
SAP MEMORY - Otherwise known as global memory is available
to a user during the entire duartion of a terminal session.
It's contents are retained across transaction boundaries as
well as external and internal sessions. SET PARAMETER & GET
PARAMETER statements allows you to WRITE TO/ READ from the
SAP memory.
Is This Answer Correct ? | 7 Yes | 1 No |
what is sap ? can i learn sap from home ? future of sap and freshers salary and experience salary ? carrer scope for sap and please tell me indepth details of company listings in chennai ?
If u want to add any fields in the layout what is the procedure you follow ?
While designing layout for labels Is there any specific parameters or constraints i need to take care (at form as well as print program level)?
How can i read the data in bar code form directly into sap i.e. without being uploading it to TXT file and then uploading to SAP.
What are different tools to report data in SAP? What all have you used ?
How to add extra functionality to a standard print program without touching the print program ?
The logo uploaded using RSTXLDMC programe, Where it is going to store ?
How to debug a script?
Is there any specific steps to print bar codes from SAP (from within Smartforms) including data fetch and printer configurations.
Explain composer.
How do I create boxes in sapscript?
How to design the windows in script?