0CCA_C11 Infocune : Update Rule Migration Error

Hello,
I have installed the cube 0CCA_C11 from the standard BI content and started the migration of the update rule.
Here, i am getting an error in one routine. There is one field in the cube "0CO_REPLINE", which is mapped with all fields of infosource.
there is a routine on the field 0CO_REPLINE.
when i tried to migrate the update rule it will give me following error.
Rule (target: 0CO_REPLINE, group: 01 Standard Group): Syntax error in routine
And when i cheked the routine it will give the following error
E:The type "_TY_S_SC_1_FULL" is unknown
Please guide me and suggest.
Regards,
Macwan James.

Hi ,
There is a small change inthe routine whichi your have to do.
Here is the code for the routine. Hope this helps
$$ begin of routine - insert your code only below this line        -
  Data:
    COMM_STRUCTURE   type tys_TG_1_full,
    l_subrc          type sy-tabix,
    l_abort          type sy-tabix,
    ls_monitor       TYPE rsmonitor,
    ls_monitor_recno TYPE rsmonitors.
  REFRESH:
    MONITOR.
Runtime attributs
    SOURCE_SYSTEM  = p_r_request->get_logsys( ).
    MOVE-CORRESPONDING SOURCE_FIELDS to COMM_STRUCTURE.
Migrated update rule call
  Perform routine_0002
  USING
    COMM_STRUCTURE
  CHANGING
    RESULT
    l_subrc
    l_abort.
*-- Convert Messages in Transformation format
    LOOP AT 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.
$$ end of routine - insert your code only before this line         -
  ENDMETHOD.                    "compute_0CO_REPLINE
Regards,
Macwan James.

Similar Messages

  • Update Rule Migration from ODS to Cube --Error

    Hello SAP Experts,
    I am triing to migrate Update Rule (from 3.x to 7.0 transformation) from DSO 0QM_DS01 to Cube 0QM_C12 and i am getting error.
    Error message:
    Internal error: 32 0NOTIFICATN 01 Standard Group MASTER - Contact SAP.
    Similary with another update rule migration from DSO 0QM_DS02 to Cube 0QM_C13 .
    Error message:
    Internal error: 41 0NOTIFICATN 01 Standard Group MASTER - Contact SAP.
    I dont have any clue about the error message. Need your help to figure it out the issue.
    Thanks in Advance.
    Lasya.

    MR..V.. you are the man... my problem has been solved.
    Anyway my problem has been solved.. do you mind asking one more question regarding the above error?? how did you think about the above solution.. just changing it from read master data --> direct assingmen then back to read master data.. Please tell if i come accorss anything in future shall i follow the same.. please tell me..
    I have assigned full points to you.
    Thanks for all your help.
    Lasya.

  • Update rules installation error for BI statistics

    Hi all,
    I am trying to activate the update rules for the BI statistics cubes and am getting the below error.
    "Object Update rules CSE83E58JTY9E8RQFR74SB5P3: Error installing the Content version
    Message no. RSO431"
    I am able to install the cubes and info sources/data sources but not the update rules.
    Our system is on below versions:
    SAP_BW     701     0004     SAPKW70104
    BI_CONT     703     0014     SAPKIBIIQ4
    Please guide if you have come across into the same.
    Thanks,
    Ramana

    I think you're going to have to open an SAP Message for this issue. There is an OSS Note that perfectly matches the description of the error you're getting, but because you're on BI 7.0 EHP1, the change in that OSS Note is already made in the affected Class and Methods.

  • Error in Update Rule migration using "Create Transformation"

    Hi gurus,
    We are encountering errors in the migration of our 2LIS_03_BF and 2LIS_03_BX update rules into a transformation via URs Context Menu    Additional functions - > Create transformation
    This action creates a new transformation, but is only generating very little Routine assignements in our KF fields. That is, some KF have their old ABAP converted automatically into ABAP OO while the rest (majority) of KF fields have no rule (routine) assigned at all.
    However, the most surprising thing is that after executing the "Create Transformation", the log shows everything correct and warnings (message 652 "Routine created. Verify sintax").
    Have you ever faced this problem?
    Is the automatic migration tool working correctly?
    If not, do we need to manually create all those KF routines that have not been correctly been migrated? Even after two years since new dataflow that was released?
    We are on SP 15...
    Thanks and best regards,
    Enric

    Hi Juanjo,
    In fact, if I understand you correctly, I'm facing the same situation: all FORMS based on OLD individual KFs routine are now available in the global transformation routine in ABAP OO, but what I'm missing is the individual source to target KF field mapping to routine, where the method with the perform to each coding should be done.
    Shall I understand this is a common bug? Manual correction proposed?
    Thanks,
    Enric

  • "update rules inactive " error when importing transport request

    Hi experts,
    I am stuck while importing transport request of update rules. I am moving transport request of update rules from 1 system to another and stuck while importing it in 2nd system. Only two update rules are stuck among all giving an error of "inactive update rules".
    I have again tranported it twice after activating theose two update rules.
    Please help!!!!!

    Hi Heena,
    Can you provide more details of the issue like is it a DSO to DSO transformation, error message etc.

  • Update rules - Activation error - in cube 0PAPA_C02

    Hi All,
    When i am activating the update rules of 0PAPA_C02 cube, i am encounting the following error for key fig "Headcount Change FTE Employee".
    Empty or invalid formula 8RFPFLULBJGBAO07IDMZGMPXR.
    Please let me know your thoughts.
    Thanks & Regards,
    Eswari.

    Hi,
    And also make sure that <b>all</b> target fields has proper maapings. i.e either a direct assignment with source field,or routine or formula or constant. Some times sytem shows a routine as update method but blank routine. It happens after,when you include a field to data target or coping the update rules.
    Most of the time, you can solve this type of error by studing very carefully the existing mappings(routines,formulas).
    With rgds,
    Anil Kumar Sharma .P

  • Update Rules active error

    Hi all:
    I had add a new key infobject to an existing ODS (the ODS is empty) and then I active the ODS, all runs properly. Now I modify the update rule to fill the new added infoobject with a constant. When I try to active the update rules, the system returns RSAU206 error. No routine has been created for InfoObject & (data field: &) but the infoobject hasn´t routine. Can anyone help me?
    Thanks in advance
    Abel

    HI Diego:
       I just checked one by one all routines in update rules and all of them are rights. I try to display activated program ( in extras menu) and itsn´t appear. This is not the first time happend, sometimes when I add a new infoobject to an existing ODS I have problems to active the update rules. The only way taht I know is delete and make again the update rules.
    Thanks

  • RSAU466 : Update rule Activation error

    Hello Guys,
    We upgrated BW3.5 to BI7.0 SP13
    We're facing problem on Update Rule activation
    the message is an RSAU466, I have locked for solution on service sap, they suggering to run SP13, but we're already on SP13
    Any one have an idea ?

    I recreated the update rule

  • Update rules activation error

    Hi guru's,
                  I changed the update routine for one of the infoobject and tried to activate it again.But it is giving error message "message_type_x".the message number it is giving as 108.
    can anyone help me on this.

    This is the new rouine i modified.
    SELECT SINGLE  BILL_TYPE FROM /BIC/AZOOBK00 INTO UR_Billingtype
      where DOC_NUMBER = COMM_STRUCTURE-DOC_NUMBER
        and bill_type NE space.
    It is telling that <b>datafields are already updated for infosource zdil_vl with move</b> .
    the error number it is giving for this dump is 108 of RSAA class.
    I dont no how to check apart from this. can u pls help me.

  • Error when activating update rules

    Hi ,
    0RT_C36 cube shows --- stock per weeek (ocalweek)
    My requirement is on daily wise .
    So i copy the standard one 0RT_C36 and add the 0cal day.In update rule 0calweek has the reference feild posting date For 0calday i mapped with the same feild posting date . Error has occured when activating the update rule . Error is' No component exists whith the feild sid_calweek_f.
    Regards
    chakra

    Hi,
    The Automatic conversion in the update rules helps us map 0CALDAY of Info source  to 0CALWEEK of the cube. So it is not a problem with this mapping.
    These type of problem occurs especially when we copied update rules. So what we have to do is checking all mappings for corectness in the mapping.
    With rgds,
    Anil Kumar Sharma .P

  • Update Rule Error

    Hi Friends,
    I am installing Update rule for info Cube name: 0PAPA_C02 ( HeadCount ).
    I am facing problem in installing update rule wiht following error "Object Update rules 907KB92TLFDNXIKNGFCS15IN4: Error installing the Content version" , can any one will help on this.
    I shall be glad for every one for positive reply.
    Regards
    Deepak

    Hi Mansi,
    As per SAP Note No 336229, we are installing info cube 0PAPA_C02 ( Headcount ) with Grouping selection as "In dataflow before and after" .  On simulation we got this error only. pl. suggest where to find detail logs for this..
    info source is active.
    Note no 336229 Detail
    Do the following steps in your BW System:
    1. Transfer the Business Content in the Administrator Workbench:
    Choose InfoCube 'Headcount' (0PAPA_C02), collect all objects with
    grouping 'Data flow before and after' and copy them from the Business
    Content afterwards.
    Check whether key figures 0ANSAL_NC / 0ANSAL_VC, 0HDFTE_NC / 0HDFTE_VC
    and 0HDCNT_NC / 0HDCNT_VC were activated in the process.In addition,
    InfoCube 0PAPA_C02 itself, InfoSource 0HR_PA_PA_1 and the respective
    update rules should be active.
    Regards
    Deepak

  • Error installing the Content version of Update rules

    Hi experts,
       While installing Update rule  "0PA_C01 0HR_PA_0"  from BI content  following error is cming,
    "Object Update rules E5ILYDNE80GVD52C5Y47ZBDKJ: Error installing the Content version."
    Infocube , transfer rules are already installed. Datasource 0HR_PA_0 is also in place.
      I have searched relevant quries in SDN.But i did not find the solution.
    Could any one throw light on it?
    Thanx and regards,
    Ajit.

    Hi,
    Is there any log that is generated ? If so you can check for the reason for failure. You can also post the details, which will help us to understand the issue better.
    regards,
    Gaurav

  • ASSERTION FAILED error while migrating update rules

    Hi all,
    We are migrating the 3.x datasource for sd - lo cockpit.
    Migration steps are as follows...
    1. Make a copy of the infosouce. Activate it.
    2. Migrate transfer rules. Activate it.
    3. Migrate datasource.
    4. Migrate Update rules for the respective info providers.
          But while migrating update rules  ASSERTION_FAILED runtime error occurs.
           the assert condition was violated.
           CL_RSTRAN_TEMPLATE========CP or CL_RSTRAN_TEMPLATE======CM003
    Please help i tried all the means to rectify but none succeds.
    It is occuring for each datasource .
    Thanks in advance.
    aravind

    Hello
    Assertion statement is like a conditional break point in ABAP. When you are trying to migrate the update rules,it is failing with Assertion statement it means there is some error with your update rules. Either the mapping is wrong or the the target to which it is mapped is in inactive state. Please check these and retry your migration.
    Regards,
    Krishna Tangudu

  • Update rule to transformation migration error

    Error produced during update rule (BW3.5) to transformation migration. During start routine validation check it states that ' The data object 'COMM_STRUCTURE' has no component called 'BIC/ZCH_FABC1'  but there is a component called 'BIC/ZCH_FAAC1'.
    Even though this component is exist as part of communication structure, migration setup is producing an error.
    System is BI SP 16 level. OSS message is created, if you have experienced any similar issues, pls. share and let us know.
    Thanks, Vijay Rama.

    Hi VJ,
               The ideal best practice is to replace the Routines manually. As BI 7.0 wont hold Comm. structure, You are facing this problem.
    So you replace Comm.Structure to with Source_Fields.
    So while migrating the routines do it manually.
    You can find a lot of info in SDN if you search using the related terms
    regarding Migration.
    Hope this Helps
    Regards
    Karthik

  • Error while activating update rule in Inventory

    I was working with migration of datasource 2LIS_03_BF from 3.x to 7.0 in MM module.
    Recieved an error while activating update rule  0RT_C17 2LIS_03_BF in Inventory module.
    When I checked the routine ,it shows the following error.
    Errror:E:The Dictionary structure or table "/BI0/PMAT_SALES" is either not active or does not exist.
    I am not usre how to resolve this.
    Kindly reply asap.

    1. Activate the master data infoobject for 0MAT_SALES at info object level of RSA1
    2. Replicate and Activate the data source once again by using the program > SE38 : RS_TRANSTRU_ACTIVATE_ALL
    3. Then try to migrate you datasource and activate you update rules.
    it may help you
    Regards.
    Rambabu

Maybe you are looking for

  • Video out of synch with audio using isight camera

    Anybody have any solutions? I am recording using the built-in isight. What seems to be happening is that the first one or two seconds of audio is not being recorded, so it looks like the video is a few seconds behind the audio. Any ideas how to fix i

  • Can anyone help me by explaining how i can reset my security questions?

    I have forgotten my security questions. if anyone could help it would be great thanks?

  • Creating a PDF and Jpeg

          I have two computers one with windows 7 and one with windows 8.1.  My printer is an HP 8600 Plus connected to both computers.      My problem is creating Adobe pdf files with each computer.  For my work I often have to create pdf files using bo

  • Price unit field in material master

    Hi all, Could you please tell me the use of price unit field in accounting view of material master? I know that it is the unit in terms of which standard price is maintained in material master. I also know that it should be equal or less than costing

  • Cannot change mousewheel scroll value

    After re-installing windows and everything that I had on my old desktop, I seem to be unable to change my mouse-scrolling amount on firefox. I've looked through all the troubleshooting questions that have already been posted, and all the users answer