report zunicode_011.
types: begin of itab_type,
cont type c length 4,
end of itab_type.
data: xstr type xstring,
f1 type c length 20,
f2 type c length 4,
f3 type c length 20,
f4 type c length 4,
itab type standard table of itab_type,
itab2 type standard table of itab_type..
f1 = '데이터베이스 버퍼'.
f2 = 'TEST'.
export p1 = f1 p2 = f2 tab = itab to data buffer xstr.
import p1 = f3 p2 = f4 tab = itab2 from data buffer xstr.
write : f3, f4.
댓글 0
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
391 | report zunicode_010. | sapjoy | 2008.11.22 | 2284 |
» | report zunicode_011. | sapjoy | 2008.11.22 | 2178 |
389 | report zunicode_012. | sapjoy | 2008.11.22 | 2222 |
388 | report zunicode_013. | sapjoy | 2008.11.22 | 2212 |
387 | report zunicode_014. | sapjoy | 2008.11.22 | 1739 |
386 | report zunicode_015. | sapjoy | 2008.11.22 | 2229 |
385 | report zunicode_016. | sapjoy | 2008.11.22 | 2303 |
384 | report zunicode_018. | sapjoy | 2008.11.22 | 2237 |
383 | report zunicode_019. | sapjoy | 2008.11.22 | 2331 |
382 | report zunicode_017. | sapjoy | 2008.11.22 | 2813 |
381 | report zunicode_022. | sapjoy | 2008.11.22 | 2616 |
380 | report zunicode_025. | sapjoy | 2008.11.22 | 2491 |
379 | report zunicode_026. | sapjoy | 2008.11.22 | 2786 |
378 | report zunicode_027. [4] | sapjoy | 2008.11.22 | 6357 |
377 | report zunicode_030. | sapjoy | 2008.11.22 | 2421 |
376 | report zunicode_031. | sapjoy | 2008.11.22 | 2689 |
375 | report zunicode_032. | sapjoy | 2008.11.22 | 2636 |
374 | report zunicode_034. [1] | sapjoy | 2008.11.22 | 2744 |
373 | report zunicode_035. | sapjoy | 2008.11.22 | 2546 |
372 | REPORT ZSMARTFORMS_01. | sapjoy | 2008.11.26 | 2682 |