Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Memory id

Former Member
0 Likes
637

hi all

in sap where can we see memory id

thanks

3 REPLIES 3
Read only

Former Member
0 Likes
497

basically there are 2 memory

SAP Memory and ABAP Memory

Sap memory.

set parameter/ get parameter

Abap memory

The EXPORT TO MEMORY and IMPORT FROM MEMORY

using this we can export data from one pgm & can use in another by importing is

http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm

http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9e0435c111d1829f0000e829fbfe/content.htm

regards

gv

Message was edited by: Venkat

Read only

Former Member
0 Likes
497

Hi,

'F1' on the field, then "tehcnical info" and you can see the field in "Parameter Id".

eg. of use :


PARAMETERS     : p_werks LIKE vbbe-werks MEMORY ID wrk.

Regards,

Erwan.

Message was edited by: Erwan LE BRUN

Read only

Former Member
0 Likes
497

ABAP or SAP memory available for use you can see in debug mode. In Debug Mode Goto -> System Areas - SAP Memory/ ABAP memory.