메뉴 건너뛰기

SAP 한국 커뮤니티

report zunicode_025.

sapjoy 2008.11.21 16:24 조회 수 : 2489

report  zunicode_025.
data: cp_tab  type         nls_langu_cp_tab,
      l_wa    type         nls_langu_cp_line,
      cc      type ref to  cl_nls_struc_container.


*
data:  begin of downtab occurs 100,
        content(500),
       end of downtab.


data:  begin of head occurs 100,
*         header(1),
         txjcd(6),
*         aa(20),
        end of head.


*head-header = '1'.
head-txjcd = '가나다라마'.
*head-aa = '아자차'.
append head.



* Non Unicode(한글 2바이트로 인식)
l_wa-langu = '3'.
l_wa-codepage = '8500'.


insert l_wa into table cp_tab.


cc = cl_nls_struc_container=>create( cp_tab = cp_tab ).



try.
    call method cc->struc_to_cont
      exporting
        struc = head
        langu = '3'
      importing
        cont  = downtab-content.
  catch cx_sy_conversion_codepage .
  catch cx_parameter_invalid_range .
endtry.



append downtab.



loop at downtab.
  write : /1(100) downtab-content.


endloop.

번호 제목 글쓴이 날짜 조회 수
509 REPORT z17_23 sapjoy 2012.08.01 2510
508 REPORT Z15_028 sapjoy 2007.02.01 2509
507 REPORT Z17_004. sapjoy 2007.02.11 2508
506 report zsalv_035 . sapjoy 2010.08.20 2505
505 REPORT Z17_014. [1] sapjoy 2007.02.13 2503
504 REPORT Z15_005 sapjoy 2007.01.31 2503
503 REPORT ZDYNAMIC_ITAB_03 sapjoy 2009.02.16 2501
502 REPORT z20_001 sapjoy 2007.04.12 2499
501 REPORT Z11_008 sapjoy 2006.12.22 2496
500 REPORT Z15_022. sapjoy 2007.01.30 2494
» report zunicode_025. sapjoy 2008.11.21 2489
498 INCLUDE Z17_011_CLASS sapjoy 2007.02.12 2489
497 REPORT Z04_004 [7] sapjoy 2008.04.14 2487
496 REPORT z15_023 sapjoy 2007.01.30 2484
495 REPORT Z13_020 [2] sapjoy 2007.11.29 2482
494 report zunicode_007 sapjoy 2008.11.21 2481
493 REPORT ZSAPGOS_001. sapjoy 2009.02.11 2477
492 report zsalv_002 [1] sapjoy 2010.08.20 2476
491 REPORT Z04_019 [2] sapjoy 2007.05.21 2476
490 REPORT Z15_044 [1] sapjoy 2008.04.15 2474