Activation of transformation in BI 7.0

Hi to all,
I have to activate transformation in production environment , Kindly let me know any Function module or prog. name to activate the same.
I am working in BI 7.0.
Thanks
Shalini

Hi Shalini,
There is no function to activate the transformation in BI. The best option is to transport the activated transformation the the development system again to Quality and then to production system.
The other option is to activate them manually in your Production system...

Similar Messages

  • Error while activating the transformation for cube

    Hi everyone,
    I m working on BI7, & while activating the transformations the system trrows an error saying that 'amount infoobject is not assained' and  'unit of measure is not used' even though I hav assigned  both the fields to Amount infoobject.
    would plz explain in detail.
    Thank you.

    Hi,
    Are you loading from the Flat File or from ECC?
    If you are loading from FlatFile then you have to specify the InfoObject names in the "Template InfoObjects" area in DataSource-->Fields Tab.
    Then when you create the Transformation then the Rules will be created Automatically.
    Regards,
    rik

  • ERROR WHILE ACTIVATING THE TRANSFORMATION

    Hello Experts,
    I am getting the following error when I am activating the transformation between the source (8ZPROT1) and the target (InfoSource for SEM-BCS(Tcube->Datasource) in BI 7.0
    " Syntax error in GP_ERR_RSTRAN_MASTER_TMPL, row 100 (-> long text)"
    When I go into the program: GP_ERR_RSTRAN_MASTER_TMPL, here is the error:
    CODE:
    *-- Check against the additional field I enhanced in the generate data source
    *--8ZPROT1
    lField: 0BCS_REFYR Reference Year.
            0BCS_REFYR           TYPE N LENGTH 4,
    ERROR MESSAGE:
    Program GP_ERR_RSTRAN_MASTER_TMPL
    Names may only consist of the characters "A-Z", "0-9" and "_". In
    addition, they may not begin with a number. number. number.
       The data should flow from the SAP business content, so the fields should start from 0BCS_REFYR.
    Can someone explain this?
    Thanks.

    Hi Experts,
    Thanks for the response, but unfortunately I couldnt understand what to do with the Tcode you specified. Any how in the update rules I found that the field KEY FIELD OF THE STRUCTURE  icon is not there for all the added fields. Is ther any thing to be done with this check box to mke it as key field?
    Sunitha.

  • Syntax Error while activating 2LIS_04_P_ARBPL Transformation

    Dear all,
    While activating  2LIS_04_P_ARBPL Transformation activation , I am facing following  error while checking in Routine
    E:Field "COMM_STRUCTURE-TGTPROCCAP" is unknown. It is neither in one of
    the specified tables nor defined by a "DATA" statement. "DATA"
    statement.
    please help me out for this
    Edited by: tjoshi1982 on May 19, 2011 7:11 PM

    Following are error that comes after checking routine
    0TGTPROCCAP     -
        E:Field "COMM_STRUCTURE-TGTPROCCAP" is unknown. It is neither in one of
    the specified tables nor defined by a "DATA" statement. "DATA" statement.
    0TGTSETPCAP      -
    E:Field "COMM_STRUCTURE-TGTPROCCAP" is unknown. It is neither in one of
    the specified tables nor defined by a "DATA" statement. "DATA"statement.
    0TGTTEARCAP    -
    E:Field "COMM_STRUCTURE-TGTPROCCAP" is unknown. It is neither in one of
    the specified tables nor defined by a "DATA" statement. "DATA" statement.
    please tell me what to do next,as  i already tried to assign source field

  • HR Stadard Cube 0PA_C01: error while activating the transformation

    Hello,
    I have migrated the data source 0HR_PA_0 to version 7.
    While activating the transformation to HR standard cube, the start routine has the following error:
    E:Field "COMM_STRUCTURE-EMPLOYEE" is unknown. It is neither in one of the
    specified tables nor defined by a "DATA" statement. "DATA" statement.
    Where as the migrated source 0HR_PA_1 to standard cube works fine.
    Thanks & Regards,
    Savitha

    Dear Neelesh,
    The infosource Generated from 3.x InfoSource Employee
    is part the flow.
    The flow has
    TRCS BI7_HR_PA_0 -> CUBE 0PA_C01
    Generated from 3.x InfoSource Employee
    RSDS 0HR_PA_0 NEWSR31007 -> TRCS BI7_HR_PA_0
    Data Source : Employee
    Thanks & Regards,
    Savitha

  • ASSERTION_FAILED while activation of Transformation !

    Hello ,
    While activation of transformation in Development system BI7.0 , following error appears :
    ===============
    Error analysis
        The following checkpoint group was used: "No checkpoint group specified"
        If in the ASSERT statement the addition FIELDS was used, you can find
        the content of the first 8 specified fields in the following overview:
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "ASSERTION_FAILED" " "
        "CL_RSTRAN_GEN_STEP_INIT_CHECK=CP" or "CL_RSTRAN_GEN_STEP_INIT_CHECK=CM001"
        "CONSTRUCTOR"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
    Information on where terminated
       Termination occurred in the ABAP program "CL_RSTRAN_GEN_STEP_INIT_CHECK=CP" -
        in "CONSTRUCTOR".
       The main program was "RSAWBN_START ".
       In the source code you have the termination point in line 14
       of the (Include) program "CL_RSTRAN_GEN_STEP_INIT_CHECK=CM001".
    Line  SourceCde
        1 METHOD CONSTRUCTOR.
        2   data: l_r_step_dummy type ref to cl_rstran_step,
        3         ls_class       type cl_rstran_gen_step=>ty_s_c
        4
        5
        6   call method super->constructor
        7     exporting
        8       i_r_step = l_r_step_dummy.
        9
       10   o_internal   = rs_c_true.
       11   o_steptype_  = rstr_steptype-initial_value_check.
       12   read table g_t_class into ls_class
       13     with key steptype   = o_steptype_.
    >>>>>   assert sy-subrc = 0.
       15   o_steptypeid_    = ls_class-steptypeid.
       16
       17 ENDMETHOD.
    What I have done already :
    1-Implemented notes :1494809 ,1502803,0001490927, 1458197( No Success)
    2-Entry in Table : Table RSTRANSTEPTYPE and RSTRAN_STEPTYP_R as specified in Note :1494809
    3-No routines in Transformation .All are direct mapping .
    4-No Constant / Formula / Routine mapped in Transformation .
    5-Even I have deleted transformation and re-created ..again same problem..Going to Dump
    Any one of you have faced such issue !!
    Regards
    Vikas Sharma

    Hello ,
    Problem is solved by my self :
    Problem cause :
    1- There was some characteristic which are reference characteristic of 0Date or 0TIME are available for rules mapping .
    So First Identify which are those characteristic in your transformation and delete the rule .
    2- Also check the table /BI0/STIME and /BI0/Sdate and check if there is some wrong values are in it .. like wrong date or time format ...for example : 20.02.0201 ( Date)
    Do follow below steps :
    Data Browser (transaction SE16) to create the following new entries:
    1. Table RSTRANSTEPTYPE
    STEPTYPE          INITIALVALUE_CHECK
    STEPTYPEID        _IV
    ICONNAME
    CLASSNAME
    DBTABLE
    PROGCLASS        RSTRAN_RULE_TMPL_1
    CLASSNAME GEN     CL_RSTRAN_GEN_STEP_UNIT_CHECK
    SECOND PROCESS
    Transport this entry by selecting the entry to be entered INITIALVALUE_CHECK from the list, and writing this to an order using the function "Transport Entries".
    2. Table RSTRAN_STEPTYP_R
    STEPTYPE          INITIALVALUE_CHECK
    SUBSTEP
    TMPL SECTION    RULE
    Transport this entry by selecting the entry to be entered INITIALVALUE_CHECK from the list, and writing this to an order using the function "Transport Entries".
    Important Note : If you will map again all rules it will give dump . So assume if you have 4 characteristic which are ref. to 0date , so create a rule for one and activate transformation . again do for second one and activate transformation ..do one by one for all ..
    : Activate one by bye each rule and problem will be solved for a moment .
    Another solution If you do not have 0Date or 0Time ref.char of any involved characteristic : simple delete the transformation and do not may this characteristic to any one and activate again ..it will work .
    Regards
    Vikas Sharma
    Rober Bosch GmbH

  • How to active the transformations in production system

    HI
    How to active the transformations in production system when Time stamp error occured in SAP BI.
    In SAP BW we use RS_TRANSTRU_ACTIVATE_ALL for tranfer rules activation.Is there any chance Activation allowes in production system witout any ABAP programme running.

    Hi Gkreddy,
    There is a specific program for that: RSDG_TRFN_ACTIVATE. It will also re-activate the related DTPs.
    Please check the following SAP Notes:
    #1408161 - Program for transformation activation.
    #1471117 - SP25:RSDG_TRFN_ACTIVATE skips if M version has OBJSTAT 'INA'.
    BR

  • Error in activating of Transformation

    Dear All,
    I am trying to activate the Transformation for the Data Store Object.
    Its throwing an error during activation.
    I am getting three errors as below:-
    1)"Error when assigning SID: Action VAL_SID_CONVERT table ZRECE_NO".
    2)No SID found for value 'null' of characteristic 0CURRENCY
    Diagnosis
    Characteristic value null does not exist in the master data table of characteristic 0CURRENCY. Therefore, this value could not be transformed into the internal SID.
    Procedure
    Check whether the value is correct or not. If it is correct, you need to generate the associated master data. Note: For characteristics 0FISCPER and 0FISCYEAR, there must be a corresponding fiscal year variant (see table T009). In addition, there must be units in table T006 and currencies in the table TCURC.
    3)Value '#' (hex. '2300') of characteristic ZRECE_NO contains invalid characters.
    for the 3rd errror i went to Tcode RSKC and have given all the permitted special characters.
    please give me suggestion.

    Hi Anup,
    #' is probabaly a character in the source system that the BI system is not able to display. It may be a special
    language character. If you display the data in RSA3 in the source system you should be able to see what the
    real character value is. It may be a special language character. If it is a language character and its in uppercase
    then in transaction RSKC you should maintain only the string ALL_CAPITAL in the BI system.
    If you have a UNICODE source system and the BI system is UNICODE then the above is not necessary and you
    should just check that the UNICODE option is switched on in SM59 for the relevant RFC connection, you need to
    do this for the RFC connection in BI and the RFC connection in the source system.
    If #'  represents some other character that BI can't display then you may need to correct this data in the
    source system or you could write a routine in the transfer rules to convert the character represented by
    #'  to something that BI can display. Please refer to the note 173241 for allowed characters in the BI
    system.
    Best Regards,
    Des.
    Edited by: Des Gallagher  on Nov 6, 2008 1:14 PM

  • Error in Activation of Transformation

    Hi,
    I was trying to activate my transformation, but there was an error during activation which I couldn't understand. I manage to track down the problem area. Here's my case:
    I'm converting a Timestamp Source field to 2 Target fields, Time and Day. So I implemented routine to derive at the values with the following code.
        lv_tstamp = source_fields-/BIC/ZCRM_ICTS.
        CONVERT TIME STAMP lv_tstamp
          TIME ZONE 'UTC   ' INTO DATE lv_day TIME lv_time.
        result = lv_day (or lv_time).
    The transformation activates successfully if the routine is implemented on 1 target field, but when I implement the routine for both target fields, it results in error during activation. No error occur when I check on the transformation.
    Anyone had an idea why this is happening?
    Thanks in advance.

    Hi Ioan,
    please check OSS notes
    918894 ASSERT: InfoCube with navigational attributesas source
    909741 Non-cumulative cube: Transformation cannot be saved
    905624 Transformation cannot be activated
      Cheers
         SAP NetWeaver 2004s Ramp-Up BI Back Office

  • ERROR WHILE ACTIVATION OF transformation in cube?

    hi friends,
    i am getting below error while activationg my transformations in cube, please let me know solution, how to assign field to infoobject, which tab i need to use.
    Rule (target: S1_SUN, group: 01 Standard Group): Conversion type missing
    Rule 2 (target field: S1_SUN): Field /BIC/S1_SUN must be assigned to an InfoObject
    Rule (target field: S1_SUN): No source unit assigned
    regards
    suneel.

    Hi Suneel,
    Hope u doing good!
    Well in case of BW 3.5 if you have worked on it. To extract data to a cube or dso we use the standard process of creating infosource,linking it to datasource and creating infopackage. In infopackage we determine the characteristics of the extraction, for eg: should it be delta or full, what would be the error handling method so and so forth.
    Well in case of BI 7.0 and higher we no longer need to use the long way. On the concerned Infocube you can right click and hit on create Data Transfer Process which would pop up with another window asking you where your data is residing, you can choose from the options specify the source system and then create the DTP instance.Which it is being created the system generates some rules automatically. This is what I was talking abt. Once you have created you can configure it as if you were configuring the Infopackage.
    The update rules which are automatically generated can be checked by clicking on it and seeing if all the rules are appropriate.
    Hope I am making it clear for you.
    Good Luck,
    Raj

  • Error in  END ROUTINE while activating the transformation.

    Hi ALL,
    While writing an END ROUTINE IN BI, I got no error while saving the code.
    But when Activate the Transformation I got the following Error.
    " Syntax Error in GP_ERR_RSTRAN_MASTER_TMPL,row 54(->long text)
    Diagnosis:Component called CRM_OBJ_ID already exits  "
    I have used the above object in the transformation.
    Please help me debug the error or highlight on it.

    Hi,
    i guess u have create two object with  same variable name.check.
    regards,
    rakesh

  • Error While activation of transformation

    HI All Gurus,
    I created transformation. i maped KZW1 ( CURR - 13 ) WITH 0SUBTOT_1S ( CURR - 9) AND
    WAERK (CUKY - 5) WITH 0STAT_CURR ( CUKY - 5). Same with KZW2, KZW3, KZW4, KZW5 And KZW6.
    bUt when i going to activete the error comes like
    Rule 24 (target: 0SUBTOT_1S): Source parameter 0022 is not being used     
    Message no. RSTRAN502
    Rule 24 (target field: 0SUBTOT_1S, group: 01 Standard Group): No source field assigned
    Message no. RSTRAN541
    Please help. Is there any rules or routine?
    Mukesh
    Edited by: mukeshvl88 on Sep 12, 2010 12:23 PM

    Hi,
    I think you are done migartion of that 2lis_13_vditm datasource dat flow, if it is correct  there is a problem in the starta  routine
    it is due to the difference between the target structer and communication structre , same thing you can check with the abap people.
    in 3.5 version only if you added any info object in cube and any feild to data source then , at update rules apply that key figures properties to all characterstics.
    if you are done any migartion please check that  as per our experts Notes.
    Thansk & Regards,
    sathish

  • Mass activation of transformations in BI via Report?

    Hello,
    I am wondering whether it might be possible to activate multiple transformations with one simple report.
    In BI 7.0 there are a lot of ABAP-reports for many Objects, but I can't find one for transformations.
    For example:
    I use the report RSDS_DATASOURCE_ACTIVATE_ALL to activate one or more inactive DataSources.
    Is there something comparable for transformations?
    Thanks in advance,
    Christian

    Hi,
    We have used methods cl_rstran_trfn=>factory and IF_RSO_TLOGO_MAINTAIN~activate for actvating the transformation and bulid small program to activate the transformations manually.
    It executes fine in BWD (BW dev) and activates the transformations.
    But In BWQ (BW QA) when we are executing it giving messages as "SAP System has status 'not modifiable' Choose 'Display object' or 'Cancel'.:".
    I think this message coming when executing the method if_rso_tlogo_maintainprepare in IF_RSO_TLOGO_MAINTAINACTIVATE.
    We want to copy the CL_RSTRAN_TRFN class interface to custom class (Z class) and want to do change in method if_rso_tlogo_maintain~prepare by instead of passing rs_c_true, passing rs_c_false, so that by pass any authorization checks.
    i am vey new to classes. copied the CL_RSTRAN_TRFN  to custom one. When i am trying to activate it giving error message as "You cannot access private method "CHECK_RECORDMODE(". not allowed." Not only for this Mehtod for remaining methods also i am getting.
    What is the issue here? Is there any check needed to copy the SAP class to custom class.
    Please share any ideas on this.
    Thx
    Raj

  • Unable to Active the Transformations..?

    Hi All
    I'm Unable to Activate the Transformations.,Rule (target field: ZPRC): No source unit assigned
    can u solve
    Thanks in adv

    Hi,
    Please check out this thread.
    Target Field 0Quantity No source unit assigned
    Its for quantity i guess your's is price field so you need to map currency field.
    Hope it helps.
    Regards,
    AL
    Edited by: AL1112 on Sep 19, 2011 2:28 PM
    Edited by: AL1112 on Sep 19, 2011 2:33 PM

  • ASSERTION_FAILED When Activation of Transformation

    Hi All,
    When we are trying to activate the transformation (DSO - Cube) a dump with Runtime  Error "ASSERTION_FAILED" is coming.
    We have used nearly 40 routines and 7 group rules in this Transformation
    I have searched the error and followed the suggestions from other threads, still it has not helped us to resolve problem.
    We have implemented SAP Notes 998730 and 1006658 and followed the instructions like deleting the error records from table RSTRANRULE.
    Still we are facing the problem.
    We are on SP11 (BI NW2004S).
    please help us with a solution.
    thanks in advance,
    Narasimha.

    Hi all thanks for your suggestions. I solved this by step by step reconstruction and found the cause.
    Actually the problem was with one of the mapping in transformation.
    I have done a mapping for a source field using the option Read from Masterdata.
    But the source field is not available as an attribute to the Masterdata field i used.
    Same scenario was working fine in the older 3.5 version not in 7.0.
    Regards,
    Narasimha

Maybe you are looking for

  • Can I use BOTH IE & FF and retain the shortcuts to both to use at will?

    Can I use BOTH IE & FF and retain the shortcuts to both to use at will? I can download FF ok and use for a day or so along with IE, but after that I start to get messages from Windows saying IE is not my default browser and do I want to make it the d

  • Missing path bar in apps

    Hi, I upgraded from Lion to Mountain Lion a few two days ago. I have the path bar turned on in the Finder's view menu and the path bar is visible in regular Finder windows. However in all applications, when the save dialogue comes up, the path bar do

  • Must have in a lens?

    Over the years I have come to like certain features designed into lens'. One, must have, is a fixed f-stop. I really don't like lens that change there f ratio as you zoom them. Sometimes you just don't have a choice. But fortunately, most of them are

  • IOS 7.0.6 Update Failure!?!?!?!?!?

    OK so, my iphone stated that it had a software update iOS 7.0.6. I went to the settings and clicked it. Its started updating fine. Then suddenly it stopped! I restarted it, put it on charge, and went to bed. 12 hours later, it's still stuck! What do

  • Error -2147352573 executing application using LV2012 and RGT 1.1.3

    Hi, I am currently trying to deploy an application using the LabVIEW Report Generation Toolkit (Version: 1.1.3) and I am facing a compatibility problem with Excel 2007 & 2010. I am aware that some internal ActiveX components have slightly changed bet