ABAP OO BOR export parameter

Hi, All!
I am beginner at ABAP OO in workflow and get a problem with using BOR in OO methods. Exporting parameter of the method typed as OBJ_RECORD. In workflow builder (method container) this   parameter displays as reference to BOR, but has not exact type of the BOR. Task container parameter has not type of BOR too.
If i trying to change task or method container parameter - system returns it back and not saves binding.
I need instructions, how to mount BOR type for method parameters. 
Thanks,
Constantine

Martin,
there is many methods in my  OO class (like prepare something and create something).
In create method last raws like
swc_create_object ex_changemaster c_bortype_changemaster l_objkey.
** error handling
endmethod.
In example, ex_changemaster has not BOR type in method and task container. And i can only control  task to model binding using manual assignment. No BOR type controlled by the system.
Regards,
Konstantin

Similar Messages

  • Abap object as export parameter for remote function module

    Hello all,
    I would like to know if there is any possibility to use an abap object as parameter within a remote function module.
    Thanks in advance

    No. You can't pass the Object Reference as the Parameters of the FM which could be run as an independent object like RFC FM, Update Task FM.
    If you have an object and you want to pass the data to the subsequent FM (RFC), you need to move the attributes to structures or variables before calling the FM and use these variables to pass the data to your RFC.
    Regards,
    Naimesh Patel

  • ABAP for Super Dumps: Import- & Export-Parameter for a Table in a FM

    Hello ABAP Profs,
    sorry I am BW.
    <b>Import- & Export-Parameter for a Table in and out of an Function Modul.</b>
    I want to import a table into a Function Module, change it and export it again.
    How do I have to define the Import- and Export- Parameters in the FM ?
    The table looks looks this:
    DATA: zvpshub_tab TYPE SORTED TABLE OF /bic/pzvpshub WITH UNIQUE KEY
    /bic/zvpshub objvers /bic/zvpsoursy INITIAL SIZE 0.
    Thanks a lot
    Martin Sautter

    Hi Clemens,
    <u>in SE11</u> I defined a datatype of Type Structure: ZVPSHUB_ROW.
    <u>in SE11</u> I defiend a datatype of Type Tabletype: ZVPSHUB_TAB,
    bases on Rowtype ZVPSHUB_ROW.
    <u>in SE 80</u> I creates an FM with a CHANGEING Parameter referencing ZVPSHUB_TAB:
    FUNCTION ZVP_SHUB_TAB_LOAD.
    ""Lokale Schnittstelle:
    *"  CHANGING
    *"     VALUE(SHUB_TAB) TYPE  ZVPSHUB_TAB
    <u>in RSA1</u> in BW in the Startroutine of the Upload Rules in defined the table:
    DATA:shub_tab          TYPE zvpshub_tab.
    <u>in RSA1</u> in BW in the Startroutine of the Upload Rules in defined the table:
    DATA:shub_tab          TYPE zvpshub_tab.
    <u>in RSA1</u> in BW in the Startroutine i called the FM
    CALL FUNCTION 'ZVP_SHUB_TAB_LOAD'
        CHANGING
          shub_tab = shub_tab.
    and it works ..
    Thank You
    Martin Sautter

  • How to use internal table in Exporting Parameter of method.

    Hi Friends,
    I am new to abap oops and using the following code to read a select-option and pass the data in an internal table but on defining
    internal table of a standard  type it is giving me following error :
    ITAB is not an internal table - the OCCURS n specification is missing.
    code
    ====
      class lcl_get_details DEFINITION.
        PUBLIC SECTION.
          types : r_carrid type RANGE OF sflight-carrid.
          data  : itab type STANDARD TABLE OF sflight.
          METHODS : get_data IMPORTING s_carrid type R_carrid
                             EXPORTING itab type sflight.
      ENDCLASS.   
    class lcl_get_details IMPLEMENTATION.
      METHOD get_data.
        select *
        from sflight
        into table itab
        where carrid in s_carrid.
        if sy-subrc eq 0.
          sort itab by carrid.
        endif.
      endmethod.   
    ERROR : ITAB is not an internal table - the OCCURS n specification is missing.
    Kindly help.

    Hi,
    I think your problem is, because you use 2 variables named ITAB in method get_data.
    Instance-variable ITAB is defined as STANDARD TABLE OF sflight.
    Exporting-parameter ITAB is defined as sflight.
    It seems like in implementation of get_data exporting-parameter ITAB is used.
    Try this implementation:
    METHOD get_data.
      select * from sflight into table me->itab
       where carrid in s_carrid.
      if sy-subrc eq 0.
      sort me->itab by carrid.
      endif.
    ENDMETHOD.
    This should solve your compiler error.
    Nether the less, get_data will yield an empty structure as result.
    Regards, Hubert
    Edited by: Hubert Heitzer on Feb 24, 2010 10:22 AM

  • Fetch data from table(ET_) which is exporting parameter of function module

    Hi,
    I m new to ABAP programming.
    I have to develop a smartform that has to be filled in with fields from few tables.
    These tables have the naming convention ET_<XXX> (i.e. exporting parameter of function module).
    I m not able to directly view its contents in se11 or use select query for it.
    I have a report program which i can execute to view these parameter names.
    Now, how do i fetch data from these parameters/tables and pass it from my driver program to smartform??
    Someone pls guide me...
    Thank You.

    Hi,
    I have done that using Field-Symbols.
    Thanks,
    Preetha

  • Receiver Type Function Module in SWE2 use of export parameter.

    i am trying to understand the underlying concept in following things:(neednot to say i have searched alot and read sap documentation already).
    In event type linkage table say i have an entry for BOR -> AFVC_PM.
    As per sap Documentation says all these FM will trigger in following way.
    1 Check Function Module (to place any validations/checks)
    2 Receiver Type Function Module ()
    3 Receiver Function Module.
    Thats fine.
    This is what documentation says about Receiver Type FM(2nd FM) not Receiver FM(3rd FM).
    This FM has 1 export paramter
    Export parameters
    RECTYPE type SWETYPECOU-RECTYPE Receiver type( Result of the evaluation by the receiver type function module.)
    if i am understanding this right, in this FM receiver type will be decided .
    i have placed BREAK-POINT in this FM  and passing value WS90000024 (Workflow with simple mail step) in export parameter RECTYPE.
    after everything executed successfully why i can't see that mail in my inbox.
    Please correct me if i had misunderstood the concept .

    ok,indeed i was missing this thing.
    i got the mails in inbox.
    but why i can't see this value WS90000024 of this workflow ()which is going to be triggered ) in parameter RECTYPE.(its empty).
    it is empty after the receiver type function module execution is complete.
    below is workflow template,

  • Export parameter in elementary search help not working.

    I have created an elementary search help that will display all sold-tos for entered ship-to(s).  Everything works fine except that the sold-to that is selected from the hit list is not being entered into the customer field on the selection screen.
    eg transaction VD03, F4 on Customer, enter import parameters VKORG VTWEG SPART and KUNN2, hit list is displayed correctly and one line selected.  I expect that my export parameter KUNNR should now appear in the Customer field of VD03 but its not.
    This is my elementary search help definition:
    Elementary srch hlp  ZDEBIC                         Active
    Short description    Customers for Ship-to
      Selection method   Z_DEBIC            Dialog type
      Text table                            Hot key         2
    Search help exit    Z_SHIP_TO_SEARCH_HELP_EXIT
    Parameter  IMP  EXP  LPos  SPos  Data Element  Default Value
    SORT1                       1                  AD_SORT1                         
    SORT2                       2                  AD_SORT2                         
    MCOD1                      4                  MCDD1                         
    MCOD3                      5                  MCDD3                         
    PSTLZ                        6                  PSTLZ                         
    KTOKD                       7                  KTOKD                         
    VKORG     x       x       8        1        VKORG         VKO
    VTWEG     x       x       9        2        VTWEG        VTW
    SPART      x       x      10       3        SPART          SPA
    KUNN2      x               11       4        KUNN2          KUN
    KUNNR              x       3                  KUNNR                         
    I suspect the problem may be with default value KUN against KUNN2, but if I put it against KUNNR, I get a message "No values for this selection" instead of my hit list.
    Can anybody give me a clue as to the problem?
    Thanks,
    Brigitte

    I just found out - I had asked my fellow ABAPer to have a look at it and he just told me that he had changed the Parameter Assignment of the Collective Search Help from the proposed one of KUNN2 C KUNNR to KUNNR C KUNNR.  It seems that was necessary as well so I'm putting this in for future reference of anybody with the same problem.

  • Error for linking ecatt Script for exporting parameter

    Hi,
    We have 2 SAPGUI scripts, one is transaction CO01 to create the production order. The other is CO02 to release the production order. In the first script I get production order number as parameter 1 in the message field. I need to export this field to second script for releasing order.
    I am not able to pick the order.
    Tried to use ABAP code
    ABAP.
    DATA: z_aufnr like CAUFVD-AUFNR.
    get parameter id 'ANR' FIELD Z_AUFNR.
    ENDABAP.
    Still export parameter in log comes as empty. So if I create thrid script using ref# it errors out at second script start.
    Your help is greatly appreciated.
    Thanks,
    Gajanan

    Hi
    you don't have to use abap for this .
    in the command editor
    choose first script recording interface and double click it ,observe the screen list on right side and now select the last screend and double click field and parameterize it say give it a  name as variable1 by entering this in valin column.
    Create a parameter and by param1 name and export type and default values as variable1.
    Now for the second script create a parameter as import type and set it's value as &param1&.
    Also pass this value to second script by the same as you done for first script.
    This will work for sure.
    To know more how to parameterize follow the links,
    /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation-150-tcd-mode-part-ii
    http://www.sapecc.com/tutorials/secat_create.htm
    Please reward points.

  • How to pass a value to the export parameter for a method (public instance)?

    Hello,
      I am trying ABAP OO newly. How to pass a value to the export parameter for a method (public instance) called in a report? This *export parameter has a reference type of structure.
    Thanks in advance,
    Ranjini

    Hi,
    "class definition
    class lcl... definition.
      public section.
        method m1 imporitng par type ref to data.  "now you can pass any reference to the method, but this way you have to maintain this reference dynamically inside the method (you can't be sure what that reference is really "pointing" at)
    endclass.
    "in program
    data: r_lcl type ref to lcl...
    create object r_lcl.
    call method r_lcl
      exporting
         par    =  "pass any reference variable here
    Regards
    Marcin

  • How could Ecatt support a FM which has export parameter data type as any

    Hi,
    I have created a FM which has export parameter data type as 'Type ref to data'.
    The actual paremeter value for this export parameter is a dynamically generated internal table, which does not have a abap dictionary data type.
    Could I use the 'FUN' ecatt command to test this FM?  How could I get this reference export parameter?
    Thanks a lot in advance!

    Hi,
    Wouldn't it be enough if you define parameter in test data container as reference to table type with structure of type c(1000)  (or more/less characters depending on how much data you need to pass)?
    I'm not 100% sure if filling this table with data will work (this is reference after all) but if this is an issue than create 2 parameters: 1 of table type and second of reference type. Then inside your script before FUN use ABAP...ENDABAP to assign your table parameter to reference parameter and use second one as input for FUN command.
    I think that either first or second solution should work.
    Best regards
    Marcin Cholewczuk

  • How is it that in an FM an EXPORT  parameter is passed by value?

    Q]      How is it that in an FM an EXPORT  parameter is passed by value?

    Hi,
    You can specify the types of interface parameters in function modules in the same way as the parameter interfaces of subroutines. Since function modules can be used anywhere in the system, their interfaces can only contain references to data types that are declared systemwide. These are the elementary ABAP data types, the systemwide generic types, such as ANY TABLE, and types defined in the ABAP Dictionary. You cannot use LIKE to refer to data types declared in the main program.
    Import parameters correspond to the formal input parameter of subroutines.  They pass data from the calling program to the function module.
    Export parameters correspond to the formal output parameters of subroutines.  They pass data from the function module back to the calling program (which his not possible in subroutines)
    To pass data back to the calling program, the function module needs an export parameter with the type of an internal table.
    Regards,
    Bhaskar

  • Purpose of FACTORYDATE export parameter in  date_convert_to_factorydate

    purpose of FACTORYDATE export parameter in  the bapi date_convert_to_factorydate . I want to know that the decimal value it holds, is what .

    purpose of FACTORYDATE export parameter in  the bapi date_convert_to_factorydate . I want to know that the decimal value it holds, is what .

  • How to give a value range in export parameter (global class)

    hi all,
    I have created a class-method called get_po_date. In this i had export parameter as qmfe-qmnum. If i give qmfe-qmnum in import parameter in class, i am able to give only one value at one time, but i need a range of values at a time. Instead of qmfe-qmnum in associated type, i have given 'LXHME_RANGE_C12' ( a range table for char 12 ). the thing is i wanted to select this range in select-options. but still iam getting <b>not type compatible syntax error</b>. can any body solve my problem,
    feel free to ask if any confusion with my question.
    Best Regards,
    abhilash.

    Hello Abhilash
    Instead of using a specific range (where field LOW and HIGH are of type QMNUM) you can use a <b>generic </b>select option (of type <b>RSDSSELOPT</b>). Have a look at the following sample report <b>ZUS_SDN_SELOPTIONS</b>.
    *& Report  ZUS_SDN_SELOPTIONS
    REPORT  zus_sdn_seloptions.
    TABLES: qmfe.
    DATA:
      gt_data          TYPE STANDARD TABLE OF qmfe,
      gt_data_x        TYPE STANDARD TABLE OF qmfe,
      gt_selopt        TYPE rseloption,  " generic table type for selopts
      gs_selopt        TYPE rsdsselopt.
    START-OF-SELECTION.
      SELECT        * FROM  qmfe INTO TABLE gt_data
             WHERE ( qmnum BETWEEN '000000000001' AND '000000000500' ).
      gs_selopt-sign   = 'I'.
      gs_selopt-option = 'BT'.
      gs_selopt-low    = '000000000001'.
      gs_selopt-high   = '000000000500'.
      APPEND gs_selopt TO gt_selopt.
      SELECT * FROM qmfe INTO TABLE gt_data_x
        WHERE ( qmnum IN gt_selopt ).
      IF ( gt_data = gt_data_x ).
        WRITE: 'Selected data are equal.'.
      ELSE.
        WRITE: 'Selected data are NOT equal.'.
      ENDIF.
    END-OF-SELECTION.
    Since RSDSSELOPT and RSELOPTION are global DDIC objects they can be used in <i>public </i>methods.
    Regards
      Uwe

  • Error in abap databse content export

    Hi,
        Iam taking the abap database content export through sapinst.In update database statistics phase iam getting the error.
    This is the brconnect.log  view:
    BR0801I BRCONNECT 6.40 (12)
    BR0805I Start of BRCONNECT processing: cdxeqdxt.sta 2008-02-04 18.42.21
    BR0280I BRCONNECT time stamp: 2008-02-04 18.42.25
    BR0813I Schema owner found in database STI: SAPSTI*
    BR0280I BRCONNECT time stamp: 2008-02-04 18.42.29
    BR0814I Number of tables in schema of owner SAPSTI: 44003
    BR0836I Number of info cube tables found for owner SAPSTI: 49
    BR0280I BRCONNECT time stamp: 2008-02-04 18.42.33
    BR0815I Number of indexes in schema of owner SAPSTI: 52579
    BR0280I BRCONNECT time stamp: 2008-02-04 18.42.33
    BR0818I Number of tables found in DBSTATC for owner SAPSTI: 403
    BR0280I BRCONNECT time stamp: 2008-02-04 18.42.42
    BR0819I Number of pool and cluster tables found in DDNTT for owner SAPSTI: 169
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.AABLG
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.AANK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.AANL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.ATAB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.BPHIER
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CDCLS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CFIS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CLU4
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CLUSTERVER
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CLUTAB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CRVP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CVEP1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CVEP2
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CVER1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CVER2
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CVER3
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CVER4
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CVER5
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DBMAPS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DEBI
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DOKCL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DOKCLU
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DSYCLV
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DSYO1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DSYO2
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DSYO3
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DVPOOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DVPOOLTEXT
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.EDI30C
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.EDI40
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.EDIDOC
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.EPIDXB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.EPIDXC
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.FINPL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.GLS2CLUS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.GLSP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.GLTP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.IMPREDOC
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KALK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KAPOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KBPOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KCPOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KDPOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KEPOOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KGPOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KOCLU
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KRED
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.LDAN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.LDKO
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.LISA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MAT1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MBAN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MBMP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MBRK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MCLIB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MEIN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MEKK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MEOR
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MSAK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MSPOOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_AANL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_ADMC
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_ADRC
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_ADRP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_AEN1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_BUPA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_CF01
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_CLAS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_CLFN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_ESM2
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_FDUP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_FPVT
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_IBEW
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_IFLM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_IIMA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_IRLM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_J1BA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_J1IA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_J1IB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_J1ID
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_J1IH
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_J1IK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_KLSW
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_KMNR
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_LOBJ
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCA1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCA2
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCBM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCEA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCEM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCES
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCGB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCGU
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCHA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCOB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MERK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJB2
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJB3
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJB4
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJB5
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJBU
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJBV
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJBW
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJBX
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJBZ
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MREA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MSAK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MTLN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MTVM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MTVN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MTVO
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MVER
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MWAK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_OBJE
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_PTER
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_PTRM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_SFIP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_SPBB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_SWZA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_VMCF
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_VMVK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_VTBS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_VTMA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_VTOF
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_WASV
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_WDEP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_WORD
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_WPAN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.ORDE
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.PCDCLS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.PLOM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.PTEST1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.PVER1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.QDPT
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.REBL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.REGUC
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.RFBLG
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.RFMHN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.RKEPI
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.SAKO
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.SFCPL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.SFHOA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.SFHYT
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.SFWPL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.SMPOOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.T512CLU
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.TERCL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.TERCL2
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.TERCL3
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.TESCL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.TESPO
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.UMG_TEST_C
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.UMG_TEST_F
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.UMG_TEST_P
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.UTAB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VBCLU
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VBFCL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VBLOG
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VBMC
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VERCLUSTER
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VER_CLUSTR
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VIND
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VLIM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VMCV
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VPOOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VTEST10
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VTEST11
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.YCMUS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.YMUS
    BR0280I BRCONNECT time stamp: 2008-02-04 18.42.42
    BR0807I Name of database instance: STI
    BR0808I BRCONNECT action ID: cdxeqdxt
    BR0809I BRCONNECT function ID: sta
    BR0810I BRCONNECT function: stats
    BR0811I Owner of database schema for processing: SAPSTI
    BR0812I Database objects for processing: ALL
    BR0851I Number of tables with missing statistics: 193
    Owner SAPSTI: 193
    AABLG      AANK       AANL       APQD       APQI       ARFCRSTATE ARFCSDATA  ARFCSSTATE ATAB       BPHIER   
    CDCLS      CFIS       CLU4       CLUSTERVER CLUTAB     CRVP       CVEP1      CVEP2      CVER1      CVER2    
    CVER3      CVER4      CVER5      DBMAPS     DBTABLOG   DDLOG      DDNTF      DDNTT      DDXTF      DDXTT    
    DEBI       DOKCL      DOKCLU     DSYCLV     DSYO1      DSYO2      DSYO3      DVPOOL     DVPOOLTEXT EDI30C   
    EDI40      EDIDOC     EPIDXB     EPIDXC     FINPL      GLS2CLUS   GLSP       GLTP       IMPREDOC   KALK     
    KBPOL      KCPOL      KDPOL      KEPOOL     KGPOL      KRED       LDAN       LDKO       LISA       MAT1     
    MBAN       MBMP       MBRK       MCLIB      MEIN       MEKK       MEOR       MSAK       MSPOOL     M_AANL   
    M_ADMC     M_ADRC     M_ADRP     M_AEN1     M_BUPA     M_CF01     M_CLAS     M_CLFN     M_ESM2     M_FDUP   
    M_FPVT     M_IBEW     M_IFLM     M_IIMA     M_IRLM     M_J1BA     M_J1IA     M_J1IB     M_J1ID     M_J1IH   
    M_J1IK     M_KLSW     M_KMNR     M_LOBJ     M_MCA1     M_MCA2     M_MCBM     M_MCEA     M_MCEM     M_MCES   
    M_MCGB     M_MCGU     M_MCHA     M_MCOB     M_MERK     M_MJB2     M_MJB3     M_MJB4     M_MJB5     M_MJBU   
    M_MJBV     M_MJBW     M_MJBX     M_MJBZ     M_MREA     M_MSAK     M_MTLN     M_MTVM     M_MTVN     M_MTVO   
    M_MVER     M_MWAK     M_OBJE     M_PTER     M_PTRM     M_SFIP     M_SPBB     M_SWZA     M_VMCF     M_VMVK   
    M_VTBS     M_VTMA     M_VTOF     M_WASV     M_WDEP     M_WORD     M_WPAN     ORDE       PCDCLS     PLOM     
    PTEST1     PVER1      QDPT       REBL       REGUC      RFBLG      RFMHN      RKEPI      SAKO       SFCPL    
    SFHOA      SFHYT      SFWPL      SMPOOL     SNAP       SNAPT      T512CLU    TATAF      TERCL      TERCL2   
    TERCL3     TESCL      TESPO      TRBAT      TRBAT2     TRBATC     TRFCQDATA  TRFCQIN    TRFCQINS   TRFCQOUT 
    TRFCQSTATE UMG_TEST_C UMG_TEST_F UMG_TEST_P UTAB       VBCLU      VBDATA     VBFCL      VBHDR      VBLOG    
    VBMC       VBMOD      VEPO       VERCLUSTER VER_CLUSTR VIND       VLIM       VMCV       VPOOL      VTEST10  
    VTEST11    YCMUS      YMUS     
    BR0852I Number of tables to delete statistics: 0
    BR0854I Number of tables to collect statistics without checking: 44003
    Owner SAPSTI: 44003
    /BDL/BADHOST          /BDL/CUST  /BDL/CUSTSES          /BDL/INTSESS          /BDL/MSGLOG           /BDL/NOHOSTS          /BDL/OWNSESS          /BDL/SESDEST          /BDL/SESS  /BDL/STATUS         
    /BDL/TESTSES          /BDL/TRHOSTS          /BEV1/BO_BOART        /BEV1/BO_CONT         /BEV1/BO_DATA         /BEV1/BO_ENQUEUE      /BEV1/BO_FIELDS       /BEV1/BO_LEDGER       /BEV1/BO_VAT          /BEV1/BO_VIS        
    /BEV1/BWTMCEXCFS      /BEV1/CAMF /BEV1/CAMFT           /BEV1/CAPOPT          /BEV1/CAVARI          /BEV1/CAVARIT         /BEV1/CAZAA           /BEV1/CAZAP           /BEV1/CLCONT1         /BEV1/CLDEB         
    /BEV1/CLHAF           /BEV1/CLSCH           /BEV1/CLT900          /BEV1/CLT901          /BEV1/CLT902          /BEV1/CLT998          /BEV1/CLT999          /BEV1/CPVB /BEV1/CPZB /BEV1/ECCODE        
    /BEV1/ECMITD          /BEV1/EM0LGMTX        /BEV1/EMASV           /BEV1/EMASVT          /BEV1/EMDAL1          /BEV1/EMDAL2          /BEV1/EMDRKKZ         /BEV1/EMFAKTA         /BEV1/EMFAS           /BEV1/EMFAS1        
    /BEV1/EMFAS2          /BEV1/EMFAS3          /BEV1/EMFAS4          /BEV1/EMGRP           /BEV1/EMGRPT          /BEV1/EMLEER          /BEV1/EMLGBSD         /BEV1/EMLGBWDK        /BEV1/EMLGBWDP        /BEV1/EMLGFAD       
    /BEV1/EMLGFLD         /BEV1/EMLGFLDT        /BEV1/EMLGFSPR        /BEV1/EMLGKTO         /BEV1/EMLGMAT         /BEV1/EMLGOFS         /BEV1/EMMATRIX        /BEV1/EMMATRIXT       /BEV1/EMMTART         /BEV1/EMPART        
    /BEV1/EMPPBWART       /BEV1/EMPTYP          /BEV1/EMVISF          /BEV1/LAAUART         /BEV1/LAAUSFALL       /BEV1/LALPLTZT        /BEV1/LASICHT         /BEV1/LATERMINE       /BEV1/LATLPLTZ        /BEV1/LAZEITF       
    /BEV1/LAZFSICHT       /BEV1/LUT903          /BEV1/LUT904          /BEV1/LUT906          /BEV1/LUT906T         /BEV1/LUT907          /BEV1/LUTA /BEV1/LUTL /BEV1/LUTT /BEV1/RBBC
    /BEV1/RBBE /BEV1/RBBO /BEV1/RBCUST          /BEV1/RBDEL           /BEV1/RBDNUM          /BEV1/RBFORM          /BEV1/RBKP /BEV1/RBLA /BEV1/RBMITD          /BEV1/RBMITK        
    /BEV1/RBMS /BEV1/RBMSZ           /BEV1/RBPA /BEV1/RBSTAFO         /BEV1/RBTMC2F         /BEV1/RBUM /BEV1/RBUMZ           /BEV1/RBVAT           /BEV1/RBVBAK          /BEV1/RBVBAP        
    /BEV1/RBVBPA          /BEV1/RBVISD          /BEV1/RBVISR          /BEV1/RBVS /BEV1/RBWE /BEV1/RBZBEATZ        /BEV1/REABGRU         /BEV1/REALLG          /BEV1/REAUART         /BEV1/REAUTO        
    /BEV1/REBWART         /BEV1/REFAKT          /BEV1/REKOND          /BEV1/RELUMF          /BEV1/REMARA          /BEV1/REMIETE         /BEV1/REPOSTYP        /BEV1/RERAB           /BEV1/REVISI          /BEV1/REVSTEL       
    /BEV1/REWART          /BEV1/RPDBLART        /BEV1/RPDTPGL         /BEV1/RPFA /BEV1/RPFT /BEV1/RPFTT           /BEV1/RPFZ /BEV1/RPGA /BEV1/RPGAT           /BEV1/RPLMT         
    /BEV1/RPSEQFL         /BEV1/RPT685          /BEV1/RPTA /BEV1/RPTAT           /BEV1/RPTO /BEV1/RPTZKD          /BEV1/RPTZZEIT        /BEV1/RSABSTA         /BEV1/RSABSTAT        /BEV1/RSAUA         
    /BEV1/RSCOBART        /BEV1/RSCOERF         /BEV1/RSCPYRLS        /BEV1/RSDIF           /BEV1/RSFFRBI         /BEV1/RSFFRCH         /BEV1/RSFFRHD         /BEV1/RSFFRIN         /BEV1/RSFFROR         /BEV1/RSFKS         
    /BEV1/RSFSA           /BEV1/RSIMA           /BEV1/RSLFWA          /BEV1/RSPTY           /BEV1/RSQCUST         /BEV1/RSQUSE          /BEV1/RSRERF          /BEV1/RSSPA           /BEV1/RSVBFT          /BEV1/RSZA
    /BEV1/RSZABSTA        /BEV1/RSZATT          /BEV1/SRABF           /BEV1/SRABFT          /BEV1/SRBEF           /BEV1/SRBEFT          /BEV1/SRBF /BEV1/SRBFT           /BEV1/SRBLG           /BEV1/SRBSTY        
    /BEV1/SRINH           /BEV1/SRINHT          /BEV1/SRKV /BEV1/SRKVT           /BEV1/SRRUE02         /BEV1/SRVS /BEV1/SRVST           /BEV1/SR_MAIL         /BEV1/SR_MP_MT_M      /BEV1/TRVTC         
    /BEV1/TRVTK           /BEV1/TRVTP           /BEV1/TRVTS           /BEV1/TSABER          /BEV1/TSABERT         /BEV1/TSAGRP          /BEV1/TSAGRPT         /BEV1/TSAUART         /BEV1/TSKUN           /BEV1/TSSAIDEF      
    /BEV1/TSSAIDEFT       /BEV1/TSSAIFLG        /BEV1/TSSDBSDT        /BEV1/TSSDBSPR        /BEV1/TSSDBTDT        /BEV1/TSSDBTPR        /BEV1/TSSEQ           /BEV1/TSSEQFL         /BEV1/TSSGLSET        /BEV1/TSSSPBFE      
    /BEV1/TSSSPBFT        /BEV1/TSSSPBG         /BEV1/TSSTMATS        /BEV1/TSSVARI         /BEV1/TSSVARIT        /BEV1/TSSVBEL         /BEV1/TSSVBEL2        /BEV1/TSSVBFL         /BEV1/TSSVBZB         /BEV1/TSSZTYP       
    /BEV1/TSSZTYPT        /BEV1/TSVB /BEV1/TSVM /BEV1/TSVMT           /BEV1/TSZKK           /BEV1/TSZKKS          /BEV1/TSZTYMAVT       /BEV1/TSZYK           /BEV1/TZLZONE         /BEV1/VDT685        
    /BEV2/ED901           /BEV2/ED901T          /BEV2/ED902           /BEV2/ED902ADR        /BEV2/ED902T          /BEV2/ED903           /BEV2/ED905           /BEV2/ED906           /BEV2/ED907           /BEV2/ED907K        
    /BEV2/ED907KT         /BEV2/ED907T          /BEV2/ED908           /BEV2/ED908T          /BEV2/ED909           /BEV2/ED910           /BEV2/ED911           /BEV2/ED912           /BEV2/ED913           /BEV2/ED914         
    /BEV2/ED914T          /BEV2/ED915           /BEV2/ED916           /BEV2/ED917           /BEV2/ED917ARC        /BEV2/ED918           /BEV2/ED919           /BEV2/ED920           /BEV2/ED921           /BEV2/ED922         
    /BEV2/ED922T          /BEV2/ED923           /BEV2/ED923T          /BEV2/ED924           /BEV2/ED925           /BEV2/ED926           /BEV2/ED927           /BEV2/ED928           /BEV2/ED929           /BEV2/ED930         
    /BEV2/ED937B          /BEV2/ED937BT         /BEV2/ED937K          /BEV2/ED937KT         /BEV2/ED938           /BEV2/ED938T          /BEV2/ED940           /BEV2/ED947           /BEV2/ED951           /BEV2/ED951T        
    /BEV2/ED952           /BEV2/ED952T          /BEV2/ED953           /BEV2/ED953T          /BEV2/ED954           /BEV2/ED955           /BEV2/ED955T          /BEV2/ED956           /BEV2/ED956T          /BEV2/ED960         
    /BEV2/ED960T          /BEV2/ED961           /BEV2/ED962           /BEV2/ED963           /BEV2/ED966           /BEV2/ED970           /BEV2/ED970T          /BEV2/ED994           /BEV2/ED994O          /BEV2/ED994T        
    /BEV2/ED995           /BEV2/ED995SF         /BEV2/ED995SFT        /BEV2/ED995T          /BEV2/ED996           /BEV2/ED996TLINE      /BEV2/ED997           /BEV2/ED997T          /BEV2/ED998           /BEV2/ED998T        
    /BEV2/ED999           /BEV2/ED999T          /BEV2/EDARCDOCID      /BEV2/EDARCMDID       /BEV2/EDARCMDNAM      /BEV2/EDFIXSTADM      /BEV2/EDFIXSTOCK      /BEV2/EDLIEFT         /BEV2/EDLIEFT_EU      /BEV2/EDMAA         
    /BEV2/EDMAB           /BEV2/EDMAC           /BEV2/EDMSE           /BEV2/EDMSS           /BEV2/EDMST           /BEV2/EDPROTOK        /BEV2/EDWEMPF         /BEV2/EDWEMPF_EU      /BEV2/EDZUS1          /BEV2/EDZUS1T       
    /BEV2/ED_LDS_HDR      /BEV2/ED_LDS_MNT      /BEV2/ED_LDS_POS      /BEV3/CH1030BKPF      /BEV3/CH1030BSG1      /BEV3/CH1030BSG2      /BEV3/CH1030PROT      /BEV3/CH180           /BEV3/CH181           /BEV3/CH182         
    /BEV3/CH183           /BEV3/CH184           /BEV3/CH186           /BEV3/CHABAT          /BEV3/CHABELFLUS      /BEV3/CHABELKPF       /BEV3/CHABEWEALT      /BEV3/CHABRKZL_T      /BEV3/CHABRSTK_S      /BEV3/CHABRSTZ_K    
    /BEV3/CHABRSTZ_P      /BEV3/CHACCOUNT0      /BEV3/CHACCOUNT1      /BEV3/CHADRKMAIN      /BEV3/CHAEFFZINS      /BEV3/CHAFBBELGT      /BEV3/CHAFBBLEG       /BEV3/CHAFBFUSS       /BEV3/CHAFBFUST       /BEV3/CHAFBKOPF     
    /BEV3/CHAFBKPFT       /BEV3/CHAFBMAIN       /BEV3/CHAFBMAIT       /BEV3/CHAFRMAGT       /BEV3/CHAFRMAUSG      /BEV3/CHAFRMGRT       /BEV3/CHAGTREE        /BEV3/CHAGTREET       /BEV3/CHAKMSTFB       /BEV3/CHAKMSTGRP    
    /BEV3/CHAKMSTTXT      /BEV3/CHAKONDALT      /BEV3/CHAKONDGRP      /BEV3/CHAKOND_T       /BEV3/CHAKSTRTL       /BEV3/CHANACHVER      /BEV3/CHANCHRTTL      /BEV3/CHANCHTART      /BEV3/CHAPRGAUSG      /BEV3/CHAPRGAUST    
    /BEV3/CHASPL001       /BEV3/CHASPL002       /BEV3/CHASTATTB       /BEV3/CHASTEU         /BEV3/CHASTEUER       /BEV3/CHASTTBT        /BEV3/CHAUTHGRP       /BEV3/CHAUTHGRPT      /BEV3/CHA_DRG         /BEV3/CHA_DRGZUO    
    /BEV3/CHA_DRG_T       /BEV3/CHA_DRKFUS      /BEV3/CHA_DRKKPF      /BEV3/CHA_FORMGR      /BEV3/CHA_KOMSTR      /BEV3/CHA_KOND        /BEV3/CHA_KOPF        /BEV3/CHA_STAT        /BEV3/CHBABNHM        /BEV3/CHBABSATZ     
    /BEV3/CHBABSS         /BEV3/CHBABSTVG       /BEV3/CHBABSVG        /BEV3/CHBALLG         /BEV3/CHBALLV         /BEV3/CHBANNU         /BEV3/CHBBDGSTF       /BEV3/CHBBDGSTT       /BEV3/CHBBKBDG        /BEV3/CHBBKBFI      
    /BEV3/CHBBKBSD        /BEV3/CHBBKBVV        /BEV3/CHBBKFLG        /BEV3/CHBBKKNTR       /BEV3/CHBBKST         /BEV3/CHBBKTM         /BEV3/CHBBKVRKT       /BEV3/CHBCALCC        /BEV3/CHBCALCF        /BEV3/CHBCALCT      
    /BEV3/CHBCALCTT       /BEV3/CHBCALCV        /BEV3/CHBDATUM        /BEV3/CHBDMDHST       /BEV3/CHBEINBIN       /BEV3/CHBEXTB         /BEV3/CHBEZINS        /BEV3/CHBFBTRG        /BEV3/CHBFLDSTAT      /BEV3/CHBFPROZ      
    /BEV3/CHBGABS         /BEV3/CHBGROUP        /BEV3/CHBGUMS         /BEV3/CHBINST         /BEV3/CHBINSTT        /BEV3/CHBIZINS        /BEV3/CHBKABRNR       /BEV3/CHBKBELEG       /BEV3/CHBKERGACC      /BEV3/CHBKERGBLG    
    /BEV3/CHBKERGPOS      /BEV3/CHBKERGRSL      /BEV3/CHBKERGSLK      /BEV3/CHBKHISTOR      /BEV3/CHBKOMTR        /BEV3/CHBKONT         /BEV3/CHBKPKPZL       /BEV3/CHBKRESHIS      /BEV3/CHBKRESULT      /BEV3/CHBKSLKHIS    
    /BEV3/CHBKSLKT        /BEV3/CHBKSTATUS      /BEV3/CHBKSTK_C       /BEV3/CHBKSTK_T       /BEV3/CHBKTMP         /BEV3/CHBKTMP_C       /BEV3/CHBKTMP_T       /BEV3/CHBLEIST        /BEV3/CHBMINUM        /BEV3/CHBPART       
    /BEV3/CHBPOST         /BEV3/CHBPROT         /BEV3/CHBPRZABW       /BEV3/CHBPRZGRZ       /BEV3/CHBR /BEV3/CHBREGINF       /BEV3/CHBRKRAZ        /BEV3/CHBRST          /BEV3/CHBRUECK        /BEV3/CHBSALEI      
    /BEV3/CHBSECURE       /BEV3/CHBSICH         /BEV3/CHBSORT         /BEV3/CHBTERMIN       /BEV3/CHBTMANFO       /BEV3/CHBTMANWE       /BEV3/CHBTMBDG        /BEV3/CHBTMBEWFI      /BEV3/CHBTMBEWSD      /BEV3/CHBTMBEWVV    
    /BEV3/CHBTMFOLGE      /BEV3/CHBTMSTATU      /BEV3/CHBTMVKTG       /BEV3/CHBUMSATZ       /BEV3/CHBUMSP         /BEV3/CHBVERRE        /BEV3/CHBVORG         /BEV3/CHBVWDNR        /BEV3/CHBWAER         /BEV3/CHBWAT        
    /BEV3/CHBWKT          /BEV3/CHBXREF         /BEV3/CHBZUSCH        /BEV3/CHCAABTXT       /BEV3/CHCAAMODT       /BEV3/CHCAAOBJ        /BEV3/CHCAAOBJT       /BEV3/CHCAATAB        /BEV3/CHCAATABT       /BEV3/CHCAAUSTX     
    /BEV3/CHCABRERFT      /BEV3/CHCABRINFT      /BEV3/CHCABZTPT       /BEV3/CHCAGCLSF       /BEV3/CHCAREBDG       /BEV3/CHCAVKEVV       /BEV3/CHCA_AB         /BEV3/CHCA_ABB        /BEV3/CHCA_AUS        /BEV3/CHCA_BH       
    /BEV3/CHCA_BHTX       /BEV3/CHCA_FBS        /BEV3/CHCA_MDTX       /BEV3/CHCA_MOD        /BEV3/CHCA_PRO        /BEV3/CHCA_RE         /BEV3/CHCA_REL        /BEV3/CHCA_RV         /BEV3/CHCA_RV_T       /BEV3/CHCA_VW       
    /BEV3/CHCBASDRNG      /BEV3/CHCBDG          /BEV3/CHCBDGIOD       /BEV3/CHCBDGIODT      /BEV3/CHCBDGKL        /BEV3/CHCBDGKLT       /BEV3/CHCBDGMOD       /BEV3/CHCBDGMODT      /BEV3/CHCBDGPRIM      /BEV3/CHCBDGPRIN    
    /BEV3/CHCBDGPROM      /BEV3/CHCBDGPTIN      /BEV3/CHCBDGSTRG      /BEV3/CHCBDGSTRT      /BEV3/CHCBDGT         /BEV3/CHCBDLSTK       /BEV3/CHCBDPRBJ       /BEV3/CHCBDPRBT       /BEV3/CHCBDPRIT       /BEV3/CHCBDPRNT     
    /BEV3/CHCBDPROT       /BEV3/CHCBDPRTT       /BEV3/CHCBDPRUT       /BEV3/CHCBDPTNT       /BEV3/CHCBDPTT        /BEV3/CHCBDPTUT       /BEV3/CHCBDSTRT       /BEV3/CHCBEWAT        /BEV3/CHCBG           /BEV3/CHCBGK        
    /BEV3/CHCBGRUT        /BEV3/CHCBGT          /BEV3/CHCBKRIVBW      /BEV3/CHCBPO0350      /BEV3/CHCBPO0500      /BEV3/CHCBPO300K      /BEV3/CHCBPO300P      /BEV3/CHCBPO700A      /BEV3/CHCBPO700K      /BEV3/CHCBPO700P    
    /BEV3/CHCBPO700V      /BEV3/CHCBPOGLDT      /BEV3/CHCBT300T       /BEV3/CHCBTRG300      /BEV3/CHCCHECKVS      /BEV3/CHCCLSF         /BEV3/CHCCLSFFLT      /BEV3/CHCCLSFT        /BEV3/CHCDPALLOC      /BEV3/CHCDPAP       
    /BEV3/CHCDPAPT        /BEV3/CHCDPAS         /BEV3/CHCDPAST        /BEV3/CHCDPBEWSD      /BEV3/CHCDPBK         /BEV3/CHCDPCNT        /BEV3/CHCDPCTR1       /BEV3/CHCDPCTR2       /BEV3/CHCDPCUST       /BEV3/CHCDPFB       
    /BEV3/CHCDPFBP        /BEV3/CHCDPLINK       /BEV3/CHCDPOBJ1       /BEV3/CHCDPOBJ2       /BEV3/CHCDPOBJMD      /BEV3/CHCDPOBLIG      /BEV3/CHCDPPARM       /BEV3/CHCDPPROC       /BEV3/CHCDPSALDO      /BEV3/CHCDPSALES    
    /BEV3/CHCDPSELFB      /BEV3/CHCDPSELV       /BEV3/CHCDPSORTM      /BEV3/CHCDPSTATE      /BEV3/CHCDPTAB        /BEV3/CHCDPTERMI      /BEV3/CHCDPTEXT       /BEV3/CHCEITR         /BEV3/CHCEITRT        /BEV3/CHCERGPER     
    /BEV3/CHCEV1030X      /BEV3/CHCEV103X       /BEV3/CHCEVACC        /BEV3/CHCEVACDT       /BEV3/CHCEVACPR       /BEV3/CHCEVAD         /BEV3/CHCEVADPR       /BEV3/CHCEVADPRT      /BEV3/CHCEVCL         /BEV3/CHCEVCLT      
    /BEV3/CHCEVDEL        /BEV3/CHCEVDELP       /BEV3/CHCEVDIST       /BEV3/CHCEVENTT       /BEV3/CHCEVEVLC       /BEV3/CHCEVLASFI      /BEV3/CHCEVLCAC       /BEV3/CHCEVLCAFI      /BEV3/CHCEVLICLT      /BEV3/CHCEVLIDM     
    /BEV3/CHCEVLIDMT      /BEV3/CHCEVPRFA       /BEV3/CHCEVPRFAT      /BEV3/CHCEVRES        /BEV3/CHCEVVEO        /BEV3/CHCEVVEOT       /BEV3/CHCEVVWDEX      /BEV3/CHCFBKAT        /BEV3/CHCFBKATX       /BEV3/CHCFDFIELD    
    /BEV3/CHCFLT          /BEV3/CHCFLTT         /BEV3/CHCFMCON        /BEV3/CHCFMCONT       /BEV3/CHCFMVARS       /BEV3/CHCFMVARST      /BEV3/CHCFORMELF      /BEV3/CHCFORMELT      /BEV3/CHCFSOBJ        /BEV3/CHCFSOBJS     
    /BEV3/CHCFSOBJT       /BEV3/CHCFSOB_T       /BEV3/CHCFSOS_T       /BEV3/CHCHASB         /BEV3/CHCHASBT        /BEV3/CHCHDP          /BEV3/CHCHECKPNT      /BEV3/CHCHKPNTT       /BEV3/CHCIMATART      /BEV3/CHCIMATNR     
    /BEV3/CHCIPR          /BEV3/CHCIPRO         /BEV3/CHCIVBFS        /BEV3/CHCIVBSK        /BEV3/CHCIVBSS        /BEV3/CHCIVRG01       /BEV3/CHCI_AUART      /BEV3/CHCI_FKART      /BEV3/CHCI_STGRK      /BEV3/CHCI_VORG     
    /BEV3/CHCKAFBDTL      /BEV3/CHCKAFIELD      /BEV3/CHCKAWDEF       /BEV3/CHCKMPLMNT      /BEV3/CHCKMPLPRF      /BEV3/CHCKONTT        /BEV3/CHCKPBGRP       /BEV3/CHCKPBGRPT      /BEV3/CHCKREIST       /BEV3/CHCKRSKZT     
    /BEV3/CHCKTGWE        /BEV3/CHCLISTFLD      /BEV3/CHCLLFORMT      /BEV3/CHCLNKORT       /BEV3/CHCLNKORTT      /BEV3/CHCLSPGCHK      /BEV3/CHCLSTBEW       /BEV3/CHCLSTBEWT      /BEV3/CHCLSTDEF       /BEV3/CHCLTFNAME    
    /BEV3/CHCLTLOABR      /BEV3/CHCLTYPE        /BEV3/CHCLTYPET       /BEV3/CHCL_ERF        /BEV3/CHCL_ERFT       /BEV3/CHCL_FELD       /BEV3/CHCL_LART       /BEV3/CHCL_LARTT      /BEV3/CHCL_LFORM      /BEV3/CHCL_LSTK     
    /BEV3/CHCL_LSTP       /BEV3/CHCL_LSTT       /BEV3/CHCL_PRUEF      /BEV3/CHCL_STAT       /BEV3/CHCL_STATT      /BEV3/CHCMVWOBJ       /BEV3/CHCMVWOBPR      /BEV3/CHCMVWPRO       /BEV3/CHCMVWVORG      /BEV3/CHCNDDSCR     
    /BEV3/CHCNDDSCRT      /BEV3/CHCNDNAME       /BEV3/CHCNDNAMET      /BEV3/CHCOBJTAB       /BEV3/CHCPBKTYP       /BEV3/CHCPBKTYPT      /BEV3/CHCPERI         /BEV3/CHCPERIT        /BEV3/CHCPG           /BEV3/CHCPGI        
    /BEV3/CHCPGT          /BEV3/CHCPOSTX        /BEV3/CHCPRT          /BEV3/CHCPRTSTRT      /BEV3/CHCPRTST_T      /BEV3/CHCPTDOK        /BEV3/CHCPTDOKTX      /BEV3/CHCPTKON        /BEV3/CHCPTKONTX      /BEV3/CHCPTXSP      
    /BEV3/CHCPT_F         /BEV3/CHCPVIEWT       /BEV3/CHCREGDISP      /BEV3/CHCREGT         /BEV3/CHCRESVWVG      /BEV3/CHCRGIT         /BEV3/CHCRSTRT        /BEV3/CHCRUNDG        /BEV3/CHCRUNDGTX      /BEV3/CHCSALA       
    /BEV3/CHCSALAT        /BEV3/CHCSALDT        /BEV3/CHCSALG         /BEV3/CHCSALGT        /BEV3/CHCSECORTT      /BEV3/CHCSECTYP       /BEV3/CHCSECTYPT      /BEV3/CHCSIMKONT      /BEV3/CHCSIMSALD      /BEV3/CHCSOCBMAR    
    /BEV3/CHCSOCBMVK      /BEV3/CHCSOCBSTY      /BEV3/CHCSORTCB       /BEV3/CHCSORTCBT      /BEV3/CHCSORTTYP      /BEV3/CHCSOTYPT       /BEV3/CHCSTAFT        /BEV3/CHCSTMZS        /BEV3/CHCSTRGIOD      /BEV3/CHCSTVCHCK    
    /BEV3/CHCTAAKZL       /BEV3/CHCTAAKZLK      /BEV3/CHCTAAMOD       /BEV3/CHCTABRERF      /BEV3/CHCTABRINF      /BEV3/CHCTABSAST      /BEV3/CHCTABZPKT      /BEV3/CHCTBDGBPO      /BEV3/CHCTBDGIOI      /BEV3/CHCTBDGIOO    
    /BEV3/CHCTBDGLST      /BEV3/CHCTBDGSTF      /BEV3/CHCTBDGSTR      /BEV3/CHCTBDGSZ       /BEV3/CHCTBDPRIO      /BEV3/CHCTBDVKRA      /BEV3/CHCTBEWA        /BEV3/CHCTBGRU        /BEV3/CHCTBKVRKT      /BEV3/CHCTBPO600    
    /BEV3/CHCTBPOFSS      /BEV3/CHCTBSCHL       /BEV3/CHCTBTBEWA      /BEV3/CHCTBTBSCL      /BEV3/CHCTBTDAT       /BEV3/CHCTBTFLT       /BEV3/CHCTBTVRT       /BEV3/CHCTBTVWD       /BEV3/CHCTBUSCHL      /BEV3/CHCTBWA       
    /BEV3/CHCTEVCLDT      /BEV3/CHCTEVENT       /BEV3/CHCTEVEX        /BEV3/CHCTEVLICL      /BEV3/CHCTEVPERM      /BEV3/CHCTEVVVEO      /BEV3/CHCTFB          /BEV3/CHCTFORMEL      /BEV3/CHCTFSOB        /BEV3/CHCTFSOS      
    /BEV3/CHCTKLAS1       /BEV3/CHCTKLAS1T      /BEV3/CHCTKLAS2       /BEV3/CHCTKLAS2T      /BEV3/CHCTKLAS3       /BEV3/CHCTKLAS3T      /BEV3/CHCTKLAS4       /BEV3/CHCTKLAS4T      /BEV3/CHCTKLAS5       /BEV3/CHCTKLAS5T    
    /BEV3/CHCTKMPBCH      /BEV3/CHCTKOFO        /BEV3/CHCTKONT        /BEV3/CHCTKREIS       /BEV3/CHCTKREISK      /BEV3/CHCTLIN         /BEV3/CHCTLINK        /BEV3/CHCTLTBER       /BEV3/CHCTLTSPZ       /BEV3/CHCTLVAR      
    /BEV3/CHCTM2OTHE      /BEV3/CHCTMABRFT      /BEV3/CHCTMSTFUB      /BEV3/CHCTMVWSTS      /BEV3/CHCTPGF         /BEV3/CHCTPR          /BEV3/CHCTPVIEW       /BEV3/CHCTREG         /BEV3/CHCTRGI         /BEV3/CHCTRGKLTB    
    /BEV3/CHCTRLNG        /BEV3/CHCTS01         /BEV3/CHCTS02         /BEV3/CHCTS03         /BEV3/CHCTS04         /BEV3/CHCTS05         /BEV3/CHCTS07         /BEV3/CHCTSALD        /BEV3/CHCTSECORT      /BEV3/CHCTSTAF      
    /BEV3/CHCTSTBSHL      /BEV3/CHCTSTKL        /BEV3/CHCTSTRGBM      /BEV3/CHCTSTRKZ       /BEV3/CHCTSTYPCB      /BEV3/CHCTTMABRF      /BEV3/CHCTTMPRIO      /BEV3/CHCTTMPRIV      /BEV3/CHCTTMSTZP      /BEV3/CHCTUMPRST    
    /BEV3/CHCTVB          /BEV3/CHCTVBKLTB      /BEV3/CHCTVBLOAB      /BEV3/CHCTVBRILO      /BEV3/CHCTVKRAKK      /BEV3/CHCTVKTMST      /BEV3/CHCTVKVKLO      /BEV3/CHCTVRABG       /BEV3/CHCTVRABRF      /BEV3/CHCTVRILOT    
    /BEV3/CHCTVWDKL       /BEV3/CHCTVWDVTB      /BEV3/CHCTWSATTR      /BEV3/CHCTWSBDAT      /BEV3/CHCTWSBSTR      /BEV3/CHCTWSDDAT      /BEV3/CHCTWSDST       /BEV3/CHCTWSFIND      /BEV3/CHCTWSFORM      /BEV3/CHCTWSKAT     
    /BEV3/CHCTWSPRO       /BEV3/CHCTWSSTR       /BEV3/CHCTWSTAG       /BEV3/CHCTZEIT        /BEV3/CHCTZNSCHL      /BEV3/CHCTZTP         /BEV3/CHCVALI1        /BEV3/CHCVARREP       /BEV3/CHCVBACT        /BEV3/CHCVBACTRI    
    /BEV3/CHCVBACTSP      /BEV3/CHCVBFIMA1      /BEV3/CHCVBT          /BEV3/CHCVBWBKRI      /BEV3/CHCVDACT        /BEV3/CHCVDSTFIT      /BEV3/CHCVDSTRFI      /BEV3/CHCVDSTSD       /BEV3/CHCVDSTSDT      /BEV3/CHCVDSTVV     
    /BEV3/CHCVDSTVVT      /BEV3/CHCVERW         /BEV3/CHCVERWT        /BEV3/CHCVKEVASF      /BEV3/CHCVKEVCVB      /BEV3/CHCVKEVCVT      /BEV3/CHCVKTORP       /BEV3/CHCVORGE        /BEV3/CHCVORGE_T      /BEV3/CHCVRSTRT     
    /BEV3/CHCVRSTRTT      /BEV3/CHCVWDKLT       /BEV3/CHCVWDNRAP      /BEV3/CHCVWDVTBT      /BEV3/CHCVWOBJ        /BEV3/CHCVWOBJT       /BEV3/CHCVWOBPR       /BEV3/CHCVWOBPRT      /BEV3/CHCVWPRO        /BEV3/CHCVWPROT     
    /BEV3/CHCVWSTAT       /BEV3/CHCVWSTATS      /BEV3/CHCVWSTATT      /BEV3/CHCVWVORG       /BEV3/CHCVWVORGT      /BEV3/CHCWS           /BEV3/CHCWSATTRT      /BEV3/CHCWSBDTX       /BEV3/CHCWSBSTX       /BEV3/CHCWSDSTX     
    /BEV3/CHCWSFNDTX      /BEV3/CHCWSFRMTX      /BEV3/CHCWSKATTX      /BEV3/CHCWSPROTX      /BEV3/CHCWSSTRTX      /BEV3/CHCZEITT        /BEV3/CHCZNSCHLT      /BEV3/CHCZTPT         /BEV3/CHC_KAWDEF      /BEV3/CHC_KAWFB     
    /BEV3/CHC_KAWTAB      /BEV3/CHC_PROT        /BEV3/CHDVWD0001      /BEV3/CHEAT           /BEV3/CHEOA           /BEV3/CHERGSTZ_K      /BEV3/CHERGSTZ_P      /BEV3/CHERGSTZ_S      /BEV3/CHEVADPRI       /BEV3/CHEVENTDEC    
    /BEV3/CHEVENTDEL      /BEV3/CHEVENTRCP      /BEV3/CHEVENTREC      /BEV3/CHEVENTREL      /BEV3/CHEVENTRES      /BEV3/CHEVLASFPR      /BEV3/CHEVLIACBP      /BEV3/CHEVLIACEL      /BEV3/CHEVLIACFL      /BEV3/CHEVLIACNT    
    /BEV3/CHEVLIACPR      /BEV3/CHEVLIASFB      /BEV3/CHEVLIASFI      /BEV3/CHEVLI_VV       /BEV3/CHEVTMNOTE      /BEV3/CHEVVWDNRN      /BEV3/CHEXCSTZ_K      /BEV3/CHEXCSTZ_P      /BEV3/CHFIA           /BEV3/CHFIP         
    /BEV3/CHFIT           /BEV3/CHFKFKDRK       /BEV3/CHFSOBJ         /BEV3/CHGAO           /BEV3/CHGK /BEV3/CHGO /BEV3/CHGR /BEV3/CHGRAT          /BEV3/CHGRST          /BEV3/CHGZ
    /BEV3/CHGZAT          /BEV3/CHGZIT          /BEV3/CHKAALLOCA      /BEV3/CHKABEWSD       /BEV3/CHKACNTRCT      /BEV3/CHKACUSTO       /BEV3/CHKAOBLIGA      /BEV3/CHKASRTMNT      /BEV3/CHKASTATUS      /BEV3/CHKATERMIN    
    /BEV3/CHKATMABUM      /BEV3/CHKAW_TEXT      /BEV3/CHKA_SALDO      /BEV3/CHLAT           /BEV3/CHLDGRFLD       /BEV3/CHLEDGER        /BEV3/CHLERF          /BEV3/CHLR /BEV3/CHNODES         /BEV3/CHNODEST      
    /BEV3/CHOAAT          /BEV3/CHOAE           /BEV3/CHOAG           /BEV3/CHOAZ           /BEV3/CHOB /BEV3/CHOBKZ          /BEV3/CHOBS           /BEV3/CHOG /BEV3/CHOKAT          /BEV3/CHOKL         
    /BEV3/CHOL /BEV3/CHOLB           /BEV3/CHOLS           /BEV3/CHOO /BEV3/CHOP /BEV3/CHOPA           /BEV3/CHOPRT          /BEV3/CHOR /BEV3/CHORA           /BEV3/CHORB         
    /BEV3/CHORG           /BEV3/CHORGET         /BEV3/CHORST          /BEV3/CHOSAT          /BEV3/CHOST           /BEV3/CHOZD           /BEV3/CHOZT           /BEV3/CHPARAMS        /BEV3/CHPIABRECH      /BEV3/CHPROCESS     
    /BEV3/CHPRSTCI        /BEV3/CHPRUEF_Z4      /BEV3/CHRALG          /BEV3/CHRATT          /BEV3/CHRDSTAT        /BEV3/CHREPFLD        /BEV3/CHREPFLDT       /BEV3/CHREPPARM       /BEV3/CHREPSRT        /BEV3/CHREPSRTT     
    /BEV3/CHRESADMIN      /BEV3/CHRESSTZ_K      /BEV3/CHRESSTZ_P      /BEV3/CHRGABRERF      /BEV3/CHRGABRINF      /BEV3/CHRGABZPKT      /BEV3/CHRGANFFRM      /BEV3/CHRGANWFRM      /BEV3/CHRGAUSG        /BEV3/CHRGBDG       
    /BEV3/CHRGBLST        /BEV3/CHRGBTRG        /BEV3/CHRGBUKRS       /BEV3/CHRGBUKZ        /BEV3/CHRGDATUM       /BEV3/CHRGDNAM        /BEV3/CHRGEGZFRM      /BEV3/CHRGEINH        /BEV3/CHRGEITR        /BEV3/CHRGEZSCHL    
    /BEV3/CHRGFRM         /BEV3/CHRGGEN3        /BEV3/CHRGGRUM        /BEV3/CHRGHASB        /BEV3/CHRGKPBGRP      /BEV3/CHRGKREIS       /BEV3/CHRGKTSI        /BEV3/CHRGKUNNR       /BEV3/CHRGLSTBW       /BEV3/CHRGMAHN      
    /BEV3/CHRGMHNBER      /BEV3/CHRGMHNSP       /BEV3/CHRGMNGE        /BEV3/CHRGPBKTYP      /BEV3/CHRGPERGRP      /BEV3/CHRGPERI        /BEV3/CHRGPERVW       /BEV3/CHRGPGDAT       /BEV3/CHRGPRTST       /BEV3/CHRGPRZNT     
    /BEV3/CHRGRUNDUN      /BEV3/CHRGSALA        /BEV3/CHRGSALD        /BEV3/CHRGSALG        /BEV3/CHRGSECORT      /BEV3/CHRGSECTYP      /BEV3/CHRGSOLI        /BEV3/CHRGSORT        /BEV3/CHRGSPART       /BEV3/CHRGSTAF      
    /BEV3/CHRGSTRAT       /BEV3/CHRGSTYP        /BEV3/CHRGVBLIN       /BEV3/CHRGVBLNK       /BEV3/CHRGVBVB        /BEV3/CHRGVDSTFI      /BEV3/CHRGVDSTSD      /BEV3/CHRGVDSTVV      /BEV3/CHRGVERW        /BEV3/CHRGVKORG     
    /BEV3/CHRGVTWEG       /BEV3/CHRGVWDVB       /BEV3/CHRGVWVORG      /BEV3/CHRGWAERK       /BEV3/CHRGXXXX        /BEV3/CHRGZEIT        /BEV3/CHRGZHLBDG      /BEV3/CHRGZHLSP       /BEV3/CHRGZHLWG       /BEV3/CHRGZNSCHL    
    /BEV3/CHRSBKADMN      /BEV3/CHSA /BEV3/CHSHTSTZSD      /BEV3/CHSHTSTZ_K      /BEV3/CHSHTSTZ_P      /BEV3/CHSIMADMIN      /BEV3/CHSIMBDMDH      /BEV3/CHSIMSTKFH      /BEV3/CHSIMSTK_C      /BEV3/CHSIMSTK_F    
    /BEV3/CHSIMSTK_T      /BEV3/CHSIMSTK_V      /BEV3/CHSIMSTZ_K      /BEV3/CHSIMSTZ_P      /BEV3/CHSIMSTZ_S      /BEV3/CHSORTK         /BEV3/CHSORTKT        /BEV3/CHSORTP         /BEV3/CHSTADMIN       /BEV3/CHTABA        
    /BEV3/CHTABLE         /BEV3/CHTADIR         /BEV3/CHTBBWK         /BEV3/CHTBPERS        /BEV3/CHTBRI          /BEV3/CHTBRIT         /BEV3/CHTBRS          /BEV3/CHTBTEXT        /BEV3/CHTBVORGE       /BEV3/CHTCKLAS3     
    /BEV3/CHTEA           /BEV3/CHTGRA          /BEV3/CHTGRS          /BEV3/CHTGZA          /BEV3/CHTGZI          /BEV3/CHTLA           /BEV3/CHTM1030        /BEV3/CHTMABRNR       /BEV3/CHTMBELEG       /BEV3/CHTMBKRES     
    /BEV3/CHTMERGBLG      /BEV3/CHTMERGPOS      /BEV3/CHTMHISTOR      /BEV3/CHTMP0200       /BEV3/CHTMPFSOBJ      /BEV3/CHTMPMDHST      /BEV3/CHTMPSLKT       /BEV3/CHTMPSTK_C      /BEV3/CHTMPSTK_F      /BEV3/CHTMPSTK_T    
    /BEV3/CHTMPSTK_V      /BEV3/CHTMPVWSTA      /BEV3/CHTMSTATUS      /BEV3/CHTNKRS         /BEV3/CHTOAA          /BEV3/CHTOBJ          /BEV3/CHTOKA          /BEV3/CHTOPR          /BEV3/CHTORS          /BEV3/CHTOS         
    /BEV3/CHTOSA          /BEV3/CHTOZ           /BEV3/CHTRAT          /BEV3/CHTRKVKZ        /BEV3/CHTRMSTK_C      /BEV3/CHTRMSTK_T      /BEV3/CHTRMSTK_V      /BEV3/CHTRMSTZ_K      /BEV3/CHTRMSTZ_P      /BEV3/CHTRMSTZ_S    
    /BEV3/CHTRSINA        /BEV3/CHTRSINN        /BEV3/CHTVBWA         /BEV3/CHTVWDART       /BEV3/CHTWDRKZ        /BEV3/CHTWRA          /BEV3/CHTWRETA        /BEV3/CHUR /BEV3/CHUSETTING      /BEV3/CHVABRSTZS    
    /BEV3/CHVGRA          /BEV3/CHVGRP          /BEV3/CHVGRT          /BEV3/CHVPR           /BEV3/CHVWDKL         /BEV3/CHVWSTAT        /BEV3/CHWD /BEV3/CHWDARTT        /BEV3/CHWDAUFST       /BEV3/CHWDCMMNT     
    /BEV3/CHWDFLDST       /BEV3/CHWDKLSS        /BEV3/CHWDKORR        /BEV3/CHWDLFZEIT      /BEV3/CHWDOBJ         /BEV3/CHWDPRTNR       /BEV3/CHWDSIGNVG      /BEV3/CHWDSIGNVN      /BEV3/CHWDVTRRBZ      /BEV3/CHWO
    /BEV3/CHWR /BEV3/CHWRAT          /BEV3/CHWRETAT        /BEV3/CH_ABRFKT       /BEV3/CH_CHGVIS       /BEV3/CH_DRFUSS       /BEV3/CH_DRGR         /BEV3/CH_DRKPF        /BEV3/CH_DRMAIN       /BEV3/CH_DRPOSGR    
    /BEV3/CH_NACHART      /BEV3/CH_VISUPDT      /BEV4/PLCPG           /BEV4/PLCPGI          /BEV4/PLCPGT          /BEV4/PLCPRT          /BEV4/PLCPVIEWT       /BEV4/PLCTPGF         /BEV4/PLCTPR          /BEV4/PLCTPVIEW     
    /BEV4/PLDALCST_T      /BEV4/PLDALCUST       /BEV4/PLDANFABH       /BEV4/PLDANFABS       /BEV4/PLDANFART       /BEV4/PLDANFBEL       /BEV4/PLDANFCST       /BEV4/PLDANFCSTT      /BEV4/PLDANFKON       /BEV4/PLDANFMEL     
    /BEV4/PLDANFNUM       /BEV4/PLDANFORT       /BEV4/PLDANFVKO       /BEV4/PLDANFZEIT      /BEV4/PLDAUSGABE      /BEV4/PLDAUSGABT      /BEV4/PLDFAUFTR       /BEV4/PLDIFST         /BEV4/PLDKART         /BEV4/PLDKART_T     
    /BEV4/PLDPERIOD       /BEV4/PLDPERIODT      /BEV4/PLDPFAD         /BEV4/PLDPFAD_T       /BEV4/PLDROLZU        /BEV4/PLDSTAT         /BEV4/PLDSTAT_T       /BEV4/PLDUMART        /BEV4/PLDUMKDN        /BEV4/PLDVKORGZ     
    /BEV4/PLPROT          /BEV4/PLPROT_2        /BEV4/PLPROT_ALL      /BI0/HBUCKET          /BI0/HCALMONTH        /BI0/HCALMONTH2       /BI0/HDATE /BI0/HFISCPER         /BI0/HHALFYEAR1       /BI0/HINFOPROV      
    /BI0/HIOBJNM          /BI0/IBUCKET          /BI0/ICALMONTH        /BI0/ICALMONTH2       /BI0/IDATE /BI0/IFISCPER         /BI0/IHALFYEAR1       /BI0/IINFOPROV        /BI0/IIOBJNM          /BI0/KBUCKET        
    /BI0/KCALMONTH        /BI0/KCALMONTH2       /BI0/KDATE /BI0/KFISCPER         /BI0/KHALFYEAR1       /BI0/KINFOPROV        /BI0/KIOBJNM          /BI0/PHIER_VERS       /BI0/SALEAFNODCH      /BI0/SALEAFNODSP    
    /BI0/SBCTCOMP         /BI0/SBUCKET          /BI0/SCALMONTH        /BI0/SCALMONTH2       /BI0/SCALQUART1       /BI0/SCALQUARTER      /BI0/SCALWEEK         /BI0/SCALYEAR         /BI0/SCHNGID          /BI0/SCURRENCY      
    /BI0/SDATE /BI0/SFISCPER         /BI0/SFISCPER3        /BI0/SFISCVARNT       /BI0/SFISCYEAR        /BI0/SHALFYEAR1       /BI0/SHIENM           /BI0/SHIER_HIEID      /BI0/SHIER_NODE       /BI0/SHIER_VERS     
    /BI0/SINFOPROV        /BI0/SIOBJNM          /BI0/SLANGU           /BI0/SLOGSYS          /BI0/SNODEPOSIT       /BI0/SNORESTNODE      /BI0/SRATE_TYPE       /BI0/SRECORDMODE      /BI0/SRECORDTP        /BI0/SREQUID        
    /BI0/SSIGNCH          /BI0/SSOURSYSTEM      /BI0/STIME /BI0/STXTLG           /BI0/STXTMD           /BI0/STXTSH           /BI0/SUNIT /BI0/SWEEKDAY1        /BI0/THIER_VERS       /BI0/TWEEKDAY1      
    /CRMMW/TST /CRMMW/TST_CDB        /CVS/TA_AFRU          /CVS/TA_APP_ARTI      /CVS/TA_APP_COLO      /CVS/TA_APP_MATR      /CVS/TA_APP_SEAS      /CVS/TA_APP_SIZE      /CVS/TA_APP_STYL      /CVS/TA_BUNWT       
    /CVS/TA_CHARS         /CVS/TA_KLAH          /CVS/TA_NUM           /CVS/TA_PMS_01        /CVS/TA_PMS_02        /CVS/TA_PMS_03        /CVS/TA_PMS_04        /CVS/TA_PMS_MAGR      /CVS/TA_PMS_MAIN      /CVS/TA_PMS_WEB     
    /CVS/TA_PMS_WRP       /CVS/TA_PROC          /CVS/TA_USRID         /DSD/DE_FUPREC        /DSD/HH_DL_RECOV      /DSD/HH_DRVTXT        /DSD/HH_RAARTT        /DSD/HH_RACAD         /DSD/HH_RACKDRS       /DSD/HH_RACKDRST    
    /DSD/HH_RACL          /DSD/HH_RACOCICI      /DSD/HH_RACOCIHD      /DSD/HH_RACOCIMI      /DSD/HH_RACOLPAY      /DSD/HH_RACTR         /DSD/HH_RACVHD        /DSD/HH_RADELCD       /DSD/HH_RADELHD       /DSD/HH_RADELIT     
    /DSD/HH_RADISTYP      /DSD/HH_RADISTYT      /DSD/HH_RADS          /DSD/HH_RAEC          /DSD/HH_RAECA         /DSD/HH_RAERRIDX      /DSD/HH_RAHD          /DSD/HH_RAIVCD        /DSD/HH_RAIVHD        /DSD/HH_RAIVIT      
    /DSD/HH_RAIVPRT       /DSD/HH_RALOCKHD      /DSD/HH_RAPAYBC       /DSD/HH_RAPAYMNT      /DSD/HH_RAPAYMTT      /DSD/HH_RAPAYTYP      /DSD/HH_RAREASON      /DSD/HH_RAREASOT      /DSD/HH_RATIMTYP      /DSD/HH_RATIMTYT    
    /DSD/HH_RATS          /DSD/HH_RAVISCOD      /DSD/HH_RAVISCOT      /DSD/HH_RTATYP        /DSD/HH_RTATYPT       /DSD/HH_TBALCTRL      /DSD/HH_TBALHD        /DSD/HH_TRADAT        /DSD/HH_TRANSBEL      /DSD/LD_CR_STAT     
    /DSD/LD_DFTVAL        /DSD/ME_ACT2RFC       /DSD/ME_ASSIGN        /DSD/ME_CHANNELS      /DSD/ME_CHG_RSN       /DSD/ME_CHG_RSNT      /DSD/ME_CLR_HD        /DSD/ME_COCI_HD       /DSD/ME_COCI_ITM      /DSD/ME_COCI_PAY    
    /DSD/ME_COCI_RST      /DSD/ME_CONTACT       /DSD/ME_CPT_CAST      /DSD/ME_CPT_CHAN      /DSD/ME_CPT_C_DE      /DSD/ME_CPT_C_GL      /DSD/ME_CPT_C_SU      /DSD/ME_CPT_GROU      /DSD/ME_CPT_GRP       /DSD/ME_CPT_GRPT    
    /DSD/ME_CPT_MEST      /DSD/ME_CPT_MESV      /DSD/ME_CPT_NUMB      /DSD/ME_CPT_PANU      /DSD/ME_CPT_PNST      /DSD/ME_CPT_ROLE      /DSD/ME_CPT_SNST      /DSD/ME_CPT_STNU      /DSD/ME_CPT_USER      /DSD/ME_CPT_VEHI    
    /DSD/ME_CREDIT        /DSD/ME_CUSTKEY       /DSD/ME_CUSTKEYT      /DSD/ME_CUST_CPD      /DSD/ME_CUST_HD       /DSD/ME_DDR_BAK       /DSD/ME_DDR_RSET      /DSD/ME_DDR_STAT      /DSD/ME_DEBUG_UP      /DSD/ME_DELV_LFT    
    /DSD/ME_DEL_HD        /DSD/ME_DEL_ITM       /DSD/ME_DOCMASK       /DSD/ME_EXPS_HD       /DSD/ME_EXPTYPE       /DSD/ME_GEN_CUST      /DSD/ME_INVT_HD       /DSD/ME_INV_HD        /DSD/ME_INV_ITM       /DSD/ME_LOG_CTRL    
    /DSD/ME_MAP_FM        /DSD/ME_MAP_RULE      /DSD/ME_MAT_HD        /DSD/ME_MAT_LNK       /DSD/ME_MAT_SOR       /DSD/ME_MAT_TYPE      /DSD/ME_MAT_UOM       /DSD/ME_MESS2OBJ      /DSD/ME_MSGT2OBJ      /DSD/ME_MSG_CUST    
    /DSD/ME_MSG_HD        /DSD/ME_NUM_MAPP      /DSD/ME_NUM_PREF      /DSD/ME_NUM_TRAN      /DSD/ME_OBJECT        /DSD/ME_OBJECTT       /DSD/ME_OBJ_FM        /DSD/ME_OI_DOC        /DSD/ME_OI_INV        /DSD/ME_OPIM_HD     
    /DSD/ME_ORD_AUT       /DSD/ME_ORD_HD        /DSD/ME_ORD_ITM       /DSD/ME_PAYMENT       /DSD/ME_PAYMENTT      /DSD/ME_PAYM_HD       /DSD/ME_PAY_TYPT      /DSD/ME_PE_MEKEY      /DSD/ME_PROCSTAT      /DSD/ME_PROD_HRY    
    /DSD/ME_REVN_HD       /DSD/ME_ROLE          /DSD/ME_ROLET         /DSD/ME_ROLE_GRP      /DSD/ME_RPL_STAT      /DSD/ME_TAB2OBJ       /DSD/ME_TOUR_HD       /DSD/ME_TOUR_SHP      /DSD/ME_TOUR_STI      /DSD/ME_TRANS       
    /DSD/ME_TRANS_FS      /DSD/ME_TRANS_HD      /DSD/ME_VISIT_RT      /DSD/ME_VIST_ACT      /DSD/ME_VIST_HD       /DSD/PE_CNDRDH        /DSD/PE_CNDRDI        /DSD/PE_CNDRDQ        /DSD/PE_CNDRDV        /DSD/PE_CONFIG      
    /DSD/PE_CONVFACT      /DSD/PE_EXCHRATE      /DSD/PE_EXTPHYSI      /DSD/PE_KALSM         /DSD/PE_MEKEY         /DSD/PE_PHYSICAL      /DSD/RP_DEBGEO        /DSD/RP_DRVKTOKD      /DSD/RP_DRVLIC        /DSD/RP_DRVLOCK     
    /DSD/RP_DRVTPLST      /DSD/RP_FLTLIC        /DSD/RP_FLTLOCK       /DSD/RP_FLTTPLST      /DSD/RP_LICCAT        /DSD/RP_LICCAT_T      /DSD/RP_LMT           /DSD/RP_MOTRCAT       /DSD/RP_SETUP         /DSD/RP_SUM         
    /DSD/RP_TOH           /DSD/RP_TOP           /DSD/SL_ACTIVETA      /DSD/SL_APPLINFO      /DSD/SL_CLEARSET      /DSD/SL_CLUSTAT       /DSD/SL_CLUSTATT      /DSD/SL_CON_RN        /DSD/SL_LAYOUT        /DSD/SL_NRZUORD     
    /DSD/SL_POSTSET       /DSD/SL_SLD_FLOW      /DSD/SL_SLD_HEAD      /DSD/SL_SLD_ITEM      /DSD/SL_SLD_MBAL      /DSD/SL_SLD_PROC      /DSD/SL_SLD_QBAL      /DSD/SL_TBSO          /DSD/SL_TBSOASSM      /DSD/SL_TBSOSLTY    
    /DSD/SL_TBSOT         /DSD/SL_TCSTAMAP      /DSD/SL_TCSTATYP      /DSD/SL_TCSTATYT      /DSD/SL_TIDSAREA      /DSD/SL_TIDSARET      /DSD/SL_TIDTAARE      /DSD/SL_TIDTAART      /DSD/SL_TSLTYASM      /DSD/SL_TSLTYP      
    /DSD/SL_TSLTYPT       /DSD/VC_AUTH          /DSD/VC_AUTHT         /DSD/VC_CALTYP        /DSD/VC_CALTYPT       /DSD/VC_DELIVER       /DSD/VC_GRP           /DSD/VC_GRPT          /DSD/VC_MSGTYP        /DSD/VC_ORDER       
    /DSD/VC_TSTR          /DSD/VC_V7_PRN        /DSD/VC_VLH           /DSD/VC_VLH_R         /DSD/VC_VLP           /DSD/VC_VLP_R         /DSD/VC_VLTRADAT      /DSD/VC_VL_PRN        /DSD/VC_VPH           /DSD/VC_VPP         
    /DSD/VC_VPTYPE        /DSD/VC_VPTYPET       /DSD/VC_VSTATCON      /IBS/CRB_BA_NRKR      /IBS/CRB_BA_SRT       /IBS/CRB_BA_SRTP      /IBS/CRB_BA_SRTT      /IBS/CRB_BENORD       /IBS/CRB_BEWME_P      /IBS/CRB_BEWME_T    
    /IBS/CRB_BTCML_P      /IBS/CRB_BTCML_T      /IBS/CRB_CSG          /IBS/CRB_KLS_P        /IBS/CRB_KLS_T        /IBS/CRB_KTART_P      /IBS/CRB_KTART_T      /IBS/CRB_KTOFI        /IBS/CRB_MODID_P      /IBS/CRB_MODID_T    
    /IBS/CRB_ORGEIN       /IBS/CRB_PARSY_P      /IBS/CRB_PARSY_T      /IBS/CRB_PERIO        /IBS/CRB_PRCB         /IBS/CRB_PRODA_P      /IBS/CRB_PRODA_T      /IBS/CRB_PWVKK        /IBS/CRB_RBAA         /IBS/CRB_RBDBW_P   

    Hi eric,
             Here iam sending the log of last 20 lines.
    BR0893E Validating structure failed for index SAPSTI./BEV3/CHA_DRKKPF~0
    BR0280I BRCONNECT thread 4: time stamp: 2008-02-04 19.13.01
    BR0884I Statistics collected for table: SAPSTI./BEV3/CHA_DRKKPF, rows old/new: 18/18
    BR0280I BRCONNECT thread 4: time stamp: 2008-02-04 19.13.01
    BR0844E 100 errors occured in thread 4 - terminating processing of the thread...
    BR0280I BRCONNECT time stamp: 2008-02-04 19.13.01
    BR0848I Thread 4 finished with return code -1
    BR0280I BRCONNECT time stamp: 2008-02-04 19.13.01
    BR0879I Statistics checked for 0 tables
    BR0878I Number of tables selected to collect statistics after check: 0
    BR0880I Statistics collected for 400/0 tables/indexes
    BR0889I Structure validated for 0/445/0 tables/indexes/clusters
    BR0806I End of BRCONNECT processing: cdxeqdxt.sta 2008-02-04 19.13.01
    BR0280I BRCONNECT time stamp: 2008-02-04 19.13.02
    BR0804I BRCONNECT terminated with errors
    Thanku

  • Use of exporting parameter VIA_T777D in function module RH_READ_INFTY

    Hi,
    Can any one explain me the use of exporting parameter VIA_T777D in the function module RH_READ_INFTY.
    Regards,
    Aravind

    Closing.

Maybe you are looking for