본문 바로가기
728x90
반응형

ERP-SAP184

<Webdyn> 웹딘프로 활성화 시키는 방법 (Webdynpro for abap) 우선 아래의 자료를 참조해서 전부다 실행시키시오.. 다음... 아래의 글들 중 활성화 시킬부분을 참조하여 활성화 시켰다.. 아래는 그 내용.. http://nightsforu.tistory.com/319 Step 1: Verifying the configuration parameters for ICM. Use Transaction SMICM (ICM Monitor). Displays the ICM configuration and monitoring. Make sure it is running. Check the following ICM parameters. [Menu-> Goto -> Parameters ->Display] icm/server_port_0 PROT=HTTP,PORT=8000 icm/hos.. 2015. 4. 27.
<ABAP> SOURCE CODE 다운로드 / 소스 다운로드 간단하게 설치해서 다운로드 받을 수 있는 프로그램... 2015. 4. 17.
<MIS> Tableau - SAP BW Connection driver (odbo drivers) I Provides information about the drivers Directory... Because very confused find drivers. 아래 디렉토리로 가서 해당 파일을 다운로드 받으면 된다. 물론, SAP 운영 회사 계정으로 다운로드 받아야 한다.. (ID / PW 확인) 2015. 3. 25.
<ABAP> 현재 실행중인 Function 명 / 프로그램 명 가져오기. 문제가 발생한게 Interface 시에 구동중인 펑션명이 필요했는데 sy-cprog 같은 시스템 변수로는 알 수 없다... (디버깅 해서 sy 찍어보기) 이럴때 심어두는 펑션이 data : gv_cstack type abap_callstack. data : gt_cstack type sys_callst, gs_cstack like line of gt_cstack. call function 'SYSTEM_CALLSTACK' exporting max_level = 0 importing callstack = gv_cstack et_callstack = gt_cstack. 이라는 펑션인데... gt_cstack 을 보면 현재 실행하는 펑션들이 쌓여있다... 여기서 난 펑션 명만 필요했기에.. if gt_csta.. 2015. 3. 3.
728x90
반응형