메뉴 건너뛰기

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           = ' '
.
번호 제목 글쓴이 날짜 조회 수
30 REPORT Z13_012 sapjoy 2007.01.08 2282
29 REPORT Z13_003 sapjoy 2007.01.05 2437
28 FORM set_field_catalogs_grid USING lt_fieldcat TYPE lvc_t_fcat. sapjoy 2007.01.03 2875
27 REPORT Z12_004 sapjoy 2007.01.03 2256
26 REPORT z12_002 sapjoy 2006.12.28 2629
25 MODULE f4_drum_s101 INPUT. 2 sapjoy 2006.12.26 2375
24 module f4_drum_S101 input. sapjoy 2006.12.26 2541
23 REPORT Z11_010 sapjoy 2006.12.22 2358
22 REPORT Z11_008 sapjoy 2006.12.22 2496
21 REPORT Z11_005 sapjoy 2006.12.22 2273
20 REPORT z11_004 . sapjoy 2006.12.22 2465
» REPORT Z11_001 sapjoy 2006.12.20 2976
18 PUT_SPFLI PUT_SFLIGHT PUT_SBOOK sapjoy 2006.12.19 2614
17 REPORT Z09_010 sapjoy 2006.12.19 2523
16 DBZF1SSEL sapjoy 2006.12.19 2842
15 REPORT Z09_006 [1] sapjoy 2006.12.18 2839
14 REPORT Z09_005 sapjoy 2006.12.18 2514
13 REPORT z09_002 sapjoy 2006.12.15 2602
12 REPORT Z07_017 sapjoy 2006.12.08 2609
11 REPORT Z07_013 sapjoy 2006.12.08 2544