일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- EXIT
- selection screen
- Smart Forms
- 오라클 함수
- 유닉스
- 이명박
- List box
- ALV
- ole
- UTF-8
- function
- fi
- KOSA
- Standard Function
- ABAP
- badi
- 동적 쿼리
- Java
- 엑소버드
- gimp
- FI 용어정리
- 가계부
- 머니플랜
- 방화벽
- 스마트폼
- Enhancement
- SAP
- alv 정형화
- EUC-kr
- sapa
- Today
- Total
목록전체 (352)
Drunken Lion
CL_GUI_ALV_GRID 의 상속 로컬 클래스를 선언해 로컬 메서드를 선언하면 Protected Method 사용이 가능하다. 주홍글씨.. 두번코딩했네.. *-- local Class 선언 및 Protected method -> public method 로 끌어내기 CLASS: lcl_grid DEFINITION DEFERRED. DATA: g_grid TYPE REF TO lcl_grid. CLASS lcl_grid DEFINITION INHERITING FROM cl_gui_alv_grid. PUBLIC SECTION. METHODS: set_err_cells IMPORTING it_err TYPE lvc_t_err. ENDCLASS. CLASS lcl_grid IMPLEMENTATION. MET..
출처: 지식인 Sub 매크로2() Dim rngDb As Range Dim rngCell As Range Application.DisplayAlerts = False With ActiveSheet Set rngDb = .Range("A2").Resize(.Range("A65536").End(xlUp).Row - 1) 셀병합하기 rngDb End With Application.DisplayAlerts = True Set rngDb = Nothing End Sub Private Sub 셀병합하기(rngTarget As Range) Dim rngCell As Range Dim intNum As Long Dim intCount As Long Dim intTemp2 As Long Dim intTemp As Lon..
SAP DOI SMW0 에 올려놓은 문서 양식이랑 같이 활용.. INCLUDE: officeintegrationinclude. DATA: doc_table LIKE w3mime OCCURS 0. DATA: doc_size TYPE i. DATA: doc_type(80) VALUE soi_doctype_excel_sheet."엑셀 DATA: doc_format(80) TYPE c. DATA: link_server TYPE REF TO i_oi_link_server. DATA: factory TYPE REF TO i_oi_document_factory. DATA: document TYPE REF TO i_oi_document_proxy. DATA: retcode TYPE t_oi_ret_string. IF ..
근데.. 예전에 본건데... 요즘 얘기랑 맞다..
http://youtu.be/1zmnoElezRg
12/7 일 버젼무료주차 대상주차장 안내 제휴 주차장 변경 안내표 지역 주차장명 주소지 이용안내 강남구제일주차장서울시 강남구 삼성동 158-508:00 ~ 21:00070-8128-3947골든 타워(종료 예정)서울시 강남구 삼성동 144-1701:00 ~ 24:0002-569-3380캠코 양재서울시 강남구 도곡동 949-301:00 ~ 24:0002-3461-7078필파킹 신사점(종료 예정)서울시 강남구 신사동 633-301:00 ~ 24:0002-2051-8080나무빌딩*서울시 강남구 신사동 666-1008:00 ~ 22:00070-7655-3670현대인텔렉스빌딩*서울시 강남구 논현동 26101:00 ~ 24:0002-549-1055서초구삼우빌딩(종료 예정)서울시 서초구 반포동 50-1207:00 ~ ..
스탠다드 필드의 텍스트를 변경 하고 싶을때 사용한다. 출처: http://www.renet-web.net/2005/09/01/changing-standard-sap-field-descriptions/ Sometimes you absolutely need a couple of fields to input all your information, so you end up using an unused field. What happens if the field description does not match, not even closely the information you put in it? Well you have several choices: - You could live with it. - You coul..
T-code : MASS http://help.sap.com/saphelp_erp60_sp/helpdata/en/71/df7b4eff7e11d1955600a0c930e0da/content.htm?frameset=/en/8d/3777b8ff7d11d1955600a0c930e0da/frameset.htm Cross-Application Mass Maintenance (CA-GTF-MS) Purpose Mass maintenance is a generic (i.e. cross-application) tool that can be used for the following purposes: · Changing large volumes of data Here there are the following differe..