Table M_VMVLB does not exist in ECC 5.0

Hi,
We found that table M_VMVLB is available in 4.6C system but not available in ECC 5.0.
Do yo have ay idea about this? Is there any other table created for this ?
Regards,
Umesh

Hi Umesh,
as such kind of match code tables like M_VMVLB are not longer supported by the ABAP basis, all these match code tables where replaced by normal data base tables, e.g. the content of M_VMVLB can be found in table SHP_IDX_PICK now.
General information about the changes in match codes of delivery processing can be found at the release info for 4.70 - component LE-SHP-DL.
Regards; Ulrich

Similar Messages

  • DBIF_RSQL_TABLE_UNKNOWN Table AUSPN_V1 does not exist in the database with ID R/3

    Hi All,
    We are encountering numerous short dumps in our system caused by Table AUSPN_V1 does not exist in the database with ID R/3.
    Can anyone advise how to solve the issue? Please find below portion of the short dumps.
    Category               ABAP Programming Error
    Runtime Errors         DBIF_RSQL_TABLE_UNKNOWN
    ABAP Program           SAPLCLVF
    Application Component  CA-CL-CL
    Date and Time          11.06.2014 12:08:28
    Short text
         A table is unknown or does not exist.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLCLVF" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
         A table is referred to in an SAP Open SQL statement that either does not
          exist or is unknown to the ABAP Data Dictionary.
         The table involved is "AUSPN_V1" or another table accessed in the statement.
    Source Code Extract
    Line  SourceCde
      104     if dupl = kreuz.
      105       insert auspc_v2 client specified from table auspcv2
      106                              accepting duplicate keys.
      107     else.
      108       insert auspc_v2 client specified from table auspcv2.
      109       if syst-subrc ne 0.
      110         message a585 with tabausp.
      111       endif.
      112     endif.
      113     refresh auspcv2.
      114   endif.
      115   read table auspcv3 index 1.
      116   if syst-subrc = 0.
      117     if dupl = kreuz.
      118       insert auspc_v3 client specified from table auspcv3
      119                              accepting duplicate keys.
      120     else.
      121       insert auspc_v3 client specified from table auspcv3.
      122       if syst-subrc ne 0.
      123         message a585 with tabausp.
      124       endif.
      125     endif.
      126     refresh auspcv3.
      127   endif.
      128   read table auspnv1 index 1.
      129   if syst-subrc = 0.
      130     if dupl = kreuz.
      131       insert auspn_v1 client specified from table auspnv1
      132                              accepting duplicate keys.
      133     else.
    >>>>>       insert auspn_v1 client specified from table auspnv1.
      135       if syst-subrc ne 0.
      136         message a585 with tabausp.
      137       endif.
      138     endif.
      139     refresh auspnv1.
      140   endif.
      141   read table auspnv2 index 1.
      142   if syst-subrc = 0.
      143     if dupl = kreuz.
      144       insert auspn_v2 client specified from table auspnv2
      145                              accepting duplicate keys.
      146     else.
      147       insert auspn_v2 client specified from table auspnv2.
      148       if syst-subrc ne 0.
      149         message a585 with tabausp.
      150       endif.
      151     endif.
      152     refresh auspnv2.
      153   endif.

    Hello
    Please check on transaction SE11 if this table exists and if it is active.
    Also, it may be a database issue. What is your database?
    BR
    Caetano

  • Table TTZDF does not exist on database

    HI forum
    i am installing the last SAPIDES Ehp3 Linux / Maxdb during the process of installation all job were imported sucessfully 32 of 50 , in the phase CHECK DDIC PASSWORD, the system can´t do log in.
    Review the log in the work directory (dev_w0) the follow message is generated.
    A Sat Jun 12 21:19:56 2010
    A  **GENER Trace switched off ***
    B  dbmyclu : info : my major identification is 3231713892, minor one 0.
    B  dbmyclu : info : Time Reference is 1.12.2001 00:00:00h GMT.
    B  dbmyclu : info : my initial uuid is CF0B144C2E40F845E1000000C0A00A64.
    B  dbmyclu : info : current optimistic cluster level: 2
    B  dbmyclu : info : pessimistic reads set to 2.

    C Sat Jun 12 21:20:15 2010
    C  *** ERROR =>   prepare() of C_0063, rc=1, rcSQL=-942 (POS(95) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(95) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28435b8,no=63,idc_p=(nil),con=0,act=0,slen=190,smax=256,#vars=1,stmt=0x19449e10,table=TTZDF                        
    C  SELECT "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "TIMETO" FROM "TTZDF"
    C   WHERE "CLIENT" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT"  WITH LOCK ISOLATION LEVEL 1;
    B  ***LOG BZA=> table TTZDF      does not exist on database R/3       
    B  *** ERROR => Buffer loading failed: {fcode=293, rc=32, cnt=0, table='TTZDF'}
    C  *** ERROR =>   prepare() of C_0063, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28435b8,no=63,idc_p=0x2b4da2909220,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x19449e10,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction

    C Sat Jun 12 21:20:26 2010
    C  *** ERROR =>   prepare() of C_0065, rc=1, rcSQL=-942 (POS(95) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(95) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28436e8,no=65,idc_p=(nil),con=0,act=0,slen=190,smax=256,#vars=1,stmt=0x1944e480,table=TTZDF                        
    C  SELECT "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "TIMETO" FROM "TTZDF"
    C   WHERE "CLIENT" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT"  WITH LOCK ISOLATION LEVEL 1;
    B  ***LOG BZA=> table TTZDF      does not exist on database R/3       
    B  *** ERROR => Buffer loading failed: {fcode=293, rc=32, cnt=0, table='TTZDF'}
    C  *** ERROR =>   prepare() of C_0065, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28436e8,no=65,idc_p=0x2b4da2909350,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x1944e480,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction

    C Sat Jun 12 21:20:28 2010
    C  *** ERROR =>   prepare() of C_0065, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28436e8,no=65,idc_p=0x2b4da2909350,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x1944e480,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction

    C Sat Jun 12 21:20:30 2010
    C  *** ERROR =>   prepare() of C_0065, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28436e8,no=65,idc_p=0x2b4da2909350,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x1944e480,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction

    C Sat Jun 12 21:20:31 2010
    C  *** ERROR =>   prepare() of C_0065, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28436e8,no=65,idc_p=0x2b4da2909350,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x1944e480,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction

    C Sat Jun 12 21:21:18 2010
    C  *** ERROR =>   prepare() of C_0065, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28436e8,no=65,idc_p=0x2b4da2909350,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x1944e480,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction

    C Sat Jun 12 21:21:21 2010
    C  *** ERROR =>   prepare() of C_0065, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28436e8,no=65,idc_p=0x2b4da2909350,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x1944e480,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction

    C Sat Jun 12 21:21:29 2010
    C  *** ERROR =>   prepare() of C_0066, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da2843780,no=66,idc_p=0x2b4da29093e8,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x194421a0,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction
    M  ***LOG R47=> ThResFree, delete (001024) .
    I search notes and in sdn forum any information about this error, but there isn´t information.
    How i can solve this inconsistence durant the installation for finish the SAP IDES installation.
    Hi forums
    cheking the process of the installation, the problem i wait have it  solve doing the reinstallation with any  adjust in the database release .. i will be comment the process to the solution.
    Jairo

    thie process was solved with a new installation-

  • Table Z does not exist in the database

    Hi,
    I have created a Z table and modified the DataType from NUMC to DEC and transported to Quality server
    and it is giving an information error that (Table Z does not exist in the database) then once again
    i modified the DataType from DEC to NUMC and transported to Quality server  then still it is giving an information error that
    (Table Z does not exist in the database) please help me out in this issue.
    Thanks in advance.

    Hi Jayanthumer,
    Have you Activated (Ctrl + F3) the Table in SE11 before transporting to Quality server ?
    Try to activate (Ctrl + F3) the table in SE11 of your Quality server...
    It may not be imported properly into Quality server...
    Ask to BASIS person about errors/warnings while importing to Quality Server..
    Also activate all dataelement and domains.... make sure all things are active...
    Once you activate it then it will create the table in database... till then there will be no table in database...
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • Licecache table missing Table MATRIXINDE does not exist in the database wit

    Hello,
    We recently done a system copy of our APO system, everything went well. in case of Livecache there are 2 problem
    1) when we do the integration for LCA/LDA/LCA while we mentione the Livecache server it is not taking the host name , it is only picking the IP address of the livecache server. If we tried host name, it times out.
    2) once we give the IP address as livecache server  we can start the live cache server. Bure there is only two tables in it
    when we run
    transaction Livecache Check (/SAPAPO/OM03) we get the erro i.e.Table MATRIXINDE does not exist in the database with ID LCA
    runtime error DBIF_RSQL_TABLE_UNKNOWN
    When we look into the tables there are only 2 tables in it
    AAPSYSNAME
    LCA_WARNINGS
    when I compare with other system...it is missing a lots of other tables..
    We did re-initialized the livecache.
    Appreciate your help in this

    Hello Sudhir,
    1) Did you create the SAP ticket where this issue is reported?
    2) It's good to know more details about the APO version, liveCache/LCA versions on your
        source & target systems.
        What note or document did you follow to do a system copy of our APO system?
    3) Please pay attention to the recommendations in the SAP notes:::
             877203     Post steps after the Homogenous liveCache copy usi u2026
             886103    System Landscape Copy for SAP SCM
    Thank you and best regards, Natalia Khlopina

  • OTEXBAS add on installation error: table ZAUTHCUST does not exist

    HI,
    i am installing an add on OTEXBAS. The installation terminated returning the error--- ZAUTHCUST does not exist.
    kindly suggest how to resolve this issue.
    the import log is below:
    ABAP Dictionary: Activation
    Transport request   : SAPK-301COINOTEXBAS
    System              : SPS
    tp path             : tp
    Version and release: 376.03.74 701
    Program start============================================================
    Mass Activation
    =========================================================================
    Process..................: mb4ba1025vs_12
    User.....................: DDIC
    Date, time...............: 24.03.2014, 13:32:52
    Platform.................: CUSTOMER-SPS(701)/MSSQL/WindowsNT/mb4ba1025vs
    Tool.....................: BATCH/RADMASG0
    Log......................: F, \\mb4ba1025vs\sapmnt\trans\tmp\SAPA-301COINOTEXBAS
    Program parameters:
    Input Medium...............: Transp. Request SAPK-301COINOTEXBAS
    Activation Method..........: Inactv.
    Chk Mode...................: T
    Version to be activated....: M
    Versions to be deleted.....: All versions are deleted
    Lock Against Paral. Exec...: Shared
    Independent Statistics Log.: being written
    Parallel Mode..............: Switched on
    ..Resources................: 50% of Dialog Processes, Maximum 4 Processes
    .Costs for Each Task.......: Minimum: 3.000, Maximum: 150.000
    =========================================================================
    *** Activate objects at level 2
    *** Activate objects at level 3
    *** Activate objects at level 4
    Table ZAUTHCUST does not exist
    *** Activate objects at level 5
    *** Activate objects at level 6
    *** Activate objects at level 7
    *** Activate objects at level 8
      *** Activate objects at level 9
      *** Activate objects at level 10
      *** Activate objects at level 11
      *** Activate objects at level 12
      *** Activate objects at level 13
      *** Activate objects at level 14
      *** Activate objects at level 15
      *** Activate objects at level 16
      *** Activate objects at level 17
      *** Activate objects at level 18
      *** Activate objects at level 19
            Object Activation
      End phase  001 ***********************************************************
      Start phase 002 **********************************************************
            Final log
      Following objects not activated/deleted or activated/deleted w. warning:
      (W- Enhancement category for include or subtype missing )
      (W- Enhancement category for include or subtype missing )
      (W- Enhancement category for include or subtype missing )
      (W- Enhancement category for include or subtype missing )
      Table ZAUTHCUST could not be activated
            Final log
      End phase  002 ***********************************************************
      Start phase 003 **********************************************************
            Statistics on Activated and Deleted Objects
      Number of objects to be activated............:  2276
      Objects not activated........................:  1
      Activated objects with errors in dependencies:  1
      Objects activated with warning...............:  1715
      Successfully activated objects...............:  559
      Number of objects to be deleted..............:  0
      Objects not successfully deleted.............:  0
      Successfully deleted objects.................:  0
      Tables/views with DROP/CREATE................:  0
      No. of them marked for DROP/CREATE: 0
      Not marked for DROP/CREATE: 0
      Number of nametabs to be deleted.............:  0
      Successfully deleted nametabs................:  0
      Nametabs that were not successfully deleted..:  0
            Statistics on Activated and Deleted Objects
      End phase  003 ***********************************************************
      =========================================================================
      Mass Activation
      =========================================================================
      Process..................: mb4ba1025vs_12
      Return code..............: 8
      Phase 001..................: 00:00:41 (Object Activation)
      Phase 002..................: 00:00:01 (Final log)
      Phase 003..................: < 1 sec. (Statistics on Activated and ...)
      Program runtime..........: 00:00:46
      Date, time...............: 24.03.2014, 13:33:38
      Program end==============================================================
      ABAP Dictionary: Activation
      End date and time : 20140324133339
      Ended with return code:  ===> 8 <===

    Mamta:
    I am not sure why you post these in the SAP for Utilities space.  this is for the Utilities industry.  I will move this one to ILM.
    regards,
    bill.

  • Add on OTEXBAS installation error: table zauthcust does not exist

    HI,
    i am installing an add on OTEXBAS. The installation terminated returning the error--- ZAUTHCUST does not exist.
    kindly suggest how to resolve this issue.
    the import log is below:
    ABAP Dictionary: Activation
    Transport request   : SAPK-301COINOTEXBAS
    System              : SPS
    tp path             : tp
    Version and release: 376.03.74 701
    Program start============================================================
    Mass Activation
    =========================================================================
    Process..................: mb4ba1025vs_12
    User.....................: DDIC
    Date, time...............: 24.03.2014, 13:32:52
    Platform.................: CUSTOMER-SPS(701)/MSSQL/WindowsNT/mb4ba1025vs
    Tool.....................: BATCH/RADMASG0
    Log......................: F, \\mb4ba1025vs\sapmnt\trans\tmp\SAPA-301COINOTEXBAS
    Program parameters:
    Input Medium...............: Transp. Request SAPK-301COINOTEXBAS
    Activation Method..........: Inactv.
    Chk Mode...................: T
    Version to be activated....: M
    Versions to be deleted.....: All versions are deleted
    Lock Against Paral. Exec...: Shared
    Independent Statistics Log.: being written
    Parallel Mode..............: Switched on
    ..Resources................: 50% of Dialog Processes, Maximum 4 Processes
    .Costs for Each Task.......: Minimum: 3.000, Maximum: 150.000
    =========================================================================
    *** Activate objects at level 2
    *** Activate objects at level 3
    *** Activate objects at level 4
    Table ZAUTHCUST does not exist
    *** Activate objects at level 5
    *** Activate objects at level 6
    *** Activate objects at level 7
    *** Activate objects at level 8
      *** Activate objects at level 9
      *** Activate objects at level 10
      *** Activate objects at level 11
      *** Activate objects at level 12
      *** Activate objects at level 13
      *** Activate objects at level 14
      *** Activate objects at level 15
      *** Activate objects at level 16
      *** Activate objects at level 17
      *** Activate objects at level 18
      *** Activate objects at level 19
            Object Activation
      End phase  001 ***********************************************************
      Start phase 002 **********************************************************
            Final log
      Following objects not activated/deleted or activated/deleted w. warning:
      (W- Enhancement category for include or subtype missing )
      (W- Enhancement category for include or subtype missing )
      (W- Enhancement category for include or subtype missing )
      (W- Enhancement category for include or subtype missing )
      Table ZAUTHCUST could not be activated
            Final log
      End phase  002 ***********************************************************
      Start phase 003 **********************************************************
            Statistics on Activated and Deleted Objects
      Number of objects to be activated............:  2276
      Objects not activated........................:  1
      Activated objects with errors in dependencies:  1
      Objects activated with warning...............:  1715
      Successfully activated objects...............:  559
      Number of objects to be deleted..............:  0
      Objects not successfully deleted.............:  0
      Successfully deleted objects.................:  0
      Tables/views with DROP/CREATE................:  0
      No. of them marked for DROP/CREATE: 0
      Not marked for DROP/CREATE: 0
      Number of nametabs to be deleted.............:  0
      Successfully deleted nametabs................:  0
      Nametabs that were not successfully deleted..:  0
            Statistics on Activated and Deleted Objects
      End phase  003 ***********************************************************
      =========================================================================
      Mass Activation
      =========================================================================
      Process..................: mb4ba1025vs_12
      Return code..............: 8
      Phase 001..................: 00:00:41 (Object Activation)
      Phase 002..................: 00:00:01 (Final log)
      Phase 003..................: < 1 sec. (Statistics on Activated and ...)
      Program runtime..........: 00:00:46
      Date, time...............: 24.03.2014, 13:33:38
      Program end==============================================================
      ABAP Dictionary: Activation
      End date and time : 20140324133339
      Ended with return code:  ===> 8 <===

    Hi Mamta,
    Refer to Troubleshooting section of below SAP note
    1143352 - SAP Archiving/Document Access by Open Text Installation
    Hope this helps.
    Regards,
    Deepak Kori

  • Function module does not exist in ECC 6.0

    Hi All,
    These two below function module does not exist in ECC 6.0 but exist in 4.6.Could you please let me know replacement of these two's.
    FI_DOCUMENT_ARCH_READ_SINGLE
    CHECK_IBAN_ACTIVE
    Thanks
    Mohit

    Hi,
    Thanks for your reply.Could you please give me example that how to use it.
    Thanks
    Mohit

  • The table with Name of 'Table Name' does not exist.An error occurred when loading the Model.

    The table with Name of 'Table Name' does not exist.An error occurred when loading the Model.
    We get this error when we try to check the properties of an analysis server using SQL Server Management studio(right click the instance name
    and check properties). We have resolved this issue twice by Stopping the SQL Server analysis service,removing db folders from Analysis Server Data folder and starting the services back on. The db folder that we removed was advised by the BI team.
    The SQL Server Analysis Server is 2012 SP1

    Hi RB_ORIPW,
    The table with name of 'XXX' doesn't exist.
    An error occurred when loading the model(Micorsoft.AnalysisServices)
    If I understanding correctly, you encounter the error randomly, now what you want it that avoid this issue completely, other than stop the services, detele the db filder and restart the services, right?
    The error might be caused by that the data file is corrupted. However, we cannot give you the exact reason that cause this issue. You can troubleshoot this issue by using the Windows Event logs and msmdsrv.log.
    You can access Windows Event logs via "Administrative Tools" --> "Event Viewer".  SSAS error messages will appear in the application log.
    The msmdsrv.log file for the SSAS instance that can be found in \log folder of the instance. (C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Log)
    Here is a blog about data collection for troubleshooting Analysis Services issues, please see:
    Data collection for troubleshooting Analysis Services issues
    Besides, here is fix that describe the similar issue, and it was fixed in Cumulative Update 7 for SQL Server 2012 SP1, please refer to the link below to see the details.
    http://support.microsoft.com/kb/2897263/en-us
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Table DSWP_BPM_DMD_S_NOTIFCUST does not exist

    Hi ,
    When I use Solman 4.0 SPAM/SAINT to install the new ST-SER 700 2007 1, it came the error during phase DDIC_ACTIVATION, and I checked the log, it is like :
    Table DSWP_BPM_DMD_S_NOTIFCUST does not exist.
    please help me.

    Generally, SYS's objects are not exported even with a FULL export.I was thinking that it may have had something to do with this but when I tried to create it as system then I tried to add it to the profile and it said that the function did not exist then. Then I created it as sys and it did find it (although not when doing an export). Would this have been because the password_verify_function has to be created by the sys user (pretty much every site I read about setting up a password_verify_function says to create it as the sys user) ? Or does it just have to be created in the system tablespace (my system user's default tablespace was 'users' at the time when I tried creating the function)?

  • Application object BUPA: Table TSADC does not exist

    Hi All,
    When I try to create a Business Partner in transaction fmcac1, I get the message Application object BUPA: Table TSADC does not exist, especially when I try to go back to the Address tab after clicking on any other tab on that screen. I have tried to add the table in trans BUSG but I don't know what I am supposed to assign as the FM, for example.
    I have also used the trans BUSB to try to delete the entry for TSADC but it says 'do not make any changes (SAP Entry.)' Can u pliz assist with the information I have requsted above or prescribe another solution.
    Thanx in advance.

    For the benefit of others, I was able to solve the problem by removing the entry to the RIGHT, not the WHOLE entry (which refuses becoz it's an SAP entry). This is through transaction BUSB.

  • LOG BZA= table PATCHHIST  does not exist on database

    Dear Friends,
    I am installing SAP R/3 4.7 using import method and in the last step of the installation RFC logon module (post procesing) getting the error FRF-00063 RFC logon failed with invalid interface.
    below is the R3trans log
    4 ETW000 Connected to DBMS = DB6 --- DB2DBDFT = 'TST' --- SYSTEM = 'SPP'.
    4 ETW000  [dev trc     ,00000]  { db_rtab( fcode = 'RT_INSERT', tname = 'PATCHHIST' ) {saprel.c:1350}
    4 ETW000                                                                             163  0.755328
    4 ETW000  [dev trc     ,00000]  *** ERROR in prepareStatement[dbdb6.c, 12112] CON = 0 (BEGIN)
    4 ETW000                                                                            1743  0.757071
    4 ETW000  [dev trc     ,00000]  &+     DbSlModifyDB6( SQLExtendedPrepare ): [IBM][CLI Driver][DB2/AIX64] SQL0204N  "SAPTST.PATC
    HHIST" is an undefined nam
    4 ETW000                                                                              32  0.757103
    4 ETW000  [dev trc     ,00000]  &+     e.  SQLSTATE=42704
    4 ETW000                                                                              19  0.757122
    4 ETW000  [dev trc     ,00000]  &+
    4 ETW000                                                                              19  0.757141
    4 ETW000  [dev trc     ,00000]  &+     INSERT INTO "PATCHHIST" ( "EXECUTABLE", "SAPRELEASE", "HOSTNAME", "PLATFORM", "DBVENDOR"
    , "TIMESTAMP", "PATCHNO",
    4 ETW000                                                                              20  0.757161
    4 ETW000  [dev trc     ,00000]  &+     "DBSLPATCHN" ) VALUES( ?, ?, ?, ?, ?, ?, ?, ? )
    4 ETW000                                                                              29  0.757190
    4 ETW000  [dev trc     ,00000]  &+       cursor type=NO_HOLD, isolation=UR, cc_release=NO, optlevel=5, degree=1, op_type=15, re
    opt=0
    4 ETW000                                                                              33  0.757223
    4 ETW000  [dev trc     ,00000]  &+       ABAP location info: '', 0
    4 ETW000                                                                              30  0.757253
    4 ETW000  [dev trc     ,00000]  &+
    4 ETW000                                                                              19  0.757272
    4 ETW000  [dev trc     ,00000]  &+
    4 ETW000                                                                              19  0.757291
    4 ETW000  [dev trc     ,00000]  *** ERROR in prepareStatement[dbdb6.c, 12112] (END)
    4 ETW000                                                                              28  0.757319
    4 ETW000  [dbtrtab     ,03967]  ***LOG BZA=>table PATCHHIST  does not exist on database [dbtrtab#5 @ 3967]
    4 ETW000                                                                              38  0.757357
    Kindly help me in resolving the issue.
    Thanks and Regards,
    Seshu

    Hello Seshu,
    the table should be there, so maybe there was an earlier problem durint the installation.
    Go to the directory containing the installation logs and search for errors, e.g.
    grep -i PATCHHIST *.log
    Regards,
    Mark

  • Tcode  P2W2 Does not exist in ECC 6.0 but was there in version 4.6c.

    Hello Friends,
    The Tcode P2W2 does not exist in sap version ECC 6.0 but was there in 4.6C.
    So how can i know if there is a new transaction for this provided by SAP or they have removed it as this is a standard tcode.
    In 4.6c the tcode p2w2 was calling the standard transaction sm29 with some default values. sm29 is persent in the new version.
    also if possible please tell what can be the reason we have the tcode p2w2 with some value in tcode sm29 in 4.6c.
    Regards,
    Vidya.

    Thanks for your help.
    Infact i checked it earlier also in the TSTC table the tcode p2w2 is not existing in new version while it is persent in the older version. I could make zp2w2 and i also gave the default value for sm29 and its working, but the problem is as it was a sap standard transaction so all the end user needs to be informed about the change in tcode to zp2w2 from p2w2 . This will be difficult so i want to make sure there is no other standard transaction before asking the user to use zp2w2.
    Regards,

  • Table ZCHECKPICK does not exist in the database

    Hi!
       I have a table "ZCHECKPICK" no "MANDT - Client".
       Then I inserted a field "MANDT - Client"  and executed SE14 to "Active and adjust database".
        The table is now "does not exist in the database" but the struture is ok.
      What do i do to get the table in DataBase again?
    <Priority normalized in subject line>
    Edited by: Vinod Kumar on Sep 13, 2011 9:32 AM

    Dear Clayton,
    you can try a few things
    1) generate/activate the table prior to call SE14.
    2) after confirming that the table is well generated, go to SE14 and choose "Delete Database Table"
    3) then, still on SE14, click on "Activate and Adjust database"
    [http://imageshack.us/photo/my-images/607/20110913010743.jpg/]
    That should fix it.
    Kind Regards
    /Ricardo Quintas

  • Problem - STD Task does not exist in ECC 6.0

    Hi All,
    While looking for SAP standard Workflows in ECC 6.0, I am able to go to
    Workflow --> Activiy --> Task, but after that I am not able to go inside the task and see the properties/ specifications of the task, its not giving any error msg, but its not navigating to the task screen.
    I have tried other way also, i have copied the task number and pasted it in task with task type as "standard task" in PFTC, n tried to display it , but it is throws the message as "task does not exist".
    Same thing happens if I copy any workflow number , paste it in task with task type as "Workflow Template" n try to display in PFTC.
    Because of this problem I am not able to use any standard task in my zworkflow.
    It will be great if someone can tell the possible cause and solution of this problem.
    Thanks
    Priya

    Hey Priya,
    Its standard Leave workflow's Standard Task, Then as Mark and others said, please check the authorization stuff. Also please remember not to give TS when you select the Standard Task.
    Regards
    <i><b>Raja Sekhar</b></i>

Maybe you are looking for