728x90 반응형 행복워니 전체보기261 <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. <BC> Tranport Request 업로드 다운로드 (UPLOAD AND DOWNLOAD) http://scn.sap.com/docs/DOC-45570 이게 기본 방식이지만... 서버 담당자라면... 위 주소를 실제 서버의 폴더를 찾아 가서 카피하면 됩니다... 기타 서버 담당자가 아니라면... 이 문서에 있는 프로그램을 직접 개발해서 업로드 다운로드를 하면 된다고 합니다. 물론 전 안해봤습니다..^^ BW에는 위 프로그램에 포함된 펑션이 없어서 만들고나서 의미가 없더라구요.....저는 그냥 서버에서 카피했습니다.^^ 기타 펑션을 통해서 다운로드를 받을 수가 있다고도 하는데 BW에는 없는것들이 많아서.. R3에만 있습니다.. 위 링크 내용은 하단에 붙여넣겠습니다. How to download / upload transport request from / to a server created by .. 2015. 2. 3. sap brtools 를 활용한 Table space 확장 (oracle space) 자료 원본 http://sapsharing.blogspot.kr/2010/05/space-management.html Space Management Check Oracle Space Space management here is only from SAP point of view which is Oracle tablespace. SAP Basis administrator need to act proactively to monitor and increase Oracle table space before monthly batch start to run. He/She also need to keep track of the growth of the Database so that the system wont run .. 2015. 2. 2. <ABAP> JAVA JCO 코딩.. 1. Download the Java Connector You find the JCo on the SAP service marketplace. http://service.sap.com/connectors/ To download the software you have to have a valid user. Registration is free of charge. window.google_render_ad(); 2. Setting up JCo The following description assumes your are using Windows. Create a new Java project "de.vogella.sap.jco" and create a folder lib in it. From your JCo .. 2014. 12. 2. 이전 1 ··· 23 24 25 26 27 28 29 ··· 66 다음 728x90 반응형