메뉴 건너뛰기

SAP 한국 커뮤니티

제가 연습한것입니다. 테이블 자체로는 보여지는데 필드카탈로그 만들어도 안되네염.


include ztest_129top.


include ztest_129o1.


include ztest_129f1.




start-of-selection.




select * from zfited301 into table gt_alv


where corp >= p_1.




call screen '0200'.


 


*&---------------------------------------------------------------------*


*& Include ZTEST_129TOP


*&---------------------------------------------------------------------*



*tables zfited301.


*----------------------------------------------------------------------*


* TYPE-POOLS


*----------------------------------------------------------------------*


type-pools: slis.



selection-screen begin of block b1.


parameters: p_1 like zfited301-corp.


selection-screen end of block b1.



data: con1_ref type ref to cl_gui_custom_container.



data: grid1 type ref to cl_gui_alv_grid,


gt_alv type table of zfited301,


gs_layo type lvc_s_layo,


gt_fieldcat type lvc_t_fcat with header line,


gt_sort type lvc_t_sort with header line,


gs_fieldcat type lvc_s_fcat.



*&---------------------------------------------------------------------*


*& Include ZTEST_129O1


*&---------------------------------------------------------------------*



module init_con output.



if con1_ref is initial.


create object con1_ref


exporting


container_name = 'CON1'.



create object grid1


exporting


i_parent = con1_ref.




*perform set_grid_layout.


*perform set_set_sorting_fields.


*perform set_alv_fieldcat.



call method grid1->set_table_for_first_display


exporting


i_structure_name = 'ZFITED301'



changing


it_outtab = gt_alv.



endif.


endmodule. "init_con OUTPUT


 


it_fieldcatalog      = gt_fcat[].를 넣어줄려고 해도 changing 부분이라서 되지도 않고 어떻게 해야 하나염?

번호 제목 글쓴이 날짜 조회 수
5412 <img src=2.gif>[쉬운 것 같은데 어렵다] 문자열 끝 Null을 Space로 만드는 방법.. [2] 간바레 2010.10.23 2274
5411 <img src=2.gif>키값이 다른대도 insert가 안되네염.뭐가 잘못되었는지 알려주세염 [4] 꼬마호랑이 2010.10.23 1243
5410 <img src=3.gif>특정 Backjob 프로그램의 실행 상태 확인 방법 문의 [3] 아바뻐 2010.10.23 2084
5409 <img src=3.gif><img src=1.gif>번호 범위 오브젝트에 대해 질문입니다. prt 2010.10.22 1614
5408 <img src=3.gif>Screen의 Custom Control에 ALV List 방식으로 뿌려주는 방법이 있는지요? [3] KTnG_ABAP 2010.10.22 1383
5407 <img src=3.gif>DMS 문서 버전 관리 및 문서 생성 Function Module 문의. [2] crazybarthez 2010.10.22 2122
5406 <img src=2.gif>subscreen에 데이터가 나오지 않네요.^^ [5] 로미오 2010.10.22 1478
5405 <img src=3.gif>SFLIGHT 테이블에 관한 질문입니다 [3] ASDF 2010.10.22 1390
5404 <img src=2.gif> BDC 수정 (입력중에 오류가 발생한 사항입니다..) [3] Whitetiger 2010.10.21 1073
5403 <img src=2.gif>스탠다드 테이블에 외래키 지정할 수 있나요? [1] 기쁨 2010.10.22 1331
5402 <img src=3.gif>아밥퍼가 될려고 공부 중인대염 도대체 기본개념부터 확실히 하라는데 기본개념이 무엇을 말하는 알려주시면 감사하겠습니다. [7] 꼬마호랑이 2010.10.21 1298
5401 <img src=2.gif>jsp로 구현한 web에서 IIS를 통해 RFC펑션 호출방법 문의 [1] 프리스타일 2010.10.21 1197
5400 <img src=3.gif>alv 테이블 필드 숨기기에 대해 질문드립니다. [4] 유정a 2010.10.21 5637
5399 <img src=3.gif>type-1 루프 반복 관련 문제에 대해서 질문드립니다. [2] 유정a 2010.10.20 1271
5398 <img src=2.gif>BDC돌리고나면 메세지가 안들어와요 [9] 덩콘 2010.10.20 2057
5397 <img src=2.gif>write문 세로 프린트 설정법 질문드립니다 ㅠ [6] file 아밥콩` 2010.10.20 2062
» <img src=3.gif>class alv 에서 테이블 보여질때 필드길이랑 필드명바꾸고 싶은데 그것이 안되네여 좀 알려주세염. [5] 꼬마호랑이 2010.10.20 1300
5395 <img src=3.gif>GUI설정이 문제인지? 아니면 .... 도와주세요 ... [4] file EMDTLS 2010.10.19 1081
5394 <img src=3.gif>BSP 에서 엑셀 업로드 할 수 있는 방법 질문드립니다. [1] beginer 2010.10.19 2410
5393 <img src=3.gif>SAP Server에 upload한 파일 확인 방법 [2] 버미! 2010.10.19 1843