메뉴 건너뛰기

SAP 한국 커뮤니티

[요청] cl_gui_gp_pres 그래프 관련 질문

시험삼아 2008.09.20 03:43 조회 수 : 2048 추천:5

제가 lcl_dc_pres를 사용하여 그래프를 구현하려 합니다.


 


하지만 alv에서 선택해서 새 스크린에 그래프를 뿌려주려 하는데


처음 선택한 값은 잘 뿌리지만


백으로 나와서 두번째 선택한 값은 반영이 되질 않네요..


 


참고로 밑의 메소드들은 원 코드에 활용되는 것입니다.


 


      CALL METHOD dc_inst->set_obj_values
        EXPORTING
          id     = my_id_at_dc
          obj    = obj
        IMPORTING
          retval = retval.


 


obj에 변경된 값을 넣으면 retval에 000(성공)이 아닌 008인값을 반환하네요.


 


그리고 그래프에 색상과 기타 레이아웃(수치보이기 및 눈금 제거 )을 설정하고 싶은데..


어느 메소드를 사용해서 반영하는지 모르겠네요..


 


답변 부탁드립니다..^^


 


        CALL METHOD gp_inst->if_graphic_proxy~init
          EXPORTING
            parent     = custom_container
            dc         = dc_inst
            prod_id    = cl_gui_gp_pres=>co_prod_chart
            force_prod = gfw_true
          IMPORTING
            retval     = retval.


 


          CALL METHOD gp_inst->if_graphic_proxy~activate
            IMPORTING
              retval = retval.


 


   CALL METHOD dc_manage->distribute_changes
      IMPORTING
        retval = retval.


 


  CALL METHOD gp_inst->create_customizing
    EXPORTING
      instance_id = 'GFWG'
      grpids      = grpids
    IMPORTING
      retval      = retval.


 


  CALL METHOD gp_inst->if_graphic_proxy~get_cu_bundle
    EXPORTING
      port        = if_graphic_proxy=>co_port_chart
      bundle_type = cl_cu=>co_clsid_drawing_area
    IMPORTING
      bundle      = cuobj.


 


*    CALL METHOD cuobj->get
*      EXPORTING
*        attr_id = cl_cu_drawing_area=>co_title_context
*      IMPORTING
*        value   = bundle_display.


 


*    CALL METHOD bundle_display->if_customizing~set
*      EXPORTING
*        attr_id = cl_cu_display_context=>co_visibility
*        value   = gfw_true.


*    CALL METHOD cuobj->set
*      EXPORTING
*        attr_id = cl_cu_drawing_area=>co_title_context
*        value   = bundle_display.


*  CALL METHOD gp_inst->if_graphic_proxy~get_cu_bundle
*    EXPORTING
*      port        = if_graphic_proxy=>co_port_chart
*      bundle_type = cl_cu=>co_clsid_values
*      key         = co_gfw_prog_series1


*    CALL METHOD cuobj->get
*      EXPORTING
*        attr_id = cl_cu_values=>co_curve_context
*      IMPORTING
*        value   = bundle_display.


*    CALL METHOD bundle_display->if_customizing~set
*      EXPORTING
*        attr_id = cl_cu_display_context=>co_bg_clr_plt_id
*        value   = 5. " green


*    CALL METHOD cuobj->set
*      EXPORTING
*        attr_id = cl_cu_values=>co_curve_context
*        value   = bundle_display.

번호 제목 글쓴이 날짜 조회 수
2313 [re] [요청]넷위버 7,0 남은 사용날짜 말하는거죠? file SARA 2008.09.23 1374
2312 [요청]Write로 출력시 페이지 포맷에 관한 질문. [1] 신동욱 2008.09.21 1966
» [요청] cl_gui_gp_pres 그래프 관련 질문 시험삼아 2008.09.20 2048
2310 <b>[완료]</b> 금액필드에서 CURR 타입의 금액을 CHAR 로 만드는 방법. (재차 올립니다.) [1] 태사성 2008.09.20 1957
2309 <b>[완료]</b>선택한 yyyymm 의 다음달 1일을 구하는 function 이 있나요? [4] 아밥초보입니다 2008.09.20 1949
2308 <b>[완료]</b>[re] 선택한 yyyymm 의 다음달 1일을 구하는 function 이 있나요? [1] 띵호아빠 2008.09.21 1879
2307 <b>[완료]</b>ALV GRID의 데이터를 다운로드 시 한자리가 사라져요. [2] hccpi 2008.09.19 1561
2306 <b>[완료]</b>[SUM]전표번호가 같은 것끼리 더해서 빈필드에 더한값을 넣어야 합니다. [4] dndb 2008.09.19 1421
2305 [요청] ALV 를 이용해 파일 다운로드시 로깅 기능 [1] 아~밥퍼... 2008.09.19 1349
2304 [요청]인터널 테이블을 이용한 필드 카탈로그를 가져올 때..... [5] 효방 ^-^ 2008.09.19 4014
2303 [요청]문자열에서 특정 기호나 숫자의 갯수를 알수있는 펑션이나 ......... [2] 할일없는무급개발자 2008.09.18 1585
2302 [요청]ALV layout-edit 옵션을 사용시 변경된 Data 저장하기.. [2] 수갬 2008.09.18 3279
2301 <b>[완료]</b> RH_BASE_UPDATE_DB_DIALOG 이거 알려주세요. unicrn 2008.09.18 994
2300 [요청][요청]Table Up/Download(Conversion Programing 관련하여) [2] 잘하고시포요 2008.09.18 1063
2299 [요청]날짜 안에 있는 '.' 를 없애는 방법 EX) 2008.05.12-> 20080512 [4] 태사성 2008.09.18 1382
2298 [요청]금액 에서 '.' 제거하는 방법. [2] 태사성 2008.09.18 1860
2297 [요청]alv나 테컨사용시 타입이 decimals 일때... CoolGuy 2008.09.18 1221
2296 [요청]죄송하지만 기본적인 질문 한가지만 할께요 ㅠ ㅠ [1] 기본도없는초보 2008.09.18 1228
2295 [요청]Goods issue와 Billing과의 관계 알수 있나요 [5] 김지성 2008.09.18 1849
2294 <b>[완료]</b>생성된 테이블에 데이터입력하는데 오류 메세지가 나옵니다. [6] 카즈키 2008.09.17 1181