Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Java
- alv 정형화
- ALV
- 이명박
- fi
- 오라클 함수
- 유닉스
- 엑소버드
- List box
- sapa
- Standard Function
- 머니플랜
- SAP
- KOSA
- selection screen
- EXIT
- 방화벽
- Enhancement
- FI 용어정리
- EUC-kr
- UTF-8
- 가계부
- ABAP
- ole
- gimp
- 동적 쿼리
- Smart Forms
- function
- 스마트폼
- badi
Archives
- Today
- Total
목록upload (1)
Drunken Lion
파일 upload - upload 파일 종류 file filter
DATA: lv_file TYPE string, lv_filter type string, lt_file_table TYPE filetable WITH HEADER LINE , lv_rc TYPE i. lv_file = p_file. lv_filter = 'Excel Files (*.xls)|*.xls|Excel 2007 Files (*.xlsx)|*.xlsx|All Files (*.*)|*.*|'. CALL METHOD cl_gui_frontend_services=>file_open_dialog EXPORTING window_title = 'Window Title' default_filename = lv_file file_filter = lv_filter CHANGING file_table = lt_fi..
SAP/ABAP
2009. 9. 18. 14:18