인포큐브 재분할은 대충 알겠는데, 리모델링 기능은 낯설어 구글링~ 1. 개념 : Netweaver 2004s부터 추가된 기능, 큐브의 구조(특성/값필드)를 변경할 수 있도록 관리해줌. 2. 참조 1문 1답 링크 : http://sapedw.blogspot.kr/2011/12/about-remodelling-concept.html
인포큐브 재분할은 대충 알겠는데, 리모델링 기능은 낯설어 구글링~ 1. 개념 : Netweaver 2004s부터 추가된 기능, 큐브의 구조(특성/값필드)를 변경할 수 있도록 관리해줌. 2. 참조 1문 1답 링크 : http://sapedw.blogspot.kr/2011/12/about-remodelling-concept.html
사실 7.x 위주로 BW를 쓰다보면 Reconstruction Tab은 전혀 활용을 못했는데, 친구문의(요청에서 삭제했는데, 재구축에 안나온다며?)로 오늘도 열심히 Help를 찾았음. 물론, 답을 얻었고요. ^^ 결론은 3.x 인포패키지로 데이터 올렸을 때나 써먹을 수 있답니다. — SAP Online Help — Reconstructing InfoCubes This function is only necessary for InfoCubes that obtained their data from 3.x InfoPackages. You can reconstruct an InfoCube from the requests that are already uploaded. You […]
최초 WD4A 세팅 부재로 인한 페이지 오류가 아래처럼 발생함. 1. WD4A Application 실행 시.. 2. WD Component View 조회 시.. 해결방법 : hosts 파일에 ERP서버 IP와 Host명 추가
오래전부터 돌던 이 작업. (계속 Cancel) 역시 지워야 할 대상이었다. ^^ 출처 : Note 1034532 (다운로드)
목적 : Workbench에 Object check를 위함. Code Inspector(T.code : SCI) Job 생성방법 : 프로그램 “RS_CI_DELETE” 실행 참고 Note : SAP Note 825245
1. 목적 : ABAP Workbench에 중요한 Index Update와 Reconstruction 2. 각 작업내용 가. EU_INIT : Index rebuild 나. EU_REORG : Index Update 다. EU_PUT : 개발 Object Check 라. 상세내용 [#M_더보기|접기| Reason and Prerequisites The EU jobs are used to reconstruct or update the indexes (where-used lists, navigation indexes, object lists) that are important for the ABAP Workbench. Solution When you start transaction SE80 for […]
보통 Infocube 만들 때 Dimension 특성은 대부분 고려치 않고 생성을 하는데, 두가지 특성의 Help를 찾아보았음. 1. Line Item Dimension – Order No. PO No. 등과 같은 특성을 디멘젼에 추가할 때 선택. – 이걸 찍으면 Bitmap Index를 안쓰고 Binary Index를 쓸것 같음. 2. High Cardinality > – 디멘젼 건수가 팩트테이블 건수의 20%이상이면 선택. – 미심쩍으면 Pass~
먼저, Background 작업은 TIME_OUT 발생이 일어나지 않음. 아래는 타임아웃 발생의 한 사례임. 1. Transaction 프로그램을 Background로 실행 2. 이 프로그램은 병렬처리를 위해 내부적으로 12개의 aRFC를 수행함. 3. 공휴일에 해당 프로그램 배치잡 수행 4. 다음날 “TIME_OUT” 오류 발생 – “TIME_OUT ” 덤프 건수를 보면 18:30분경 12건임을 확인 가능함. 원인 : aRFC를 프로그램에서 호출하면 건당 신규 세션을 생성시켜 병렬로 작업을 처리하게 됨(Dialog Process) 따라서, Dialog Process로 30분이상 […]
SAP Customizing 허용위한 설정화면 1. T.code : SCC4
내 PC에서 SAPGUI를 실행시킬 수 있는 Shortcut에 대한 파라미터를 설명한 SAP Note 공유합니다. Note 103019 – SAPshortcut Program parameters.pdf 1. SAP Shortcut Help – SAP Shortcut에 대한 Help 자료입니다. http://help.sap.com/saphelp_nwce10/helpdata/en/43/e0499e421a4d9de10000000a155369/content.htm 2. 세부내용 2.1 User ID a) -user=”userID” or -u=”userID” specifies the SAP user ID. b) -language=[DE|EN|…] or -l=[DE|EN|…] specifies the logon language in the SAP system. c) -pw=”password” specifies the password for automatic logon. If […]