1. 필요성 : 휴무일 생성시 오류발생 2. 해결방법 : PT60, 인사근태관리에서 휴무쿼터 생성 1. 오류내용 2. 해결방법 : PT60 – 사번 및 Variant 넣고 실행 3. 결과화면
1. 필요성 : 휴무일 생성시 오류발생 2. 해결방법 : PT60, 인사근태관리에서 휴무쿼터 생성 1. 오류내용 2. 해결방법 : PT60 – 사번 및 Variant 넣고 실행 3. 결과화면
1. 티코드 권한체크 패스시켜주는 함수 : C160_TRANSACTION_CALL – 로직은 아주 간단함. * Function body —————————————————- CALL TRANSACTION I_TCODE. EXIT. 2. 티코드 권한체크 함수 – ALINK_CALL_TRANSACTION
1. HR모듈 프로세스 설명 – http://goo.gl/tEvwod 2. 구성모듈 – Personnel Management(PA) – Talent Management – Personnel Time Management(PT) – Payroll(PY) – Training and Event Management(PE) 3. HR 구조 가. SAP HCM의 3대구조 [#M_더보기|접기| SAP HCM의 3대구조 1. 기업구조: Enterprise Structure (企业结构) 2. 인사구조: Personnel Structure (人事结构) 3. 조직구조: Organizational Structure (组织结构) 1. 기업구조에는 client, company code, personnel area, personnel subarea가 있다. client는 일반적으로 enterprise의 개념으로 쓰이며 […]
1. 사용자 계정 Lock/Unlock 함수 – BAPI_USER_LOCK : 사용자계정 Lock – BAPI_USER_UNLOCK : 사용자계정 Unlock 2. 사용자 계정 Password 초기화 – S_WAP_USER_PASSWORD_RESET : Normal함수, 랜덤으로 패스워드를 생성해서 보여줌. – S_WAP_USER_MAINTENANCE – BAPI_USER_CHANGE : Remote함수. – SUSR_INTERNET_PASSWORD_RESET
1. 문제점 : 14년도 원천소득세영수증 출력이 안됨 2. 원인 : 14년도 Support Package 내 출력폼이 제대로 시스템에 반영이 안됨. 1. 원천소득세영수증 트랜잭션 코드 (PC00_M41_YEA_RCT) 2. 실행 후 오류화면 – 저 메시지로 도저히 확인이 안됨. 그래서 디버깅.. 3. 디버깅 화면 – Form을 Loading 할때 subrc = 0 떨어짐. Printer 혹은 Form이 없을 확률 높음. 4. 확인 결과, 아래 서식이 시스템에 없음 – 급하게 Form을 Request 따서 넘겨버림.
1. Overview – http://goo.gl/CLWF3M 2. SAP Netweaver Gateway Demo System – http://scn.sap.com/docs/DOC-31221 3. Getting started with the SAP Netweaver Gateway Service Consumption System – http://scn.sap.com/docs/DOC-40986 4. Detailed step by step procedure for Creating Gateway Service with all the CRUD Operations and testing them in Service Explorer – Part1 : http://goo.gl/9r3V2I – Part2 : http://goo.gl/biEanI 5. Configuration Guide (SAP NetWeaver Gateway 2.0 Support Package Stack 09) – http://goo.gl/ISNY4G 6. SAP NetWeaver Gateway How-to Guides – http://scn.sap.com/docs/DOC-27405
1. 증상 : Single Role을 복사하려는데 Information 메시지가 뜨고, 복사가 안됨 2. 해결책 : SAP Note 770358 1. 오류 메시지 2. 메시지 확인 3. SAP Note 770358 cfile9.uf.2271824654A39B6227E31F.pdf – Note에서 제공하는 소스코드를 받아서,프로그램 만들어 실행함 [#M_소스코드|접기| *&———————————————————————* *& Report Z_ADD_COLL_FLAG * *& […]
1. Getting Started : https://sapui5.hana.ondemand.com 2. SAPUI5 SDK : https://sapui5.hana.ondemand.com/sdk/#content/Overview.html 3. Demo : https://sapui5.hana.ondemand.com/sdk/#demoapps.html 4. SAP Web IDE : https://help.hana.ondemand.com/SAP_RDE/frameset.htm?0221845d73ad403ab2852142f3179177.html
1. 추가할 위치. 2. 소스코드 [#M_더보기|접기| <!– 스팟 채팅 –!> <!– <div id=”spot-im-root”></div> –!> <!– 스팟 채팅방 스크립트 시작 –!> <!– <script>!function(t,e,o){function p(){var t=e.createElement(“script”);t.type=”text/javascript”,t.async=!0,t.src=(“https:”==e.location.protocol?”https”:”http”)+”:”+o,e.body.appendChild(t)}t.spotId=”c616616c1527eff1c736b85c9667c16e”,t.spotName=””,t.allowDesktop=!0,t.allowMobile=!1,t.containerId=”spot-im-root”,p()}(window.SPOTIM={},document,”//www.spot.im/embed/scripts/launcher.js”);</script> –!> #spot-im-root { /* 스팟에 사용되고 있는 치환자 */ bottom: 0 ! important; /* 아래쪽에서 높이 0, 임폴턴트를 입력해서 이 속성이 우선되게 함 */ opacity: 0.8; /* 투명도는 0부터 1까지 값을 줄 수 있습니다. 숫자가 높아질 수록 불투명 해 […]