ALV 특정 행으로 Focus 시키기

0. 요구사항 : ALV 실행 및 재실행 시, 특정 행으로 Focus 해주세요. 1. 메소드 추가  DATA: GS_ROW_NO TYPE LVC_S_ROID.  GS_ROW_NO-ROW_ID = SY-TABIX. <– Focus 행.  CALL METHOD GO_GRID->SET_CURRENT_CELL_VIA_ID     EXPORTING       IS_ROW_NO = GS_ROW_NO. 2. 주의사항  – ALV Refresh 수행하면 초기화 됨.(필요하면 미리 실행!)   CALL METHOD GO_GRID->REFRESH_TABLE_DISPLAY     EXCEPTIONS       FINISHED = 1       OTHERS   = […]

더보기 댓글 남기기

ALV 특정 데이터 행/열 에 Hightlight 설정 방법

0. 요구사항  – ALV 데이터중 중복 데이터만 Highlight 넣어주세요. ※ 행에 적용하기 1. Output Internal Table에 Field 추가  – lcolor(4) 2. ALV Layout에 Field 추가  – gs_layout-info_fname = ‘LCOLOR’. 3. 대상 데이터에 lcolor필드값 추가  – gs_display-lcolor = ‘C310’. 4. Grid Refresh   CALL METHOD GO_GRID1->REFRESH_TABLE_DISPLAY     EXCEPTIONS       FINISHED = 1       OTHERS   = 2. 5. Color code 표 […]

더보기 댓글 남기기

Domain Value 조회

1. 도메인 Value 모두 조회  – Function : DD_DD07V_GET 2. 특정 도메인 Value 조회  – Function : DOMAIN_VALUE_GET 3. 직접 Query  – Table : DD07V

더보기 댓글 남기기

Synaptics ThinkPad UltraNav Driver

http://support.lenovo.com/kr/ko/downloads/ds019164

더보기 댓글 남기기

Reference Dictionary

1. Select-Option  – Structure : RSDSSELOPT  – Table Type : RSELOPTION

더보기 댓글 남기기

BW on SAP HANA

0. 동영상  – SAP BW 7.4 on HANA Training : SAP BW Architecture, Basic Navigation and RSA1 Functionality : http://goo.gl/5yjIfp 1. SAP CookBook : https://cookbook.experiencesaphana.com/ 2. InfoCube  – 시스템은 더이상 Dimension Table을 생성하지 않음.  – SID를 직접 Fact Table에 생성함.  – Dimension은 Sort나 BEx 쿼리 생성시에만 이용됨. 3. DSO  – Converting Report : RSDRI_RECONVERT_DATASTORE  – Differences to a Normal Standard DataStore Object The SAP HANA-optimized DataStore object contains the additional […]

더보기 댓글 남기기

Message 정리

1. 일반 Message.     MESSAGE TEXT–M05 TYPE ‘I’ DISPLAY LIKE ‘E’. ” 대상 건을 선택하세요.     MESSAGE E063(ZMMM) DISPLAY LIKE ‘E’. ” 입력된 값이 유효하지 않습니다. 2. Popup Window   CALL FUNCTION ‘POPUP_TO_CONFIRM’     EXPORTING       TITLEBAR              = ‘Information’       TEXT_QUESTION         = P_MESSAGE       TEXT_BUTTON_1         = TEXT-M03  ” 예.       DEFAULT_BUTTON […]

더보기 댓글 남기기

Database Tables for CO-PA Transaction Data

The concepts line item and profitability segment are essential for understanding how data is stored in CO-PA. A line item can be compared, for example, to an item in a billing document from the SD component. The combination of characteristic values stored in a line item is what defines the particular profitability segment to which the line item must be posted. To improve system performance, you can also restrict […]

더보기 댓글 남기기

X7ME Plus 펌웨어 업데이트

빌립 X7 ME 플러스 펌웨어 다운 방법을 공유합니다.   2. 주의사항  3. 수정사항 출처 : http://www.navinside.com/bbs/zboard.php?id=forum_ins_viliv&no=88

더보기 댓글 남기기

Understanding DSO(ODS) 문서

착하게 정리를 잘 해놓은 문서 발견! cfile29.uf.2168A64953B4C33628B550.pdf cfile5.uf.2164A34953B4C3372EC540.pdf cfile27.uf.2760354953B4C33935DD87.pdf 출처 : http://scn.sap.com/docs/DOC-11851

더보기 댓글 남기기
Close Bitnami banner
Bitnami