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..

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

  • Error while deleting master data (Message no. RSDMD118)

    Dear all,
    I am performing a test to create and delete new Company Codes in Consolidation Workbench.
    Creation of new Company Codes went on successfully but deleting them give me the following error message upon saving:
    Error while deleting master data
    Message no. RSDMD118
    Since they are new Company Codes, they have not been used and stored in any BW cubes. Any idea on why BCS prevents me from deleting them?
    Appreciate assistance to troubleshoot and resolve this error.
    Thank you.

    Thank you both for your replies.
    I am sure those are not the case here as I deleted the Company immediately after creating it.
    Just to make sure, I performed "Where-Used List" again and BCS confirmed that it is not being used anywhere:
    Use of: Company UAT1 UAT Company 1
    Number of Uses Found: 0 
    However, the same error message was displayed again after I tried to delete the Company and save the configuration. Still can't find any solid reason behind this.

  • Error while deleting master data

    Hello all,
    i require some help.
    i am unable to delete some record from the master data it gives me a message "y table for the characteristic does not exist". the master data object does not contain any navigational and time depended attributes.
    the BW system is upgraded to 7.0.

    hi shakir,
    if u use this links, u can get some idea
    Q table - Time dependent master data attributes
    Y table - Interface between master data SIDs and time dependent navigational attributes SIDs (Q is linked to the Y table)
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6365e07211d2acb80000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/2e/caceae8dd08e48a63c2da60c8ffa5e/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/13/c3e7379899d06fe10000009b38f8cf/content.htm
    with hopes,
    Raja Singh

  • 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

  • "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

  • Deleting master data after loading transactional data using flat file

    Dear All,
    I have loaded transaction data  into an infocube using a flat file . While loading DTP i have checked the  option "load  transactional data with out master data exists" . So transactional data is loaded even if no master data is there in BW.
    While loading the flat file, I made a mistake for DIVISION Characteristic  where original master data value is '04000' , but i loaded the transactional data with value '4000' .Then i later realized after seeing the data from the infocube and deleted the request. then i reloaded data with value '04000'. Till now every thing is fine.
    But when I see the master data for DIVISION , i can see a new entry  with value '4000'.
    My question is how to delete the entry value '4000' from DIVISION. I tried deleting manually this entry from 'maintaining masterdata' , but it is not allowing me to do so .
    I have also checked if any transactional data exists for that value '4000' , as i said earlier I have deleted the transactional data with that values. even tried to delete the entries from the master data table, but i donot see a option to delete entries there.
    Please suggest me on this.
    Regards,
    Veera

    Hi,
    Goto RSA1 right click on the Info object and select Delete Master data. This will delete the master data unused existing in the table.
    If this master data is not used any where else just delete the master data completely with SID option.
    If even this doesnt work you can delete the complete table entire in SE14. But this will wipe out the entire table. Be sure if you wanna do this.
    Hope this helps
    Akhan.

  • Delete Master Data - with or without sids

    Hi
    i am working on 0customer_attr
    now when i right click and see master data it has 100 records
    the same in r3 has 85 records.
    so i thought i will try to delete master data and then load again.
    so i right cick on 0customer and choose Delete master data.
    now if i go back and see data for 0customer it still exists.
    q1. what is the approach to delete and reload master data so between r3 and bw synchronization exists ???
    q2. should i select with SIDS or without SIDS ???
    how to rectify this error.
    thank

    Hi,
    Q1..how can i find which transaction data is using those records ?
    Doubleclick on the Master data IO. In the right pane you will find "Where-Used List" option. Click on that. It will give you the entire list of BW objects(DSO, Cube etc) in which your Master data IO is used.
    q2. How can i delete transaction data
    Right click on the Data targets(DSO, Cube etc) in which your master data IO is used, select the option Delete Data.
    (or) Right click on the Data targets(DSO, Cube)>Manage>Select the Request-->Delete
    q3. i dont see anything in psa,, it is master data so is that why there is no psa ??
    Though it is a Master data, you should have loaded the data via DS so PSA will be there. It is possible that you might have deleted the PSA data.
    Do one thing, delete all the Transactional Data(follow Q2 ans), then delete Master Data contents. Then do the loading again.
    Hope it helps!
    Regards,
    Pavan

  • Error while loading master data.

    I am facing error while loading master data in a infoobject.
    The error comes when I run DTP fo rloading data from PSA to infoobject.
    The error wordings are : "MCK_PRDT1 : Data record 1 ('Bleach '): Version 'Bleach ' is not valid"
    Please help me in understanding this Version errror and suggest a solution for this.

    SAP metodology integration MDM & BW you can look at:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0f1f135-0015-2b10-5e83-acca118e17aa
    You can turn matching strategy in MDM Data manager for delete dublicate of records
    and then use MDM Syndicator for export data to file and then load that file to BW
    If you use OHD you cannot load from BW to MDM repository 10 records and unload only 5 because
    in BW every record has unique key.
    also you can use MDM ABAP or Java API for delete dublicate of records
    Edited by: Kanstantsin Chernichenka on May 8, 2009 1:02 PM

  • While deleting the data from cube..getting the following erros...

    while deleting the data from cube the below error occured in develoment..any help
    i have 4 requets.....2 are deltedd but no records for those...
    2 are not deleted and they have some data..
    please give me u r inputts pelase
    Performing check and potential update for status control table
    Message no. RSM1490
    Diagnosis
    If data is loaded into an InfoCube, or existing data is edited (aggregated/compressed/deleted/got from a DataMart), then there is a change in  the potential reportability of the data , or the possibility of deleting data by request, or of aggregating or compressing.
    This status of each one of these Cubes is stored in a status table, that is updated when there is any change to the status of a request in the Cube.
    The system now analyzes the requests in the Cube and compares the calculated status with the status table.
    If deviations from the status table arise then you are given the option of adjusting the status table.
    System Response Procedure Procedure for System Administration

    Hi,
    Did you tried by right click on cube and delete data? are those requests are compressed or roll up?

  • Dual Control for Vendor/Customer Master Data

    We can set Dual Control for Vendor/Customer Master Data. I have set it. According to the cycle, I have customized sensitive field, and make changes in Vendor/Customer A/c. Here the changes will be confirmed by other user who is authorised to confirm the changes. In this scenario, I would like to know, can we avoid this confirmation once we have actived? If, no than how could we confirm the changes and where can we set authorisation?

    Dear,
    No, You cannot avoid the dual check if You activate it. Another user by FK08 has to confirm the changes.
    Then You can delete the field for the dual control into the table T055F and no check will be done in the future.
    I hope this helps.
    Mauri

  • Points to remember while creating master data

    Hi Gurus,
    My client is using QM but inspection set up is not done.In material master check box for post to inspection stock is activated.Now they want to go for inspection set up in material master & using inspection types.In such case what care should be taken while creating master data. Because inspection stock will be already available while doing inspection set up & they have some batches in inspection stock which are created in year 2006- 2007.What care to be taken if we use mass processing(QA08) so that all batches which are manufactured in previous years will also get incorporated in new inspection set up.
    Any suggestions are most welcome.Thanks in advance
    Regards
    Amit

    Dear Amit
    Long back I worked for similar assignment where only QM has to be introduced.
    First you
    1..identify the Material and Plants needs to be setup for Inspection
    2. Create MIC for identified material
    3..Create Task Lists
    4..Make list of Material in Quality Stock with Plant and Batch number
    5. Create new Inspection type (Copy of 08) for material already in QI stock
    6..Move QI stock to UR
    7.. On non working day or in mid night assign Inspection setup to all material (It's a QM Go Live dt)
    8 .. Move identified stock back to QI stock so that Inspection lots will get created (IL origin 08)
    Hope this information will give you some clarity & less hassle to move forward
    Atul

  • Points to be remember While creating master data.

    Hi Gurus,
    My client is using QM but inspection set up is not done.In material master check box for post to inspection stock is activated.Now they want to go for inspection set up in material master & using inspection types.In such case what care should be taken while creating master data. Because inspection stock will be already available while doing inspection set up & they have some batches in inspection stock which are created in year 2006- 2007.What care to be taken if we use mass processing(QA08) so that all batches which are manufactured in previous years will also get incorporated in new inspection set up.
    Any suggestions are most welcome.Thanks in advance
    Regards
    Amit

    I am putting this thread in PLM forum
    Regards
    Amit

Maybe you are looking for