SAP AS INSTANCE - Glossary



Warning: file_get_contents(/customers/9/5/e/s4hd.com/httpd.www/global/php/adxcode.txt): Failed to open stream: No such file or directory in /customers/9/5/e/s4hd.com/httpd.www/global/php/helpers.php on line 89

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/9/5/e/s4hd.com/httpd.www/sap/help/index.php on line 55
VERSION 5 IN

application server instance
ABAP_ASINSTANCE for short. Component of an AS ABAP. An AS ABAP can be implemented using one or more ABAP_ASINSTANCES , which are usually instantiated on different host computers. However, multiple ABAP_ASINSTANCES of one or more AS ABAP can also be instantiated on the same host computer. Each ABAP_ASINSTANCE has work processes to execute ABAP programs.
BEGIN_SECTION VERSION 5 OUT The memory areas of an ABAP_ASINSTANCE that can be accessed in the ABAP programs are the shared memory, the user memory, the ABAP memory, and the session memory in the ABAP_ISESS .
END_SECTION VERSION 5 OUT
ABAP_MORE_INFO