Layout Options In ALV

CWIDTH_OPT If this field is set, the ALV Grid Control optimizes the column width. You can then see the column header and the contents of the cells of this column. SPACE, ‘X’ SMALLTITLE If this field is set, the title size in the grid control is set to the font size of the column header. SPACE, ‘X’ GRID_TITLE Title between grid control and toolbar Char […]

더보기 댓글 남기기

ALV Grid로 POPUP화면 추가 구성방법

ABAP ALV Grid 리포트에서 추가 Pop-UP 화면을 구성하는 방법을 공유합니다. 첫번째 방법 : Screen을 만들어서 ALV 구성 두번째 방법 : 팝업ALV 합수를 이용해서 구성 * 첫번째.. 1. 기존 ALV Grid 동일하게 구성  – 주 사용 클래스 : CL_GUI_ALV_GRID 2. POP위한 Screen 생성  – 편하게 Custom Container를 씀.  – Event가 필요하면 버튼 등 추가. 3. POPUP Screen Call  – CALL SCREEN 200 STARTING AT 10 5. 4. […]

더보기 댓글 남기기

GUI 상태 Text 변경방법

1. GUI상태에서 해당 메뉴로 이동 2. 수정

더보기 댓글 남기기

SAP ABAP ALV Demo Program

1. ALV List  – BALVSD01 : Sample program on REUSE_ALV_LIST_DISPLAY which demonstrate interactive alv, how to show icon on alv, how to show checkbox on alv, how to put hotspot, all these options are available on selection-screen.  – BALVSD02 : Simple sample program to demonstrate the use of REUSE_ALV_LIST_DISPLAY.  – BALVHD01 : Sample program for Hierarchical ALV List using REUSE_ALV_HIERSEQ_LIST_DISPLAY.  – BALV_POPUP_TO_SELECT : Sample program on how to use REUSE_ALV_POPUP_TO_SELECT. This FM gives […]

더보기 댓글 남기기

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 […]

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