메뉴 건너뛰기

SAP 한국 커뮤니티

REPORT Z11_001

sapjoy 2006.12.20 22:40 조회 수 : 2989

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           = ' '
.
번호 제목 글쓴이 날짜 조회 수
31 REPORT Z13_013 sapjoy 2007.01.09 2644
30 REPORT Z13_012 sapjoy 2007.01.09 2289
29 REPORT Z13_003 sapjoy 2007.01.06 2444
28 FORM set_field_catalogs_grid USING lt_fieldcat TYPE lvc_t_fcat. sapjoy 2007.01.04 2879
27 REPORT Z12_004 sapjoy 2007.01.03 2261
26 REPORT z12_002 sapjoy 2006.12.28 2635
25 MODULE f4_drum_s101 INPUT. 2 sapjoy 2006.12.27 2381
24 module f4_drum_S101 input. sapjoy 2006.12.27 2549
23 REPORT Z11_010 sapjoy 2006.12.23 2365
22 REPORT Z11_008 sapjoy 2006.12.23 2501
21 REPORT Z11_005 sapjoy 2006.12.22 2279
20 REPORT z11_004 . sapjoy 2006.12.22 2467
» REPORT Z11_001 sapjoy 2006.12.20 2989
18 PUT_SPFLI PUT_SFLIGHT PUT_SBOOK sapjoy 2006.12.20 2620
17 REPORT Z09_010 sapjoy 2006.12.20 2539
16 DBZF1SSEL sapjoy 2006.12.20 2866
15 REPORT Z09_006 [1] sapjoy 2006.12.18 2848
14 REPORT Z09_005 sapjoy 2006.12.18 2520
13 REPORT z09_002 sapjoy 2006.12.15 2613
12 REPORT Z07_017 sapjoy 2006.12.08 2615