Regarding query transport in BW quality system

Hi Experts ,
When I transport my query to BW quality system. It is showing error like "error activating element " .
I searched in SCN and found that name for this technical element can be seen in RSZELTDIR table.
I got technical name and it was query name itself. Again I transported only this element and it is giving same error.
I am working in BW 7.4 and fresh implementation is going on .
Is there anything which is missing while transport query in quality system .
I have attached snapshot .
Please help.
Thanks
Devesh Varshney

Hi,
Please try to check and follow below steps.
1. Thru RSA1-->transport connection, collect your query and all elements(RKC,CKF,variables ..etc)
2. Later check qll query elements are saved in custom package or &tmp. if its in $tmp then save package and store into custom package.
3. collect objects into new Transport request.
4. Check your transport request have any inconsistencies thru program - RSO_TLOGO_CHECK_REQUEST. Or
5. later release and import to targets system.
Even cross check query have any inconsistencies thru program - QUERY_CHECK.
if you get error, please share error information in detailed.
Thanks

Similar Messages

  • Importing transport request bypassing quality system

    HI,
    I have a transport request in DEV BW system which is released. For some reason my Quality BW system is down so I cannot import the request in Quality BW system.
    Usually we release the request from DEV , say request number DBIK1234, then import that request in quality system. After that we import the same request DBIK1234 into Production.
    But for some reason quality system is down, so can we import the request bypassing the quality and directly into Production BW system??
    Regards,
    Rahul S

    Hi Rahul,
    Directly Transporting to PRD from DEV is not considered a "Best Practice"
    and is therefore not encouraged. You should import into QAS first then the
    Request is available in the PRD import buffer, and you can bypass the
    recommended testing process if you really want to. However it is still
    possible to import directly into PRD by manually adding the Transport
    Request to the import Buffer.
    We can also configure our TMS to add released TR's to Quality and PRD importing at the same time.
    Better if you go through Transport Management System Documentations before you take decision.
    Hope this answers your question.
    Regards
    Ramesh V

  • DTP not getting displayed in Transported Objects in Quality System

    We are Tranporting all the CRM Master Data but no DTP AND IP are getting displayed in Quality system is there any setting to make to transport these or get it displayed.
    Please help
    Thanks
    Soniya

    I dont understand the question. Can you pl explain what do you want to do?
    Ravi Thothadri

  • Error in transporting the Transformation to Quality system

    Hi All,
    I am trying to transport the transformation which has field level routine as well as start and end routine.
    I have basically ehanced the standard routine and it works perfectly fine in dev server . I have even loaded the data and generated reports on this cube.
    Now i am trying to transport it to Quality system. It throws up some "syntax error in routine" error. Very strange.
    All my routine in Dev is working but during transport ther is some issue.
    i saw some post on same but they are suggesting to regenerate a new transformation. For me this will be a nightmare as there are so many routnies at field level and as end routine.
    Kindly suggest how can i rectify this error.
    Note:- I had generated this transformation via old update rules with Migration function.
    Thanks & Regards,
    Anup

    Hi Anindya,
    Below is my source code for one field level routine in transformation.
    FORM routine_0080
      TABLES
       p_monitor         STRUCTURE rsmonitor
      USING
        COMM_STRUCTURE TYPE _ty_s_sc_1__rule_52
      CHANGING
        RESULT         TYPE _ty_s_tg_1_full-srvclen
        RETURNCODE     LIKE sy-subrc
        ABORT          LIKE sy-subrc
      RAISING
        cx_sy_arithmetic_error
        cx_sy_conversion_error.
    * init variables
    * fill the internal table "MONITOR", to make monitor entries
      DATA: ultimo LIKE sy-datum.
      IF g_record_no <> RECORD_NO.
        g_record_no = RECORD_NO.
        CLEAR: employee_wa, person_wa.
        CLEAR: employee_md, person_md.
      ENDIF.
      PERFORM read_md_employee
              USING    COMM_STRUCTURE-employee
                       COMM_STRUCTURE-calday
                       RECORD_NO
                       RECORD_ALL
                       SOURCE_SYSTEM
              CHANGING employee_wa
                       RETURNCODE.
      employee_md = employee_wa.
      PERFORM calculate_ultimo
              USING COMM_STRUCTURE-calday+0(6)
                     RECORD_NO
                     RECORD_ALL
                     SOURCE_SYSTEM
              CHANGING ultimo
                       RETURNCODE.
      IF NOT employee_md-entrydate IS INITIAL.
        RESULT = ultimo+0(4) - employee_md-entrydate+0(4).
        IF ultimo+4(4) LT employee_md-entrydate+4(4).
          RESULT = RESULT - 1.
        ENDIF.
      ENDIF.
    * result value of the routine
    * if the returncode is not equal zero, the result will not be updated
      RETURNCODE = 0.
    * if abort is not equal zero, the update process will be canceled
      ABORT = 0.
      p_monitor[] = MONITOR[].
      CLEAR:
        MONITOR[].
    CLASS lcl_transform IMPLEMENTATION.
      METHOD compute_0AGE_RANGE.
    *   IMPORTING
    *     request     type rsrequest
    *     datapackid  type rsdatapid
    *     SOURCE_FIELDS-CALDAY TYPE /BI0/OICALDAY
    *     SOURCE_FIELDS-EMPLOYEE TYPE /BI0/OIEMPLOYEE
    *    EXPORTING
    *      RESULT type _ty_s_TG_1-AGE_RANGE
        DATA:
          MONITOR_REC    TYPE rsmonitor.
    *$*$ begin of routine - insert your code only below this line        *-*
      Data:
        COMM_STRUCTURE   type _ty_s_SC_1__RULE_20,
        l_subrc          type sy-tabix,
        l_abort          type sy-tabix,
        ls_monitor       TYPE rsmonitor,
        ls_monitor_recno TYPE rsmonitors.
      data:
        l_monitor        type standard table of rsmonitor.
      REFRESH:
        MONITOR.
    * Runtime attributs
        SOURCE_SYSTEM  = p_r_request->get_logsys( ).
        MOVE-CORRESPONDING SOURCE_FIELDS to COMM_STRUCTURE.
    *  Migrated update rule call
      Perform routine_0070
      TABLES
        l_monitor
      USING
        COMM_STRUCTURE
      CHANGING
        RESULT
        l_subrc
        l_abort.
    *-- Convert Messages in Transformation format
        LOOP AT l_monitor INTO ls_monitor.
          move-CORRESPONDING ls_monitor to MONITOR_REC.
          append monitor_rec to MONITOR.
        ENDLOOP.
        IF l_subrc <> 0.
          RAISE EXCEPTION TYPE CX_RSROUT_SKIP_RECORD.
        ENDIF.
        IF l_abort <> 0.
          RAISE EXCEPTION TYPE CX_RSROUT_ABORT.
        ENDIF.
    I am not able to change the code which are marked with " * ". Where can i change the code here?
    Regards,
    Anup

  • Transporting issue from Developement System to Quality System

    Hello Experts,
    We are facing a problem in which address details in developement system are getting displayed and when the same code is transported to the quality system then the address fields are not getting displayed.
    While debugging we found out that there is a variable which is calling the view (responsible for displaying address fields) in the developement system but the same view is not called in the Quality System.
    We tried all sorts of backtracking but could not find where the variable is getting the values from.
    Kindly Guide.
    Regards
    Sanket Jain
    Edited by: Jain Sanket on Mar 22, 2011 3:57 PM

    Hi BW Star,
        I am transporting a process chain for deleting ODS change log from dev system to quality system. It is working fine in the dev system, but when transported to quality system, its process variants becomes empty for all the included ods change log delete steps. object_type and object_name field in variant becomes empty.
        Thanks for your help.
    Regards,
    Shankar

  • What actions should be taken while working with  the quality system

    Hi all,
    The development phase has been completed, I would like to know what are the steps we need to follow when we are working with  the quality system.
    I have some doubts regarding this could any one give the inputs please.
    1. Where should we create any Roles and Authorizations.Dev/QA/Prd
    2. Where should we  craete process Chains. Dev/QA/Prd.
    3. Can I transport the queries without using  Bex transport. What will happen If i dont use the Bex transport.
    Thanks in Advance
    Regards
    Kumar

    Hi Kumar,
    your BW quality system will be connected to your R/3 Production system from where you'll extract the real time data and do testing which includes estimation of downtime in case of filling up of the set up tables and so on...
    the most general procedure is to create the Roles and Authorizations in teh development system and then transport it across to production through your quality system...
    Process chains you afford to create it directly in your production system itself... that's no big deal...
    And of course, you'll have to transport the queries only using the BEx transport.. there's no other go for this as its the standard procedure given by SAP...
    Hope it helps..
    Regards
    Manick

  • How to delete a query in Quality System

    Hi,
    I would like to delete a ZZ query in Quality sytem directly. I don't have AUTHORIZATION delete using Tcode RSZDELETE. As this particulate query not avaiable in Development system, we can create a transport also.
    Is there a way to delete directly in Quality System ?
    Advance Thanks,
    Rathinakumar

    Hi,
    If you do not have the authorization then#
    goto the BEX (rrmx) and delete the query from there.
    you can delete RSZDELETE or delete the entries in RSZCOMPDIR table by giving ur query as parameter.
    also, check this thread:
    how to delete a trasonported query?
    hope it helps.
    Regards,

  • Error While importing SAP query into quality system

    Hi,
    When Itried to import the dataset(Transport Request)  generated in develoment system into Quality system I am getting the following error.
    Query already exists and Infoset contains a structures which is not there in data dictionary .
    How to oversome this error to import successfully into quality system
    thanks

    hi,
    You need to transport your Z tables to the quality.
    Make sure you transport all the data elements , domain.. etc to the quality.
    Thats why its giving you the error.
    It does not find the Z tables in Quality
    Regards,
    Vinod

  • How to transport changes done in dev system to quality system.

    HI ALL,
    Can any one give the procedure to transport the changes done to a parameter group in Dev syystem to Quality system through solution manager.
    Thanks & Regards,
    Virinchi.

    Hi,
       once you saved all objects in TRtransport requests then goto SE01 or SE09 or SE10 seelct u r TR .in the seleted TR release sub task of the TR thn the main one.
    SE09 and transport connection
    if you need some docs on transport
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3010ba90-0201-0010-2896-e58547c6757e
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e883de94-0501-0010-7d95-de5ffa503a86
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/1d733b73a8f706e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/57/38e1824eb711d182bf0000e829fbfe/frameset.htm
    Re: Transport Organizer---
    transport query (bex objects)
    http://help.sap.com/saphelp_nw2004s/helpdata/en/38/5ee7377a98c17fe10000009b38f842/frameset.htm
    hope this helps.
    Note if u founds useful reward points
    mahesh

  • Error While transporting Crystal Reports from BW DEV to Quality System

    Hi.
    I have developed a crystal report using the SAP menu. We saved the  report to SAP BW dev server using the SAP menu and published it to BOE.
    Now i want to transport my Crystal report to Quality system, I followed the same mechanism to transport crystal report which are aplied to other BW objects, but when i am trying to transport its giving me a short dump error:
    The error appears something like this:
    Error in the ABAP Application Program
    The Current ABAP program u201CSAPLRSCR_CEu201D  had to be terminated because it has come across a  statement that unfortunately cannot be executed.
    Function module u201C/CRYSTAL/PUBLISH_REPORTu201D was called
    With the parameter u201CI_REFRESH_FOLDER_INFOu201D.
    This parameter is not defined.
    This is first time i am transporting any crystal report to other bw system.
    Is there any document for transporting Crystal reports, I had searched SDN but didnt got any relevant documents.
    or is their any setting which need to be done in BW side.
    Any help will be appriciable.
    Thanks
    Anish

    Hi,
    I would suggest you open a case with support so that they can look at your system. In general you should be able to transport the Crystal REports object in the same way you transport a Bex query.
    ingo

  • Error while transporting Crystal Report from BW dev to Quality system.

    Hi.
    I have developed a crystal report using the SAP menu. We saved the report to SAP BW dev server using the SAP menu and published it to BOE.
    Now i want to transport my Crystal report to Quality system, I followed the same mechanism to transport crystal report which are aplied to other BW objects, but when i am trying to transport its giving me a short dump error:
    The error appears something like this:
    Error in the ABAP Application Program
    The Current ABAP program u201CSAPLRSCR_CEu201D  had to be terminated because it has come across a  statement that unfortunately cannot be executed.
    Function module u201C/CRYSTAL/PUBLISH_REPORTu201D was called
    With the parameter u201CI_REFRESH_FOLDER_INFOu201D.
    This parameter is not defined.
    This is first time i am transporting any crystal report to other bw system.
    Is there any document for transporting Crystal reports, I had searched SDN but didnt got any relevant documents.
    or is their any setting which need to be done in BW side.
    Any help will be appriciable.
    Thanks
    Anish

    Hi,
    I would suggest you open a case with support so that they can look at your system. In general you should be able to transport the Crystal REports object in the same way you transport a Bex query.
    ingo

  • While transporting Key Figures from Dev to Quality system, error occured.

    Hello Experts,
    While transporting Key Figures from Development to Quality system, I am getting this error : " /BIC/AZPA1R_CT40-/BIC/ZPA1RBA10 (specify reference table AND reference
    field)".
    Here, I have changed the data type of the key figure from Number type to Amount type. Then I activated them, captured in request and when transported I got the error saying "/BIC/AZPA1R_CT40-/BIC/ZPA1RBAL9 (specify reference table AND reference field)"
    These Key Figures are used in ODS.
    Is there I am missing something, please tell how can I make these transports successfull.
    Thanks Ishdeep.

    While transporting Key Figures from Development to Quality system, I am getting this error : " /BIC/AZPA1R_CT40-/BIC/ZPA1RBA10 (specify reference table AND reference
    Yes you missed to transport reference object.
    Previously key figure data type is number then you have changed to Amount. While changing data type to amount You should maintain reference char  like 0currency, Doc_currency......in the Unit/currency tab. ( If you use fixed unit or currency no need to maintain any reference Object).
    During transpotation you need to collect this reference char with main key figure and then transport.
    With Regards,
    Kishore.

  • Can we edit the transported objects quality systems?

    Hi,
    i am working in the development project.i have finished the development work and transported those objects to quality system.
    i want to know whether the transported objects which are in the Quality System can be edited.
    when i tried to do so the change icon was disabled.
    Regards,
    Muniyappan.

    Hi
    Yes ..you can change it in SWCV...Check box ..objects are modifiable.
    After this ...you can edit your QA objects...
    But..After manual changes done  in QA objects..it will create a conflict while transporting the same object from DEV to QA..
    In Conflict tab..you have select the latest object as an active object.
    Regards
    Abhijit

  • Issue whilel transporting from production system to quality system

    Hi All,
        I am facing issue in process chain when I transport it from production system to quality system. Process chain is related to deleting PSA logs. When transported to quality system object_type and object_name fields in display variant becomes blank. In production system it is showing 8ZXXX_CA, it should become 8ZXXX_HA in quality system.
       Thanks for your help.
    Regards,
    Shankar

    Hi,
        sorry it was frm dev system to quality system, not prod to quality.
    Regards,
    Shankar

  • Transporting objects from Development System to Testing,Quality and Produtn

    Hi Experts,
    We have developed one scenario in our project in Development System.
    Now we need to transport the same to Testing System and test it there and then transport to Quality system and after that to production system.
    Can any one let me know what are all the steps required for transporting like
    1) like wat are all the SLD changes to be done.
    2) Do I need to create all the SLD settings of development in testing and Quality as well.
    Also please let me know if there are any other things other than SLD settings.
    Regards,
    Pruthvi

    Hi Pruthvi,
    >But I didnt get a clear idea of what exactly needs to be done.
    Please explain kindly what exactly you are missing or did not understand. If you just want to have an overview please read: [SAP help: Transporting XI Objects|http://help.sap.com/saphelp_nw2004s/helpdata/en/93/a3a74046033913e10000000a155106/content.htm]
    Regards,
    Udo

Maybe you are looking for

  • HT201250 I have an Time Capsule (1 TB) and do not know how to get my data from it after reformatting my hard drive.

    Due to multiple problems with Lion, I decided to reformat my hard drive with Snow Leopard (10.5.8) and now am unable to retrieve my data from my time capsule (1T).  I tried to import but ended up with 342 pictures of mainly clip art and downloads fro

  • Windows "Open with..." not working for Photoshop/CS5.5

    I use the "Open with..." command in the Windows right-click context menu all the time to open .jpg and other image files in Photoshop. I don't want to directly associate .jpgs, etc, to Photoshop because most of the time I just want to view them quick

  • Getting error : fileIOException: directory not found

    i m getting the error net.rim.device.api.io.file.FileIOException: directory not found whn i m saving any media files from watsapp or bbm, also my existing media folder got deleted automatically, so provide a resolution for the same. thnxs

  • Powerbook g4 1.67hd 17"

    Whenever I boot this is the error message I recieve. Any help would be great. panic (cpu 0 caller 0x000A0A14): "mapping_remove: hw_rem_map failed - pmap = 0x2a53000, va = 0000000090000000, code = 0x194e34c2 \ n" @ / SourceCache / xnu / xnu -1228.0.2/

  • Print to Tape problems

    Keep getting the prompt "Check HDV/DV Input" when attempting to Print to Tape. My AV Devices are set to HDV(1440x1080)30p. I'm using the Canon XLH1 as a deck. Have changed firewires and rebooted. The item property of the sequence I'm trying to print