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 | 6289 |
290 | report zunicode_026. | sapjoy | 2008.11.22 | 2783 |
289 | report zunicode_025. | sapjoy | 2008.11.22 | 2490 |
288 | report zunicode_022. | sapjoy | 2008.11.22 | 2614 |
287 | report zunicode_017. | sapjoy | 2008.11.22 | 2810 |
286 | report zunicode_019. | sapjoy | 2008.11.22 | 2326 |
285 | report zunicode_018. | sapjoy | 2008.11.22 | 2229 |
284 | report zunicode_016. | sapjoy | 2008.11.22 | 2301 |
283 | report zunicode_015. | sapjoy | 2008.11.22 | 2226 |
282 | report zunicode_014. | sapjoy | 2008.11.22 | 1735 |
281 | report zunicode_013. | sapjoy | 2008.11.22 | 2209 |
280 | report zunicode_012. | sapjoy | 2008.11.22 | 2217 |
» | report zunicode_011. | sapjoy | 2008.11.22 | 2173 |
278 | report zunicode_010. | sapjoy | 2008.11.22 | 2281 |
277 | report zunicode_009. | sapjoy | 2008.11.22 | 2229 |
276 | report zunicode_008. | sapjoy | 2008.11.22 | 2465 |
275 | report zunicode_007 | sapjoy | 2008.11.22 | 2483 |
274 | report zunicode_006. | sapjoy | 2008.11.22 | 2317 |
273 | report zunicode_005. | sapjoy | 2008.11.22 | 2229 |
272 | report zunicode_004. | sapjoy | 2008.11.22 | 2410 |