SAP/ABAP 기초

(ABAP) SAP Buffer Reset

haramang 2021. 6. 30. 11:06

출처: https://wiki.scn.sap.com/wiki/display/Basis/How+to+Reset+different+SAP+buffers 

 

How to Reset different SAP buffers - Basis Corner - Community Wiki

SAP Buffers can be reset with below commands : /$SYNC - Resets the buffers of the application server/$CUA - Resets the CUA buffer of the application server/$TAB - Resets the TABLE buffers of the application server/$NAM - Resets the nametab buffer of the ap

wiki.scn.sap.com

 

SAP Buffers can be reset with below commands :

  1. /$SYNC - Resets the buffers of the application server
  2. /$CUA - Resets the CUA buffer of the application server
  3. /$TAB - Resets the TABLE buffers of the application server
  4. /$NAM - Resets the nametab buffer of the application server
  5. /$DYN - Resets the screen buffer of the application server
  6. /$ESM - Resets the Exp./ Imp. Shared Memory Buffer of the application server
  7. /$PXA - Resets the Program (PXA) Buffer of the application server.
  8. /$OBJ - Resets the Shared Buffer of the application server.

'SAP > ABAP 기초' 카테고리의 다른 글

(ABAP) View의 종류와 특징  (0) 2021.06.30
(ABAP) Table / Structure / View 정리  (0) 2021.06.30
(ABAP) ABAP Naming Rule  (0) 2021.06.28
(ABAP 코드) DISTINCT, GROUP BY, APPENDING  (0) 2021.06.24
(ABAP) CLASS - GLOBAL CLASS  (0) 2021.06.21