'No active nametag exists for '

when i'm trying to load from 2lis_02_itm to cube 0pur_c01.Its giving the error mas like 'No active name tag in the system'.
And in the status tab
Error message when processing in the Business Warehouse
Diagnosis
An error occurred in the SAP BW when processing the data. The error is documented in an error message.
System response
A caller 01, 02 or equal to or greater than 20 contains an error meesage.
Further analysis:
The error message(s) was (were) sent by:
Update.
The data is directly feeding to cube.
ITs not mentioning any table..........
This is an urgetn requirement.
Thanks

Thats not tag its nametab.

Similar Messages

  • No active nametab exists for...

    Hi,
    I try to maintain BOM data by CSAP_MAT_BOM_MAINTAIN bapi. Everthing works ok when I use example code of this function module. But when it comes to terms deleting an item from BOM, I always get error :
    "No active nametab exists for CI_STPO".
    But it also deletes the item. Do you have any idea?
    *---- BOM header data structure
    data: begin of tstk2.
              include structure stko_api02.
    data: end of tstk2.
    *---- BOM items table
    data: begin of tstp3 occurs 0.
              include structure stpo_api03.
    data: end of tstp3.
    DATA tstko TYPE stko_api01.
    *---- Object dependencies table
    *     Basis data
    data: begin of tdep2_data occurs 0.
             include structure dep_data.
    data: end of tdep2_data.
    *     Description
    data: begin of tdep2_descr occurs 0.
             include structure dep_descr.
    data: end of tdep2_descr.
    *     Source
    data: begin of tdep2_source occurs 0.
             include structure dep_source.
    data: end of tdep2_source.
    *     Sequence
    data: begin of tdep2_order occurs 0.
             include structure dep_order.
    data: end of tdep2_order.
    *     Documentation
    data: begin of tdep2_doc occurs 0.
             include structure dep_doc.
    data: end of tdep2_doc.
    data: flg_warning like capiflag-flwarning.
    *data : error_code type BAPI_MSG.
    *- Initialize database log
       call function 'CALO_INIT_API'
            exceptions
                 log_object_not_found     = 1
                 log_sub_object_not_found = 2
                 other_error              = 3
                 others                   = 4.
       clear tstp3.
       tstp3-id_item_no = '0050'.                    "Item identification.
       tstp3-fldelete   = 'X'.
       append tstp3.
    *- Change BOM
       call function 'CSAP_MAT_BOM_MAINTAIN'
            exporting
                 material   = MATNR
                 plant      = PLANT
                 bom_usage  = BOM_USAGE
                 valid_from = VALID_FROM
                 fl_bom_create = ' '
                 fl_new_item = ' '
                 i_stko  = tstko
            importing
                 fl_warning = flg_warning
                 o_stko     = tstk2
            tables
                 t_stpo       = tstp3
            exceptions
                 others  = 1.
       if sy-subrc eq 1.
    *---- Error
    *     Please see log
          ERROR_CODE = 'Tanu0131msu0131z hata. Baku0131m ekranu0131 açu0131k olmasu0131n?'.
       endif.
       if flg_warning eq 'X'.
    *---- Please see log for information, warning messages, and success
    *     messages.
    *      MESSAGE ID sy-msgid TYPE 'E' NUMBER sy-msgno
    *WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
              CALL FUNCTION 'MESSAGE_TEXT_BUILD'
               EXPORTING
                    msgid               = sy-msgid
                    msgnr               = sy-msgno
                    msgv1               = sy-msgv1
                    msgv2               = sy-msgv2
                    msgv3               = sy-msgv3
                    msgv4               = sy-msgv4
               IMPORTING
                    message_text_output = ERROR_CODE.
       Endif.

    CI_STPO is a customer include in which you can put some specific fields
    probably you call a user-exit that is used to maintain fields of this customer include and it does try to find the structure of it (which does not exist)

  • Help error on activation  -       No active nametab exists for SY

    In ABAP web dynpro I create a SERVICE CALL. Everything looks ok, but when I activate this project,
    it displays an error message as the following:
    Web Dynpro Comp. / Intf. ZW_Test_BAPI, Web Dynpro Component Controller
    No active nametab exists for SY
    When I click on the error message, it brings my cursor to the import value of the component controller context.
    What is going on here? Can someone help me?
    Thanks

    Changed the type to something other than SY-datum

  • No active nametab exists for SY

    Hi,
    I have created a BAPI and it has IMPORT and EXPORT values. I have checked the REMOTE-ENABLED MUDULE redio buttoms.
    This bapi works perfectly well for Java Web Dynpro.
    I now create a ABAP web dynpro and create a SERVICE CALL. Everything looks ok, but when I activate this project,
    it displays an error message as the following:
    Web Dynpro Comp. / Intf. ZW_Test_BAPI, Web Dynpro Component Controller
    No active nametab exists for SY
    When I click on the error message, it brings my cursor to the import value of the component controller context.
    What is going on here? Can someone help me?
    Thanks
    AS

    Hi Anna,
    I got the same problem with a customer of mine. I'm looking for a solution but I am unable to find anything at this moment.
    I thought that regenerating objects from SGEN transaction would solve this problem. Also, I've checked inactive object in SE80 transaction but nothing yet.
    Could you please tell me how did you solve this?
    Thanks in advance,
    Tomás Vírseda

  • No Active Nametab exist for - while deleting master data

    Hi,
    We are deleting a master data record in production and while saving the master data we are getting an error like "No Active Nametab exist for". And while going back the screen it is giving an error as "Table /BIC/YZEMPLOYEE does not exist". How do we resolve this and is there any program to delete the master datAny help is greatly appreciated.
    Regards
    Vijay

    Hi,
    Check this  OSS Note 211492.
    Hope this will resolve the issue..
    Best Regards,
    VVenkat..

  • "No activity prices exist for" --- **Important**

    Hello All,
    I encounter a warning message of the following type
    No activity prices exist for 30031316OH/3MET when I try ot maintain an entry for the user in CAT2.
    Suprisingly, the cost centre mentioned in the warning message above (30031316OH) is different from the cost centre maintained for an employee in the info type 315 which happens to be 30058212OH.
    It's neither the cost centre available in the 0001 infotype for an employee.
    So my question here is, where from this cost centre is picked to be populated in the error message?
    Anybody else face this issue?
    Am I missing any configuration here?
    Your advise on this is highly appreciated as this is important.
    Thank you in advance,
    VV

    cost center is picked from the work center. u can see in tcode cnr2 in costing tab page.
    now important for u is check whether cost center and activity type has been given properly there or not. after this check whether dates are maintained properly or not and also check ur activity, cost center should be avilablae on dates, after this check tcode kp26  whether rates has been maintained with proper cost center and activity type and again check rates are maintianed for current date.
    Regards
    Abhishek Sinha
    Idhasoft, India

  • KB21N--No activity prices exist for 0000013541/O2N110

    Hi Friends,
    While doing KB21N am not able able to enter total price and getting error message that
    No activity prices exist for 0000013541/O2N110
    Message no. BK057
    Diagnosis
    You want to charge activity O2N110 from cost center 0000013541. However, you have not planned the activity for the
    u2022     combination 0000013541/O2N110 in actual version "000"
    u2022     or you have not fixed any activity prices in activity planning
    Procedure
    Plan the activity price for activity type O2N110 on cost center 0000013541.
    Note that only prices of version "000" are included in the cost allocations.
    Any pointers
    Rgds

    Resolved the issue ,
    closing the thread
    Thanks Ahemad.
    Regards
    Ashutosh

  • Actual activity price does not exist for cost center / activity type

    Hi,
    We are trying to upload the time sheet related data(number of hours an employee workred on a project) ect from Non SAP to SAP.
    We have used a customized program and have loaded the data from se38.
    All this HR data will be saved in CAT2
    Later we transfer the time related data into SAP FI/CO using CAT7.
    +When  tested  with a couple of employees time sheets, they got uploaded in SE38 proerly and when transfered it through CAT7 it was properly taking the hour*rate is cost and was reflecting in the respective cost element.
    For a few time sheets in SE38 we were getting an error saying that the cost center(100501)/ activity type(EAT001) does not exist for 2010.
    Hence we have taken, FY 2010, the cost centes and activity types in KP26 and have given the planned Activity as 1. No planned cost in KP06.
    We have run the price calculation forr the FY 2010.
    Then we were able to uplaod the time sheets, but when we tried to transfer the data through CAT7, it throws an error saying no activity price exist for cost center 100501/ activity type EAT001. If I ignore the warning an proceed, no amount is being calculated.
    When uploaded employee time sheets before, all the cost were getting claculated and were entering into  the respective cost elements, but now no amounts are being calculated and it is taking Zero.
    When checked the previous years data i.e, 2009 all amounts are fine, in KSII I can see the activity quantity filled with some numbers in 2009, where from are they comming? I have checked KBk6 nothing was mentioned.
    PLease assit
    Regards,
    shilpa

    Hi
    I never used CAT* though, but the error means that you need to maintain a activity price in KBK6 (Actual price)
    Regards
    Ajay M

  • 'No detailed information exists for this person'  while adding new reviewer

    Hi All,
    <b>This is an extremely urgent issue.</b>
    We are getting the following message in SRM while adding a new approver to the Shopping cart once the - 'No detailed information exists for this person'
    <b>We have implemented the following OSS Notes in the SRM 5.5 system, Release 700 after rasing a call with SAP.
    SAP Pilot OSS note - 1002957
    Other OSS Notes -
    999528 Adding Ad Hoc Approver fails due to comit erro...
    722357 Ad hoc: Commit control with ad hoc enhancement...
    990467 Commit Problem with AdHoc Agents...
    984582 Problems with Posting Container Data (ad Hoc
                            agent...
    947296 Inserted/changed approver is not transferred...
    910925 SRM Workflow: Ad-hoc agent not found...
    803628 BADI workflow: You cannot add an approver</b>
    Here are the details
                          <b>Cannot add additional approver</b>
                            We are now on SRM 5.5 and a document attached shows the
                            patch levels
                            from SPAM.
                            In shop transaction, it is possible to change the
                            default approvers,
                            but not possible to Add.
                            When we add, the system shows the list of available
                            approvers, allows
                            selection, but "transfer" button does not actually
                            transfer.
                            When the cart is saved, the added approval shows as "no
                            approval
                            available".
                            We are using the standard workflows for 2 step approval.
                            A document is attached to show what happens and the
                            results of checks
                            we have performed.
                            BUS2121 also shows as ok when checked.
    Any pointers what could be possible reasons.
    <b>Points for sure. !!</b>
    Regards
    - Atul

    Hi Atul,
    Here is the list.
          |-----     0000702787 EBP 4.0: Message "Enter a country"
          |-----     0000732828 E-mail messages for work items with incorrect line break
          |-----     0000735026 Memory problems at BBP_GETLIST_INDEX_FILL
          |-----     0000804317 SRM40/SUS/PO: PO inbound with error BBP_PD 147
          |-----     0000862851 PO not ordered due to different locations error
          |-----     0000902956 Changing Account assignment category BE Limit service PO
          |-----     0000911446 No reservation is created
          |-----     0000917869 SRM 5.0: PPOMV_BBP - Vendor address tab page
          |-----     0000919553 SRM 5.0: Termination of output preview for invalid partner
          |-----     0000920363 Shopping cart transfer: Sourcing indicator is not set
          |-----     0000924218 SRM 5.0: wrong error message for non existant auth. PurchOrg
          |-----     0000924811 SRM5.0: Javascript error on document screen
          |-----     0000926750 Shopping cart: Unit of measure is not restored
          |-----     0000926878 Link for expanding details in the shopping cart too small
          |-----     0000927142 SRM5.0: Browser hangs up during attachment upload
          |-----     0000938168 SRM50: Message "No default value from vendor master"
          |-----     0000938296 JavaScript runtime error in the bid invitation
          |-----     0000940805 BBPS_SC_APP_SOS cannot be enhanced
          |-----     0000941935 External requirements displayed as a reference
          |-----     0000942742 Update is cancelled if new source of supply is found
          |-----     0000944592 No location when vendor has changed
          |-----     0000944918 ECS: Find back end purchasing group as a responsible group
          |-----     0000945601 Termination when you display purchase order item detail
          |-----     0000948425 Shopping basket changeable although already approved
          |-----     0000953238 Shopping cart history in the sourcing cockpit
          |-----     0000954066 Follow-On Documents Tab does not get Highlighted
          |-----     0000954409 Error message during approval of a confirmation
          |-----     0000955377 Long runtimes for workflows with blocks
          |-----     0000956108 Empty worklist after clicking button 'Find'
          |-----     0000956723 BBPMAININT:Bus. partner display switches to maintenance mode
          |-----     0000956797 RUSRM50: Limit Purchase Order Functional Area Error Message
          |-----     0000957884 Category Management: Data disappears after program SAVE
          |-----     0000958045 BBPSC04: Delete icon not hidden despite screen variant
          |-----     0000958349 Final delivery with quantity 0
          |-----     0000959528 During PO creation wrong error message BBP_PD 428
          |-----     0000960169 Favorites not saved for 'Purchase for'
          |-----     0000961422 BBP_MON_SC: No search help for 'Created By'
          |-----     0000962093 BBP_VENDOR_CREATE: Refresh BP data
          |-----     0000962252 BBP_GETLIST_INDEX_FILL: Incorrect processing statistics
          |-----     0000962474 Error after changing partner data
          |-----     0000964132 Approval Preview for Rejected Items: Wrong User's Inbox
          |-----     0000964361 Cannot find employee of vendor
          |-----     0000964455 Country for the PO box is initial
          |-----     0000964911 Kopieren von Alertkategorien: Containerelemente verschwinden
          |-----     0000966072 Download of material fails - set type COMM_PR_UNIT
          |-----     0000966323 Service Item: Not able to create PO in ERP backend
          |-----     0000967429 Approval buttons not updated after release
          |-----     0000967615 Performance of BBP_PD_PO_GETDETAIL may be poor
          |-----     0000968110 Transfer canceled, account assignment acc. to value/quantity
          |-----     0000968251 BBPSC02:In source of supply preferred vendor not validated
          |-----     0000969091 SRM does not support passwords longer than 8 characters
          |-----     0000982293 Ext requirements: Purchasing group data not transferred
          |-----     0000982448 Impossibility to delete an item in PO
          |-----     0000982674 Change PO quantity does not update account assign quantity
          |-----     0000983130 Search for back-end purchase orders using the requester name
          |-----     0000984184 BADI BBP_ALERTING active but its implementation isn't called
          |-----     0000985179 Delete button active for backend service entry sheets
          |-----     0000990264 Multiple confirmations cannot be posted for service & limit
          |-----     0000996104 No catalog when confirming back-end blanket purchase orders
          |-----     0001003408 BBPCF: Cannot Add Catalog Item to Confirmation for Limit PO
         0001010791 Flag Confirmation based Invoice Verification set erroneous
    Kind regards,
    Yann

  • No Part I exists for availing credit in excise invoice Message no. 4F112

    Hi All,
    I am getting an error "No Part I exists for availing credit in excise invoice Message no. 4F112" when I am trying to post J1IEX.
    I tried to update the part I through "J1I5 (Classification ROP)" and error is List contains no data.
    I tried to capture the material document in J1IEX and system gives me error "The material document has already been referred for a different Exc. Inv."
    Table J_1IPART1 entries are available for the same and I am getting the internal no in MIGO excise tab.
    Following prerequisites are maintained,
    J1ID details for material (Raw Material), Vendor and Plant are maintained.
    Movement type 101 is active for RG, 23A and 23C.
    A/C detrmination for transation type GRPO is maintained.
    Thanks a lot in advance

    Pls check SAP note 1522742 & 1521903
    Regards,
    Vipin

  • Error message: Multiple definitions exist for interface

    Hi experts,
    I am developing a scenario that involves a BPM, that receives a certain abstract interface, and sends out another abstract interface.
    I have created a service interface for the result abstract interface.
    I have tested the before BPM and it worked, but now it has stopped working.
    In the java ui no errors are seen, and the BPM activates successfully, but in transaction SXI_CACHE the BPM is in status 99, and in the activation log there is a message saying: Multiple definitions exist for interface [Name of the result abstract interface].
    I have tried activating the service interface, the BPM, and doing a delta cache refresh, but it didn't change.
    What can I do to solve this problem?
    Thanks in advance,
    Gershon Osmolovski

    Hi Gershon,
    Try following thing, might help.
    Go to ID and check which communication component you have created. Check if there is any other inactive version of it. If it is existing.Delete it.
    Edit and activate the original Communication component and do cache refresh.

  • 11.5.10.2 to R12.1.1 upgrade : AutoPatch warning : Product Data File $APPL_TOP/admin/*prod.txt does not exist for product

    Hello Sir,
    OS version : AIX 6.1
    DB version : 11.2.0.3
    EBS version : 11.5.10.2
    As a part of 11.5.10.2 to R12.1.1 upgrade, I am applying merged patch (9179588:R12.AD.B) with 9477107:R12.AD.B and patch 7461070(R12.AD.B.1 upgrade driver).
    I can see AutoPatch warning messages during adpatch session as below so I have not yet started this merged patch. Please suggest.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    drix10:/fmstop/patches/R1211AD/merge>adpatch
                         Copyright (c) 2002 Oracle Corporation
                            Redwood Shores, California, USA
                             Oracle Applications AutoPatch
                                     Version 12.0.0
    NOTE: You may not use this utility for custom development
          unless you have written permission from Oracle Corporation.
    Attention: AutoPatch no longer checks for unapplied pre-requisite patches.
    You must use OAM Patch Wizard for this feature. Alternatively, you can
    review the README for pre-requisite information.
    Your default directory is '/fmstop/r12apps/apps/apps_st/appl'.
    Is this the correct APPL_TOP [Yes] ?
    AutoPatch records your AutoPatch session in a text file
    you specify.  Enter your AutoPatch log file name or press [Return]
    to accept the default file name shown in brackets.
    Filename [adpatch.log] : adpatch_u_merged_R12AD11.log
    You can be notified by email if a failure occurs.
    Do you wish to activate this feature [No] ?
    Please enter the batchsize [1000] : 2000
    Please enter the name of the Oracle Applications System that this
    APPL_TOP belongs to.
    The Applications System name must be unique across all Oracle
    Applications Systems at your site, must be from 1 to 30 characters
    long, may only contain alphanumeric and underscore characters,
    and must start with a letter.
    Sample Applications System names are: "prod", "test", "demo" and
    "Development_2".
    Applications System Name [FMSTEST] : FMSTEST *
    NOTE: If you do not currently have certain types of files installed
    in this APPL_TOP, you may not be able to perform certain tasks.
    Example 1: If you don't have files used for installing or upgrading
    the database installed in this area, you cannot install or upgrade
    the database from this APPL_TOP.
    Example 2: If you don't have forms files installed in this area, you cannot
    generate them or run them from this APPL_TOP.
    Example 3: If you don't have concurrent program files installed in this area,
    you cannot relink concurrent programs or generate reports from this APPL_TOP.
    Do you currently have files used for installing or upgrading the database
    installed in this APPL_TOP [YES] ? YES *
    Do you currently have Java and HTML files for HTML-based functionality
    installed in this APPL_TOP [YES] ? YES *
    Do you currently have Oracle Applications forms files installed
    in this APPL_TOP [YES] ? YES *
    Do you currently have concurrent program files installed
    in this APPL_TOP [YES] ? YES *
    Please enter the name Oracle Applications will use to identify this APPL_TOP.
    The APPL_TOP name you select must be unique within an Oracle Applications
    System, must be from 1 to 30 characters long, may only contain
    alphanumeric and underscore characters, and must start with a letter.
    Sample APPL_TOP Names are: "prod_all", "demo3_forms2", and "forms1".
    APPL_TOP Name [drix10] : drix10 *
    You are about to apply a patch to the installation of Oracle Applications
    in your ORACLE database 'FMSTEST'
    using ORACLE executables in '/fmstop/r12apps/apps/tech_st/10.1.2'.
    Is this the correct database [Yes] ?
    AutoPatch needs the password for your 'SYSTEM' ORACLE schema
    in order to determine your installation configuration.
    Enter the password for your 'SYSTEM' ORACLE schema:
    The ORACLE username specified below for Application Object Library
    uniquely identifies your existing product group: APPLSYS
    Enter the ORACLE password of Application Object Library [APPS] :
    AutoPatch is verifying your username/password.
    The status of various features in this run of AutoPatch is:
                                               <-Feature version in->
    Feature                          Active?   APPLTOP    Data model    Flags
    CHECKFILE                        Yes       1          1             Y N N Y N Y
    PREREQ                           Yes       6          6             Y N N Y N Y
    CONCURRENT_SESSIONS              No        2          2             Y Y N Y Y N
    PATCH_TIMING                     Yes       2          2             Y N N Y N Y
    PATCH_HIST_IN_DB                 Yes       6          6             Y N N Y N Y
    SCHEMA_SWAP                      Yes       1          1             Y N N Y Y Y
    JAVA_WORKER                      No        1          -1            Y N N Y N N
    CODELEVEL                        No        1          -1            Y N N Y N N
    Identifier for the current session is 2987
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/eaaprod.txt
    does not exist for product "eaa".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/abmprod.txt
    does not exist for product "abm".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/evmprod.txt
    does not exist for product "evm".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/ipdprod.txt
    does not exist for product "ipd".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/zfaprod.txt
    does not exist for product "zfa".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/zsaprod.txt
    does not exist for product "zsa".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/cssprod.txt
    does not exist for product "css".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/meprod.txt
    does not exist for product "me".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/xnmprod.txt
    does not exist for product "xnm".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/xncprod.txt
    does not exist for product "xnc".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/xnsprod.txt
    does not exist for product "xns".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/fptprod.txt
    does not exist for product "fpt".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/okrprod.txt
    does not exist for product "okr".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/cueprod.txt
    does not exist for product "cue".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/ibaprod.txt
    does not exist for product "iba".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/ozpprod.txt
    does not exist for product "ozp".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/ozsprod.txt
    does not exist for product "ozs".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/rlaprod.txt
    does not exist for product "rla".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/vehprod.txt
    does not exist for product "veh".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/rhxprod.txt
    does not exist for product "rhx".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/imtprod.txt
    does not exist for product "imt".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/ahmprod.txt
    does not exist for product "ahm".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/okbprod.txt
    does not exist for product "okb".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/okoprod.txt
    does not exist for product "oko".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/xniprod.txt
    does not exist for product "xni".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/jtsprod.txt
    does not exist for product "jts".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/amfprod.txt
    does not exist for product "amf".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    AutoPatch warning:
    Product Data File
    /fmstop/r12apps/apps/apps_st/appl/admin/cunprod.txt
    does not exist for product "cun".
    This product is registered in the database but the
    above file does not exist in APPL_TOP.  The product
    will be ignored without error.
    Reading database to see what industry is currently installed.
    Reading FND_LANGUAGES to see what is currently installed.
    Currently, the following language is installed:
    Code   Language                                Status
    US     American English                        Base
    Your base language will be AMERICAN.
    Setting up module information.
    Reading database for information about the modules.
    Saving module information.
    Reading database for information about the products.
    Reading database for information about how products depend on each other.
    Reading topfile.txt ...
    Saving product information.
    Trying to obtain a lock...
      Attempting to instantiate the current-view snapshot...
      No baseline bug-fixes info available. Will attempt next time.
         **************** S T A R T   O F   U P L O A D ****************
    Start date: Sun Aug 04 2013 18:45:12
    0 "left over" javaupdates.txt files uploaded to DB: Sun Aug 04 2013 18:45:12
    0 patches uploaded from the ADPSV format patch history files: Sun Aug 04 2013 18:45:12
    Uploading information about files copied during the previous runs ...
    0 "left over" filescopied_<session_id>.txt files uploaded to DB: Sun Aug 04 2013 18:45:12
         ****************** E N D   O F   U P L O A D ******************
    End date: Sun Aug 04 2013 18:45:12
    Enter the directory where your Oracle Applications patch has been unloaded
    The default directory is [/fmstop/patches/R1211AD/merge] :
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    I checked under 11i $APPL_TOP/admin directory, I can see only one izuprod.txt file apart from applprod.txt.
    drix10:/fmstop/fmstest/fmstestappl/admin>ls -lrt *prod.txt
    -rwxr-xr-x    1 appltest dba          231650 Oct 30 2004  applprod.txt
    -rwxr-xr-x    1 appltest dba            4966 Sep 21 2007  izuprod.txt
    R12 code tree is newly installed so there is only applprod.txt
    drix10:/fmstop/r12apps/apps/apps_st/appl/admin>ls -lrt *prod.txt
    -rwxr-xr-x    1 appltest dba          226340 Jul 29 15:19 applprod.txt
    Please suggest if I can ignore these warning to proceed with applying merged patch.

  • FI-SD Error FF805  No tax item exists for tax code R4 in a G/L account ite

    Dear, I have create IN ECC 6.0 a sales orden whit the following conditions
                                                                 CONDITION VALUE
    VKPO   Price Sales                0,00   EUR
    MWS     Sales Tax     4,000 %     0,00   EUR
    ZGGM    recharges                 100,00   EUR
    I have creata a billing document but when I execute the vf02 transaction for Release to Accountg apper the following error message
         Message no. FF805
    Diagnosis
         No tax item exists for tax code R4 in a G/L account item. A possible
         cause is an incorrect transfer of parameters by the application to the
         Accounting interface.
    The pricing procedure is
    1     0     VKP0 2     2   5     0                                                                  6
    10     0     MWST  Sales Tax     S1016
    30     0                              2     4
    40     0     ZGGM30     5     5       
    This process work correctly in 4.5b version but not work in ECC 6.0
    I have cheking the note 112609 and other notes but work
    thanks

    Hi,
    Error message FF805 is usually due to configuration issues.
    Tax conditions, especially the main ones UTXJ or MWST can not have a condition base value that is 0. If you are using UTXJ, the condition needs to be statistical and 100%. This condition controls how all the remaining tax conditions are calculated; and how the tax codes are determined.
    Another cause of the error message is due to the reference steps in the pricing procedure. If the tax condition references a line that is not calculated in your document, the base value is 0 and you get the error. These reference steps also control how the tax codes are distributed. If you have conditions that are active and do not have a tax code, they are not within the reference for the tax condition, and you will get this error message. You must also have an active price for the tax condition to copy to when the billing document is released to accounting.
    Please also checknotes 327373, 400766, 385127..
    Hope this will help.
    Regards,
    Naveen.

  • Error in activating status profile for SVT

    Hi,
    I've been trying to activate status profile EHS_SO for SVT in REACH compliance version 2.0 . But I am stuck.
    When I save a sales order, a message-'Error when activating status 0001 for status profile EHS_SO in order XXXXXX' has come up. My IMG settings are as follows:
    Sales documentr: No existing status profile used
    Status profile: EHS_SO added with status SD
    Environment parameter:SVT_SO_PROFILE: EHS_SO
                                          SVT_SO_STATUS: 0001 used
    Activate Status profile: STUCK (can't figure out the object type for VBP object type category)
    Does anyone know?

    Hello Bomi,
    Please see SAP note # 1111196. It talks about Status profile for sales order and status profile for production orders for online check for SVT.
    May be useful to you.
    Regards,
    Niraj

  • Problem in merge statement -ORA-27432 Step does not exist for chain

    Hi
    I m getting ORA-27432 Step does not exist for chain error in merge statement.Please explain the same.
    MERGE INTO fos.pe_td_hdr_sd B
    USING (
             SELECT ACTIVE, ADDUID, ADDUIDTIME,TDKEY         FROM pe.pe_td_hdr
              WHERE  (adduidtime like '20070104%' or edituidtime like '20070104%')
              AND NVL(legacy_td,'N')<>'Y'
              AND SUBSTR(adduidtime,1,4)='2007'
              AND AMENDMENT_NO=0)A ON ( B.TDKEY = A.TDKEY)
      WHEN MATCHED THEN
        UPDATE SET B.ACTIVE=A.ACTIVE,
    B.ADDUID=A.ADDUID,
            B.ADDUIDTIME=A.ADDUIDTIME
      WHEN NOT MATCHED THEN
                      INSERT
                              B.ACTIVE,
                              B.ADDUID,
                              B.ADDUIDTIME)
                        VALUES(
                              A.ACTIVE,
                              A.ADDUID,
                              A.ADDUIDTIME)This query is a short version of the main query.It is same but having 180 columns in original table.

    What version of Oracle are you using? This message does not appear in my 10.1 Error Messages document, but the other messages in that range seem to be about DBMS_SCHEDULER.
    Are you using scheduler somewhere around where you are getting the error message?
    John

Maybe you are looking for

  • Count rows in shema tables

    have some one a sample script or query for exaple; to count the records thats is in the table in database A and B in one schema.

  • From LV 10 to labview 2009

    How you guys doing ? can you please do the conversion for me to version 2009 ? Thank you guys   Bill David Solved! Go to Solution. Attachments: Read raw data mod_HR_detrend_denoise(5).vi ‏98 KB

  • Dialog Work process being blocked

    Hi All , I deleted one of the sessions using ctrl + alt + del in one of my application server. Now when i checked using work process overview through sm51 in that application server (logged in through other application server). The dialog work proces

  • Dynamic select options

    Hi, I need help in creating dynamic selections. I am working on a report program. My requirement is to generate the dynamic selection fields based on the name of table. There is a selection parameter as table name. When user enter table name and hit

  • FRF-00063  RFC logon failed with message: Failed: Connect to SAP gateway fa

    We are getting below error while installing CRM 4.1 on oralce,sunsolaris. ERROR      2007-09-27 01:19:46            CJSlibModule::writeError_impl() FRF-00063  RFC logon failed with message: Failed: Connect to SAP gateway failed Connect_PM  GWHOST=uap