Se16n 디버깅모드 관련
Se16n 디버깅모드 관련
Activate &SAP_EDIT in SE16N (SAP ECC 6.0)
https://blogs.sap.com/2013/09/23/activate-sapedit-in-se16n-sap-ecc-60/
Activate &SAP_EDIT in SE16N (SAP ECC 6.0) | SAP Blogs
22 Likes 143,112 Views 19 Comments
blogs.sap.com
- Go to SE16N, as usual, and type the table for which you want to make modifications.
- Instead of typing &SAP_EDITin the command field, type /Hand press “Enter” key to activate debugging.
- Press F8 key to enter the data browser for the above table.
- If you are using EHP6, then you may need to press F7 for several times to reach to the Screen 100 of program SAPLSE16N
- While in debugging mode & once you are in Screen 100, enter the two variables GD-EDIT and GD-SAPEDIT and press “Enter” key.
- For each variable, click on the change button, change the value to an uppercase “X” and press “Enter” key.
- Press F8 key to exit debugging and enter the table in change mode.
230107 추가
아예 ZSE16N으로 만들기 관련 참고 URL
[SAP/ABAP] ZSE16N 소스코드, 만드는 방법 - SE16N 수정모드로 조회
ZSE16N - 일반 테이블 조회 변형 트랜잭션 테이블 데이터를 조회, 변경, 추가, 삭제 할 때 SE16N을 사용하곤 한다. 보통 조회만 가능하게 설정되어 있어서, 테스트시 데이터를 가공하려면 번거롭게
sssinga.tistory.com
230408 추가
S/4 HANA에서 업그레이드된 SE16H 참고자료
https://blogs.sap.com/2022/01/20/you-used-to-use-se16-se16n-and-sqvi-try-se16h/
You used to use SE16/SE16N and SQVI, Try SE16H! | SAP Blogs
9 53 36,986 As you know, SAP HANA comes with many enhancements and features. The new transaction SE16H comes with new features which enables rapid tables check and small queries. SAP Consultants used to use the transactions code SE16/SE16N/SQVI to check ta
blogs.sap.com
테이블 조인해서 단순 조회하는 ALV리포트는 SQVI이나 쿼리리포트(SQ03, SQ02, SQ01)등으로 만들고 T-Code부여해서 사용했었는데 SE16H로 하면 테이블 조인해서 조회도 가능할듯..
레코드 건수 체크도 가능한듯
SQVI 쿼리 리포트 보다 쉽게 사용가능한지 테스트 필요한듯..