일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Java
- badi
- function
- 오라클 함수
- selection screen
- Smart Forms
- fi
- ABAP
- KOSA
- 동적 쿼리
- ALV
- EXIT
- FI 용어정리
- ole
- 방화벽
- EUC-kr
- sapa
- List box
- 가계부
- UTF-8
- 스마트폼
- 이명박
- Standard Function
- gimp
- SAP
- alv 정형화
- 엑소버드
- Enhancement
- 유닉스
- 머니플랜
- Today
- Total
목록SAP/ABAP (105)
Drunken Lion
내역 SAPoffice: Send new document Functionality This function module enables you to send a new document, which has not yet been created, internally and externally. During the send process the document is created, along with the attributes and content that are to be transferred. Import parameters DOCUMENT_TYPE Default = 'RAW'. Document class. All classes are possible except for folders ('FOL') and ..
2009/09/22 - [SAP R/3/ABAP] - [OLE] Excel 양식 sample 위 글은 SAP 에서 EXCEL 을 직접 실행해 필드에 텍스트를 넣고, 텍스트의 속성에 BOLD 를 적용하는 소스다. 하지만 여기에 사용된, METHOD 들은 디버깅도 되지 않고 어떻게 돌아가는지 알수가 없다. 관련 클래스인 OLE2 를 찾아보니, TABLE OLELOAD 라는 테이블이 있고 아래와 같은 컨텐츠가 들어 있다. 정확하진 않지만, 나름 추측을 해보면, OBJTYPE : OLE 유형 VERB : 속성 또는 메서드 명 VERBTYPE : M - METHOD , P - PROPERTY PARAMNR : VERB 의 PARAMETER 개수 테이블을 조회해 보면 PARAMETER 가 복수가 VERB 는 KEY..
FUNCTION Z_FI_EXCEL_UPLOAD. *"---------------------------------------------------------------------- *"*"Local interface: *" IMPORTING *" VALUE(FILENAME) LIKE RLGRAP-FILENAME *" VALUE(I_BEGIN_COL) TYPE I *" VALUE(I_BEGIN_ROW) TYPE I *" VALUE(I_END_COL) TYPE I *" VALUE(I_END_ROW) TYPE I *" EXPORTING *" REFERENCE(SEPARATOR) TYPE C *" TABLES *" EXCEL_TAB TYPE KCDE_SENDER *" EXCEPTIONS *" INCONSISTE..
REPORT ztest. * excel sheet download TYPE-POOLS: OLE2. TABLES: sscrfields. DATA: H_EXCEL TYPE OLE2_OBJECT, " Excel object H_MAPL TYPE OLE2_OBJECT, " list of workbooks H_MAP TYPE OLE2_OBJECT, " workbook H_ZL TYPE OLE2_OBJECT, " cell H_F TYPE OLE2_OBJECT. " font SELECTION-SCREEN FUNCTION KEY 1. INITIALIZATION. sscrfields-functxt_01 = '@48@ 샘플파일다운로드'. AT SELECTION-SCREEN. IF SSCRFIELDS-UCOMM = 'FC0..
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..
LSMW 실행 법이 너무 자세히 정리 되어 있는 블로그를 즐겨찾기 해뒀는데.. 막상 업무가 닥쳐보니 블로그가 폐쇄 됐더라... 다시 검색해서 찾아온 데이터.. 출처: http://www.sapblog.kr/60 예전 블로그 만은 못하지만.. 그래도 읽어보니 알만 하네.. 퍼온 첨부는 아래에..
Activation of two pushbuttons with icons and quick info in the application toolbar (pushbutton toolbar) of the standard selection screen of an executable program. Selecting one of these buttons preassigns different values to the input fields. REPORT demo_sel_screen_function_key. TYPE-POOLS icon. TABLES sscrfields. DATA functxt TYPE smp_dyntxt. PARAMETERS: p_carrid TYPE s_carr_id, p_cityfr TYPE s..
아래 텍스트 파일을 팝업창에 드래그 드랍하면 디버깅 된다.