글
SAP Buffer 초기화 T-code
SAP Program/ABAP
2017. 4. 12. 15:30
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
Sql Table buffer clear(Performance Test 등에 활용하면 ...)
4. /$NAM - Resets the nametab buffer of the application server
5. /$DYNP - 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.
'SAP Program > ABAP' 카테고리의 다른 글
HANA 주소 데이타 (0) | 2017.05.19 |
---|---|
날짜 관련 ABAP function (0) | 2017.04.19 |
Windows Temp Directory 가져오기 (0) | 2017.04.10 |
S4 HANA 기반 시스템 구축을 위한 가이드 (0) | 2017.04.05 |
Maint view event 관련 coding (0) | 2017.03.31 |