안녕하세요... 또 질문하네요.
요즘 일 넘 없어서요 클러스터 뷰에 관해 연구하는데 이벤트 생성방법에 대해 걸렸습니다.
고수님들 시간내주세요...
클러스터뷰에 이벤트 어케 해주는지... 답변해 주시면 감사하고요. 자료공유해주시면 매우 감사하겠습니다.
e-abap님 도와주세요.
댓글 6
-
남군
2009.06.23 20:52
http://help.sap.com/saphelp_nw70/helpdata/en/a7/513602407a11d1893b0000e8323c4f/content.htm -
im 해성
2009.06.23 20:56
남군님 감사합니다 비록 영어지만 ㅎㅎ -
im 해성
2009.06.23 21:29
근데요 제가 이벤트에서 이벤트 04 를 선택하고 폼생성하고
FORM 루틴 주요프로그램 생성해주었어요(물론 프로그램에 form문도 하나 만들고)
그리고 액티비하려니까 '비교플래그를 점검하십시오' 라는 메시지가 뜨네요.
무슨 뜻인지 조언부탁드림니다...
-
CarpeDM
2009.06.24 17:40
FORM VCL_SET_TABLE_ACCESS_FOR_OBJ. 이용하여 원하는 뷰의 데이터을 가져올수가 있습니다.
윗 남군님이 걸어놓으신 링크에서 EVENT 01을 보시면 윗 FORM에 대한 링크가 있습니다.
아래 글은 저 FORM문으로 사용할수 있는 GLOBAL VARIABLE에 대한 설명입니다.
성공하시길....
Management and data tables per subobject
The tables are accessed for each object by calling the FORM routine VCL_SET_TABLE_ACCESS_FOR_OBJ in the Include LSVCMCOD. The object names are passed to the FORM routine as parameters. As result, the following global field symbols point to the internal tables for the object specified as parameter:
global field symbol
Contents
<VCL_HEADER>
Header entry with ABAP/4 Dictionary object information; the internal table as the structure VIMDESC.
<VCL_NAMTAB>
Header entry with ABAP/4 Dictionary object information; the internal table as the structure VIMNAMTAB.
<VCL_DBA_SELLIST>
Database object read selection conditions; the internal table has the structure VIMSELLIST. The selection conditions can come from the ABAP/4 Dictionary view definition, be specified in a selection popup at the start of view cluster maintenance, or be specified as a function module parameter.
<VCL_DPL_SELLIST>
Sub work area display selection conditions; the internal table has the structure VIMSELLIST. The selection conditions are determined in navigation from the selected entries. The view maintenance reads the data according to these conditions from the table "TOTAL" into the table "EXTRACT".
<VCL_TOTAL>
Data table "TOTAL" with all new and changed object data read in
<VCL_EXTRACT>
Work object data display table "EXTRACT" which only contains the table records from the internal table "TOTAL" which the user selected by performing an action
-
im 해성
2009.06.24 19:08
감사합니다. CarpeDM님 연구해 보고 모를 문제 있으면 문의 드릴게요.
-
im 해성
2009.06.24 20:47
위에 댓글 다신 분들 대단히 감사합니다.. 뭐가 보여요... 꾸벅~