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 | 6409 |
| 290 | report zunicode_026. | sapjoy | 2008.11.22 | 2808 |
| 289 | report zunicode_025. | sapjoy | 2008.11.22 | 2519 |
| 288 | report zunicode_022. | sapjoy | 2008.11.22 | 2645 |
| 287 | report zunicode_017. | sapjoy | 2008.11.22 | 2842 |
| 286 | report zunicode_019. | sapjoy | 2008.11.22 | 2364 |
| 285 | report zunicode_018. | sapjoy | 2008.11.22 | 2266 |
| 284 | report zunicode_016. | sapjoy | 2008.11.22 | 2330 |
| 283 | report zunicode_015. | sapjoy | 2008.11.22 | 2267 |
| 282 | report zunicode_014. | sapjoy | 2008.11.22 | 1767 |
| 281 | report zunicode_013. | sapjoy | 2008.11.22 | 2238 |
| 280 | report zunicode_012. | sapjoy | 2008.11.22 | 2256 |
| » | report zunicode_011. | sapjoy | 2008.11.22 | 2202 |
| 278 | report zunicode_010. | sapjoy | 2008.11.22 | 2305 |
| 277 | report zunicode_009. | sapjoy | 2008.11.22 | 2265 |
| 276 | report zunicode_008. | sapjoy | 2008.11.22 | 2500 |
| 275 | report zunicode_007 | sapjoy | 2008.11.22 | 2524 |
| 274 | report zunicode_006. | sapjoy | 2008.11.22 | 2343 |
| 273 | report zunicode_005. | sapjoy | 2008.11.22 | 2262 |
| 272 | report zunicode_004. | sapjoy | 2008.11.22 | 2447 |