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
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
291 | report zunicode_027. [4] | sapjoy | 2008.11.22 | 6345 |
290 | report zunicode_026. | sapjoy | 2008.11.22 | 2785 |
289 | report zunicode_025. | sapjoy | 2008.11.22 | 2490 |
288 | report zunicode_022. | sapjoy | 2008.11.22 | 2615 |
287 | report zunicode_017. | sapjoy | 2008.11.22 | 2812 |
286 | report zunicode_019. | sapjoy | 2008.11.22 | 2330 |
285 | report zunicode_018. | sapjoy | 2008.11.22 | 2235 |
284 | report zunicode_016. | sapjoy | 2008.11.22 | 2302 |
283 | report zunicode_015. | sapjoy | 2008.11.22 | 2228 |
282 | report zunicode_014. | sapjoy | 2008.11.22 | 1738 |
281 | report zunicode_013. | sapjoy | 2008.11.22 | 2211 |
280 | report zunicode_012. | sapjoy | 2008.11.22 | 2220 |
» | report zunicode_011. | sapjoy | 2008.11.22 | 2177 |
278 | report zunicode_010. | sapjoy | 2008.11.22 | 2283 |
277 | report zunicode_009. | sapjoy | 2008.11.22 | 2232 |
276 | report zunicode_008. | sapjoy | 2008.11.22 | 2467 |
275 | report zunicode_007 | sapjoy | 2008.11.22 | 2487 |
274 | report zunicode_006. | sapjoy | 2008.11.22 | 2320 |
273 | report zunicode_005. | sapjoy | 2008.11.22 | 2231 |
272 | report zunicode_004. | sapjoy | 2008.11.22 | 2412 |