SAP AS INSTANCE - Glossary



Get Example source ABAP code based on a different SAP table
  


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