메뉴 건너뛰기

SAP 한국 커뮤니티

REPORT Z11_001

sapjoy 2006.12.20 13:40 조회 수 : 2976

REPORT  Z11_001                                                     .

* testing the locking of tables...
data:
  varkey like rstable-varkey.

  varkey = sy-mandt.

* locking the tables............................
call function 'ENQUEUE_E_TABLE'
exporting
*   MODE_RSTABLE         = 'E'
   tabname              = 'MARA'
   varkey               = varkey
*   X_TABNAME            = ' '
*   X_VARKEY             = ' '
*   _SCOPE               = '2'
*   _WAIT                = ' '
*   _COLLECT             = 'X'
exceptions
   foreign_lock         = 1
   system_failure       = 2
   others               = 3
          .
  case sy-subrc.
    when 1.
        message i184(bctrain) with 'Foreignlock'.
    when 2.
      message i184(bctrain) with 'system failure'.
    when 0.
      message i184(bctrain) with 'success'.
        when others.
        message i184(bctrain) with 'others'.
  endcase.

* unlocking the table...............

  call function 'DEQUEUE_E_TABLE'
   exporting
*     MODE_RSTABLE       = 'E'
     tabname            = 'MARA'
     varkey             =  varkey
*     X_TABNAME          = ' '
*     X_VARKEY           = ' '
*     _SCOPE             = '3'
*     _SYNCHRON          = ' '
*     _COLLECT           = ' '
.
번호 제목 글쓴이 날짜 조회 수
50 REPORT Z11_010 sapjoy 2006.12.22 2358
49 REPORT Z11_008 sapjoy 2006.12.22 2496
48 REPORT Z11_005 sapjoy 2006.12.22 2273
47 REPORT z11_004 . sapjoy 2006.12.22 2465
» REPORT Z11_001 sapjoy 2006.12.20 2976
45 PUT_SPFLI PUT_SFLIGHT PUT_SBOOK sapjoy 2006.12.19 2614
44 REPORT Z09_010 sapjoy 2006.12.19 2523
43 DBZF1SSEL sapjoy 2006.12.19 2842
42 REPORT Z09_006 [1] sapjoy 2006.12.18 2839
41 REPORT Z09_005 sapjoy 2006.12.18 2514
40 REPORT z09_002 sapjoy 2006.12.15 2602
39 REPORT Z07_033 sapjoy 2006.12.08 2317
38 REPORT Z07_031 [2] sapjoy 2006.12.08 2309
37 REPORT Z07_030 [4] sapjoy 2006.12.08 2438
36 REPORT Z07_027 [3] sapjoy 2006.12.08 2374
35 REPORT Z07_026 [3] sapjoy 2006.12.08 2632
34 REPORT Z07_023 sapjoy 2006.12.08 2255
33 REPORT Z07_022 sapjoy 2006.12.08 2070
32 REPORT Z07_024 sapjoy 2006.12.08 2472
31 REPORT Z07_021 [2] sapjoy 2006.12.08 2453