728x90
반응형

SAP 131

SAP SFTP external commnad SM49(WINSCP)

SAP 에서 기본으로 SFTP 를 제공하지 않아 External commnad 를 연동하여 사용하기로 하였습니다. sftp 를 사용하는 TOOL WINSCP OR FILEZILLA 같은 TOOL을 이용하여 BAT Command 를 작성 bat 파일이 있는 경로에 저장 bat파일은 아래와 같이 셋팅 하였습니다. “@echo off "C:\Program Files (x86)\WinSCP\WinSCP.com" /command "open sftp://id:pw@ip:디렉터리경로 -hostkey=*" "put D:\\sapmnt\trans\tmp\test3.txt" "exit" “ (test3.txt -> 업로드 하려는 파일)

SAP/SAPBC 2024.02.20

How to setting log tool XPI Inspector

PO에 상세 로그를 남기기 위한 XPI Inspector 설치 설치 파일을 다운로드 하고 설치 경로에 실행파일 옮기기 xpi_inspector_v7.2.ear 파일을 deploy 해야합니다. 특정 경로에 해당 파일을 업로드 하고 기록. cmd창을 오픈해서 아래의 명령어 입력 telnet localhost 508 접속되면 명령어 입력 add deploy deploy D:\usr\sap\sid\tmp\xpi\xpi_inspector_v7_2\xpi_inspector_v7.2.ear version_rule=all 그리고 나서,. 설치된 XI Inspector 열기 - http://host:port/xpi_inspector/index.jsp 다시 nwa로 가서 log overview 하면 됨. ㅎ

SAP/PO 2024.02.20

what is smq1 and smq2 and how to delete smq1 and smq2

안녕하세요오늘은 SMQ1, SMQ2 가 너무 과도하게 차 있어서 설정을 하려고 합니다  · SMQ1qRFC Monitor for the outbound queue. You use this transaction to monitor the status of the LUWs in the outbound queue and restart any hanging queues manually. · SMQ2 qRFC Monitor for the inbound queue. You use this transaction to monitor the status of the LUWs in the outbound queue.먼저, 첨부된 RFC 표를 참고하시기 바랍니다.전송된 데이터는 일반적으로 RFC가 성공적으로 실행된 후 자동..

SAP/SAPBC 2024.01.15
반응형