PC에서 아이패드를 충전할 수 있는 유틸 cfile3.uf.2235214B5361A2240EF71C.zip 출처 : http://event.asus.com/mb/2010/ai_charger/
PC에서 아이패드를 충전할 수 있는 유틸 cfile3.uf.2235214B5361A2240EF71C.zip 출처 : http://event.asus.com/mb/2010/ai_charger/
Docking Container 검색조건 때문에, SAPGUI 화면 해상도까지 찾아보게 됨. +_+ 1. SAPGUI 해상도 확인하는 Source Code. DATA: lo_consumer TYPE REF TO cl_gui_props_consumer, lo_factors TYPE cntl_metric_factors. lo_consumer = cl_gui_props_consumer=>create_consumer( ). lo_factors = lo_consumer->get_metric_factors( ). WRITE:/ ‘가로 해상도:’, lo_factors-screen-x. WRITE:/ ‘세로 해상도:’, lo_factors-screen-y. 1.1. 더 간단한 소스 data: ls_factors type cntl_metric_factors. ls_factors = cl_gui_cfw=>get_metric_factors( ). or CALL METHOD cl_gui_cfw=>get_metric_factors […]
Docking Container로 화면 출력 시, PC 해상도별 차이를 확인 해봤습니다.
0. SAP 문서 1. Transaction – 신규 인포타입 : 9998 2. 화면 구조 정의 3. 화면에 사용할 필드 정의 4. 인포타입 특성 정의 5. 신규엔트리 생성 6. 일반속성 정의 – 다이얼로그 모듈이 미생성 되었다면, “메뉴-인포타입-다이얼로그모듈 생성” 으로 추가한다. 7. 화면 및 모듈 풀 프로그램 변경 필요시 편집 8. 화면 변경 9. Default 화면 10. 프로그램 변경 11. 자동생성된 M99980 프로그램 12. 실제 PA30에서 신규 인포타입 확인 13. 인포타입내 필드제어 […]
시끄러운 랩탑 팬을 진정시키기 위한 툴. ^^ cfile28.uf.275C7440535115A72EC205.exe 출처 : http://www.staff.uni-marburg.de/~schmitzr/donate.html
cfile28.uf.2646304F534905492B20CE.exe cfile10.uf.2501574F5349055114AEA6.rar – Bluetooth FRU : 60Y3273, 60Y3275
* Context Node 생성/변경/삭제를 위해서는 WDDOINIT 후크 메소드에서 동적으로 생성해야 한다. 1. Context Node Control 위한 Interface : if_wd_context_node_info 2.1. 노드생성 Method : add_new_child_node 의 파라미터. – static_element_type 에 구조를 입력하면, Node와 Attribute을 동시에 생성한다. 2.2. 노드생성 Method : add_new_child_node 의 코드 사례. 3. 노드삭제 Method : remove_child_node 4. 노드에 Attribute 추가. 5. Attribute의 Property 6. Attribute 삭제 출처 : 도서 “Webdynpro for ABAP”
1. ToolTip Property Binding 2. Bind Coding – CL_ABAP_CHAR_UTILITIES=>CR_LF를 String 사이에 추가. 3. 실행화면
Commands Use The command wizard is the main tool for creating commands from the Web Design API. You can use it to create commands easily by following a step-by-step procedure and include them in your Web template, enabling you to create highly individual Web applications with BI content. This means that manual entry of commands into Web templates is not required. In the command wizard, […]