일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Enhancement
- function
- 오라클 함수
- SAP
- List box
- 스마트폼
- selection screen
- badi
- 이명박
- KOSA
- alv 정형화
- gimp
- ALV
- 방화벽
- 머니플랜
- 유닉스
- EUC-kr
- ole
- ABAP
- 엑소버드
- 가계부
- FI 용어정리
- sapa
- Smart Forms
- Standard Function
- Java
- 동적 쿼리
- EXIT
- fi
- UTF-8
- Today
- Total
목록전체 (350)
Drunken Lion
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..
http://help.sap.com/saphelp_nw04s/helpdata/en/13/54e33850cb11d395cf00a0c930dcc1/frameset.htm 1. T-CODE: SIMGH 2. IMG sturcure 선택IMG 에서 우클릭 하면 Structure 명을 확인 할 수 있음. Structure 명을 확인해서 Search Help 버튼을 클릭해 선택한다. Node Text 확인했으면 선택 후 변경 버튼 클릭 3. 노드 추가변경하고자 하는 노드를 찾아 들어가 add node 를 하면 노드가 추가 됨. 추가할 View 를 입력 하고 저장 하면 끝~
귀찮아 죽을뻔했네.. " FLAG TABLE UPDATE. PERFORM flag_update USING i_sales_header_in CHANGING i_sales_header_inx. LOOP AT t_sales_items_in. PERFORM flag_update USING t_sales_items_in CHANGING t_sales_items_inx. ENDLOOP. LOOP AT t_sales_schedules_in. PERFORM flag_update USING t_sales_schedules_in CHANGING t_sales_schedules_inx. ENDLOOP. CALL FUNCTION 'BAPI_SALESDOCU_CREATEFROMDATA1' EXPORTING salesdocume..