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
- FI 용어정리
- gimp
- 머니플랜
- 이명박
- alv 정형화
- ALV
- ole
- badi
- fi
- Java
- Enhancement
- UTF-8
- List box
- 오라클 함수
- 유닉스
- 동적 쿼리
- KOSA
- 스마트폼
- 방화벽
- selection screen
- EXIT
- 가계부
- function
- ABAP
- SAP
- Standard Function
- 엑소버드
- sapa
- Smart Forms
- EUC-kr
Archives
- Today
- Total
목록file_open_dialog (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