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 특정 데이터 행/열 에 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 표 […]

더보기 댓글 남기기

SAP ABAP ALV 화면 두개 이상일때 Default Setting 중복문제

현재 사이트에서 구현한 ALV 화면입니다.   Tabstrip안에 3개의 ALV를 Split해서 분할해 놓았습니다.   이전 글(http://www.itpe.me/239) 에서 Layout버튼 제대로 안나오는건 해결 했었고,   이것저것 해보니 또다른 문제가 발생하더군요.. -_-     문제점 : 각각의 레이아웃을 저장하고 Default Setting을 찍으면 동시에 레이아웃이 적용됨     해결방안 : variant에 handle 필드를 이용해서 ID로 각각 구분시킨다.       참고 URL : http://forums.sdn.sap.com/thread.jspa?threadID=1618316    

더보기 댓글 남기기

SAP ALV에 Layout 버튼이 제대로 안보일때

저는 주로 Class로 ALV를 생성하는데, 우연히 고객요청으로 발견해서 로그남깁니다. 원인 : 1. ALV 생성시 파라미터 i_save, is_variant 누락          2. Toolbar에서 Layout관련 아이콘들 삭제 해결방안 : 1. ALV 실행시 파라미터 추가 2. Layout 관련 아이콘 삭제 금지 3. 결과

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