Remodelling option

I want to add one field for my existing cube which already consists of data ,I have used remodelling option
for this i can see the added fields in my cube
but my transformation rules became inactive & even there is no mapping for 0fiscper   if I want to get data for the bewly added fields what nedds to be done

This is normal, each time you add a new fields you have to change trasformation adding adeguate mapping and reactivate them.
If you want to fill this new fiedls also for previous loaded data you can only delete all data and reload.
Hope it helps.
Regards

Similar Messages

  • Can i change the line item dimension for remodeling ?

    Hi everybody,
    I want to remodeling a specific dimension of my cube.
    But, it is a line item dimension and so, i can't add an other characteristic.
    There exist a manipulation to change the option "line item dimension" ?
    Thanks for your help !
    Rodolphe.

    Hi Laloux,
    in remodelling u can add a characteristic to the Cube
    For InfoCubes, you have the following remodeling options:
    For characteristics:
    ●      Inserting or replacing characteristics with:
    ○       Constants
    ○       An attribute of an InfoObject within the same dimension
    ○       A value of another InfoObject within the same dimension
    ○       A customer exit (for user-specific code)
    ●      Delete
    For key figures:
    ●      Inserting:
    ○       Constants
    ○       A customer exit (for user-specific code)
    ●      Replacing key figures with:
    ○       A customer exit (for user-specific code)
    ●      Delete
    You cannot replace or delete units. This avoids having key figures in the InfoCube without the corresponding unit.
    hope it givs u some inforamtion...
    Regards,
    NR

  • Remodelling cube  for Time characterstics

    Hi All
       Can we do remodelling for A cube with Time characterstics. I am trying to add Fiscal year to existing cube with remodelling option. But it is giving error message"please enter a valid value for characteristic ". Can you please help me to understand which char/KF we can remodel.
    Thanks
    Vani

    You can model everything in the cube - Char , KF , Time Character.
    Just delete the data with Dimension & edit cibe. Reactivate & reload the data.
    Regards,
    Viresh

  • Remodelling with customer exit

    Hello Colleagues,
    I have gone thru the threads but couldnt find correct thread to address my issue.
    could you please help me on fulfilling this requirement.
    requirement is :
    1) Add a charectesristic Infoobject to existing infocube by remodelling option.
    2) in remodelling we have to use customer exit option.
    3)the new infobject should be populated with comparing data from another DSO.
    Ex: in the datapackge loading to Infocube I have  prodcut type infoobject. in DSO I have product type and status Infoobjects.
         so it has to lookup the DSO for corrsponding product type values in Datapackage and populate the newly added charecteristic infoobject with DSO's status Infobject values.
    please help me in how to write code for this!!
    regards,
    Lacoche

    Hi,
    Please refer to this article.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/008f9fef-22e4-2a10-d994-a17c55ca06f0
    It talks about remodeling of info cube using customer exit.
    even sample code is also given.
    Hope it helps.
    Thanks,
    Rashmi.

  • Remodelling coding

    We have field storage location stor_loc in our ods.  Using remodelling we are are trying to fill the data
    using remodelling option by adding characteristic zstor using customer exit . Following are the code writtine.  Even the  break point set, the system is not stopping in the debugging mode.
    field-symbols : <l_s_old> type any,
                      <l_fillfield> type any,
                      <l_newfield> type any,
                      <l_stor_loc> type any,
                      <l_version_dimid> type any,
                      <l_version_sid> type any.
      DATA :           l_chavl type rschavl,
                       l_zsto_loc_chavl type rschavl,
                       l_attr type string,
                      l_version_sid type /BIC/AZSD_O2100-stor_loc,
                       l_version type C.
      ASSIGN c_r_newfield->* TO <l_newfield>.
      ASSIGN i_r_old->* TO <l_s_old>.
      ASSIGN COMPONENT 'SID_ZSTOR' OF STRUCTURE <l_s_old> TO <l_fillfield>.
      ASSIGN COMPONENT 'BILL_NUM' OF STRUCTURE <l_s_old> TO <l_version_dimid>.
      break-point.
      select single STOR_LOC from /BIC/AZSD_O2100 into  <l_version_sid>
      where   BILL_NUM = <l_version_dimid>.
      if sy-subrc <> 0.
         RAISE EXCEPTION TYPE cx_rscnv_exception
          EXPORTING
           attr1 = 'CL_RSCNV_USER_EXIT_SAMPLE'
           attr2 = 'EXIT-1'
           attr3 = <l_version_dimid>.
           l_attr = sy-subrc.
      endif.
          CALL FUNCTION 'RRSI_SID_VAL_CONVERT_COMPLETE'
             EXPORTING
                I_IOBJNM    = 'ZTOR'
                I_SID       = <l_version_sid>
            IMPORTING
                E_CHAVL     = l_version
             EXCEPTIONS
                NO_VALUE_FOR_SID = 1
                X_MESSAGE        = 2
                OTHERS           = 3.
            if sy-subrc <> 0.
               RAISE EXCEPTION TYPE cx_rscnv_exception
                EXPORTING
                  attr1 = 'CL_RSCNV_USER_EXIT_SAMPLE'
                  attr2 = 'EXIT-1'
                  attr3 = <l_version_dimid>.
                  l_attr = sy-subrc.
             endif.
      endmethod.

    I have a feeling that if you have posted in the ABAP forum, you would have get more responses.  Check this link and post there
    [Forum: ABAP, General |ABAP Development;
    thanks
    G. Lakshmipathi

  • Activation failed in DSO  for BI 7

    Hi,
       I have an existing custom DSO. I want a add a  new infoobject ZMATERIAL which has ZMATL_GRP as attribute. I have firstly added ZMATERIAL at data source and acivated . DTP is already activated.
    Now I have added ZMATERIAL in DSO and trying to activate the DSO. But getting the following errors-       1. Structure change at field level (convert table /BIC/AZBI7_DSO00)     
                                      2. Enhancement category for table missing
                                       3.enhancement category for include or subtype missing
    Please guide me , how to resolve this issue
    Regards
    Deep

    Hello Deep,
    Did you find a solution to this problem? I know that if you want to change the structure you have to delete the data in the target first otherwise it throws the errors you listed below.
    In BI 7.0 you can change, in other words, remodel an infocube using the remodelling option but i couldn't find anything of the sort for ODS. I have to do something similar and was wondering if you were able to add the field without having to delete the data in the ODS. I would really appreciate it if you can get back to me on this problem.
    Thank You
    MM

  • Adding new info object to a cube.

    Hi Friends,
    This is a BI SYSTEM, we have a cube with existing data in it. Now we need to add a new info object to the dimension of the cube.
    Now we can add the info object to the cube in 2 ways.
    1. remodeling the cube
    2. select the cube in RSA1 , RIGHT CLICK, IN CHANGE MODE add the info object to the dimension of the cube.
    now my question is why we have the concept of remodeling, when we were able to add the info objects to the dimensions of the cube in the change mode.
    kindly explain me in detail.
    thanks.
    Please search the forum
    Edited by: Pravender on Mar 16, 2011 2:58 PM

    Hi Soumya,
    If you go by option 2 of adding Infoobject in Cube by going in change mode and adding the respective Infoobject in Dimension,
    Then you have to delete Data first from the Infocube in order to add infoobject by this option. Otherwise it won't allow you to add infoobject.
    But by remodelling option you can add the infoobject in dimension without deleting any data from Cube. But this option has its own limitations too.
    Please refer the following link for Remodelling Concept:-
    http://help.sap.com/saphelp_nw04s/helpdata/en/58/85e5414f070640e10000000a1550b0/content.htm
    Hope it helps.
    Regards,
    Hardik

  • How to change primary keys of existing InfoCube.

    Greetings everyone!
    I’m trying to change the Key Fields in my reporting architecture as per our new company mandate.  I’ve been able to successfully change the primary keys for DS, DSO and InfoSource.  Can any kind soul out there please tell me how to change the primary keys on an existing InfoCube?  I will surely appreciate all the assistance I can get.  Its kinda urgent!
    Regards,
    Philips

    Hi,
    Check the possibility with Remodelling option . If it is not possible with Remodelling, then you can only change the cube deleting the Data.
    With rgds,
    Anil Kumar Sharma .P

  • CRM Report issues.

    Hi Folks,
    Could anyone provide some light on these issues.
    Basically data is coming from crm server using function module extracton.
    these are the issues:
    1.for date fields data is not coming.
    2.some fields are picking numerical values like for ex user name is picking values like 77,78 etc.how to get names.all the characteristic properties have been checked.numerical values are coming from source system itself.
    3.some new fields are added in data source,so could i go for remodeling option using 1:1 maping.after remodeling what has to be done.
    4.for delta settings calday is possible.
    could anything be done manually on bi side to replace numerical values to text for ex username in above case.
    Awaiting kind response.
    Thanks,
    Kitu
    Li

    1.for date fields data is not coming.
    Debug the FM ,I am asuming it is a custom based FM.
    2.some fields are picking numerical values like for ex user name is picking values like 77,78 etc.how to get names.all the characteristic properties have been checked.numerical values are coming from source system itself.
    Again needs to look at FM to find the issue,get some help from ABAPer to debug
    3.some new fields are added in data source,so could i go for remodeling option using 1:1 maping.after remodeling what has to be done.
    Remodeling is used in order to reflect historical data for those new fields.Please search forums on how to use remodeling in cube
    4.for delta settings calday is possible.
    Delta needs to be handled in FM only on some date field.
    Edited by: JB on Jun 14, 2011 12:19 AM
    Edited by: JB on Jun 14, 2011 12:20 AM

  • BEx : Day wise report

    Hi Experts ,
    I have a requirement for the report, where for the current week it should display the respective week and then day wise.
    I have created a variable where it is taking the current week but i need to know how i can make that report display day wise.
    Kindly help,
    Thanks in advance ,
    M.S

    Hi M.S.,
    Unfortunately you will not be able to generate any Characteristic values in the Report/Queries which is not present in the Cube/DSO etc directly.
    But you can achieve this through "Virtual Characteristics". But performance wise, it might be little slower.
    Pls go through the below link.
    https://wiki.sdn.sap.com/wiki/display/BI/FiveWaystoEnhanceBIFunctionalityUsingABAP--PartIV--VirtualInfoCubes%2CKeyFigures%2Cand+Characteristics
    I would suggest you to add the 0CALDAY, 0CALMONTH, 0CALYEAR & 0CALWEEK to your infocube and do a Time Conversion. It is the best way. Fortunately you dont have to delete the data, you can make use of the "Remodelling" option available in the BI7.x version.
    Pls award points, if helpful.
    Regards,
    Chathia.

  • To add new key figure in existing info cube (BI 7.0)

    I m using BI 7.0
    How can I add new Key figure in my existing info cube?
    Thanks
    KS

    hi,
    check the following the links
    http://help.sap.com/saphelp_nw04s/helpdata/en/58/85e5414f070640e10000000a1550b0/frameset.htm
    thread's regarding remodeling
    Remodeling Toolbox
    Remodelling option in 7.0
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=remodeling+&adv=true&sdn_author_name=&sortby=cm_rnd_rankvalue
    hope this help you
    happy new year 2008
    regards
    harikrishna N

  • Add new key figure and characterstic into cube without touching historical

    Hi ,
    I have cube in prodcution which has historical data of last 4 years .
    Now buisisness is asking me to add one keyfigure and and one characterstic to cube without tcouchingand next load these 3 fileds to be populated .
    is it possible to this ?
    Please let me know

    check the blog by Nagesg Ganisetty regarding remodelling option available in 7.0.
    thats a good blog and very informative.
    http://help.sap.com/saphelp_nw04s/helpdata/en/8c/131e3b9f10b904e10000000a114084/frameset.htm

  • Customer exit in bi

    We have 0stor_loc in our ods ZSD_o21.  In the cube we do not have this field. Hence we are using the remodeling option to bring ZSTOR (storage location) field in the cube. For remodeling we are using Add characteristic and customer exit to fill the data to ZSTOR in the cube.
    We have maintained the master data for the info object ZSTOR.
    Following is the customer exit used. When we run sm37, the job is getting cancel by creating ZSTor.
    method IF_RSCNV_EXIT~EXIT. Is there anything wrong witht he coding. Please guide.
    user exit
      field-symbols : <l_s_old> type any,
                      <l_fillfield> type any,
                      <l_newfield> type any,
                      <l_stor_loc> type any,
                      <l_version_dimid> type any.
      DATA :           l_chavl type rschavl,
                       l_stor_loc type rschavl,
                       l_attr type string,
                       l_version type C.
      ASSIGN c_r_newfield->* TO <l_newfield>.
      ASSIGN i_r_old->* TO <l_s_old>.
      ASSIGN COMPONENT 'SID_0BILL_NUM' OF STRUCTURE <l_s_old> TO <l_fillfield>.
    CALL FUNCTION 'RRSI_SID_VAL_SINGLE_CONVERT'
      EXPORTING
        I_IOBJNM               = '0BILL_NUM'
      I_S_COB_PRO            =
        I_SID                  = <l_fillfield>
    IMPORTING
      E_CHAVL                = l_chavl
      E_S_NODESID            =
      E_S_NODESID_ASO        =
    EXCEPTIONS
       NO_VALUE_FOR_SID       = 1
       X_MESSAGE              = 2
       OTHERS                 = 3.
      IF sy-subrc  = 0.
         l_attr = text-001.
         RAISE EXCEPTION TYPE cx_rscnv_exception
         EXPORTING
         attr1 = 'CL_RSCNV_USER_EXIT_SAMPLE'
         attr2 = 'EXIT-1'
         attr3 = 'l_attr'.
       endif.
      select single STOR_LOC from /BIC/AZSD_O2100 into  l_stor_loc
      where   BILL_NUM = l_chavl.
      if sy-subrc <> 0.
        RAISE EXCEPTION TYPE cx_rscnv_exception
         EXPORTING
          attr1 = 'CL_RSCNV_USER_EXIT_SAMPLE'
          attr2 = 'EXIT-1'
          attr3 = <l_version_dimid>.
        l_attr = sy-subrc.
      endif.
      CALL FUNCTION 'RRSI_VAL_SID_SINGLE_CONVERT'
        EXPORTING
          I_IOBJNM         = 'ZSTOR'
          I_SID            = l_stor_loc
        IMPORTING
          e_sid         = <l_newfield>
        EXCEPTIONS
          no_sid              = 1
          CHAVL_NOT_ALLOWED   = 2
          CHAVL_NOT_FIGURE    = 3
          chavl_not_plausible = 4
          x_message           = 5
          interval_not_found  = 6
          foreign_lock        = 7
          inherited_error     = 8
          OTHERS              = 9.
      if sy-subrc <> 0.
        RAISE EXCEPTION TYPE cx_rscnv_exception
         EXPORTING
           attr1 = 'CL_RSCNV_USER_EXIT_SAMPLE'
           attr2 = 'EXIT-1'
           attr3 = <l_version_dimid>.
        l_attr = sy-subrc.
      endif.
    endmethod.

    Sahana,
    Did you find out the answer to your problem. I implmented the customer exit for a remodeling rule and I am having the exact same result. The job gets terminated when I schedule remodeling for a cube. I am wondering if this happens if there is an error in populating the newly added field. Please let me know if you found a way to debug this.
    Thanks,
    Kalpana

  • How i add 0tax_amount KF in the 0SD_C03

    Hi,
    Can anyone suggest me that how i add 0tax_amount in the cube 0SD_C03 without deleting the data from the cube. And for this cube daily delta is running.
    And if I add the field and run the delta then what will happen?
    Thanks,
    Nitesh

    Hi,
    U have go for the Remodelling concept if your system is BI 7.
    Tcode:RSMRT.
    For InfoCubes, you have the following remodeling options:
    For characteristics:
    a) Inserting, or replacing characteristics with:
    1. Constants
    2. Attribute of an InfoObject within the same dimension
    3. Value of another InfoObject within the same dimension
    4. Customer exit (for user-specific coding).
    5. Delete
    b) For key figures:
    1. Inserting:
    2. Constants
    3. Customer exit (for user-specific coding).
    Blog: /people/mallikarjuna.reddy7/blog/2007/02/06/remodeling-in-nw-bi-2004s
    http://help.sap.com/saphelp_nw70/helpdata/EN/58/85e5414f070640e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/58/85e5414f070640e10000000a1550b0/frameset.htm
    /thread/754296 [original link is broken]
    Remodeling of InfoCube
    Remodelling option in 7.0
    Is remodelling only poss for Cubes...?

  • Assignments in transformations

    Hi,
    I'm working on a BW 7.4 SP07 system. Whenever I remove a characteristic from an InfoProvider, assignments of other characteristics (especially routines) are deleted. Normallay, I expect only to see the transformation inactive without changing any other assignments.
    I couldn't find any OSS notes related to this case.
    Does anyone have any idea or experienced the same before?
    Thanks!

    Where your facing this issue?
    at dev system?
    Try to do delete info object form your target by using remodeling option and see it.
    Below option is the last option.
    if your target not yet been moved to production then you can try to create new cube with required info object.do the transformations and activation.

Maybe you are looking for

  • Video took on iPhone 5 is choppy and poor quality after sync

    Dear Apple Support Community, Video that I take with my iPhone5 running the newest iOS runs crappy on my mac.  I sync my phone and upload all my pics and video to iPhoto and the video's picture is choppy and the frames skip, however the sound is unaf

  • OpenGl and GLEW on Mac?

    Hello I am trying to install GLEW on my Mac operating system for my computer graphics course. The instructions to get C++ working with OpenGL are below. I am having trouble installing GLEW. That link below does not seem to exist. What are some ways t

  • I wish to speak to adviser who can help with my problem , not start a discussion about it

    I wish to speak to an advisor about my problem nor start a discussion about it

  • Completed Process instance - History of Context data

    Hi, I've a completed process instance. I'm able to look for that process instance at "Manage Process" -> ....... -> "Advance Search". My question is, how can i view the history of the context data for each of the tasks of the completed process instan

  • Apache reports "access denied/HTTP 1.1"

    When browsing a certain website, I often get the message "access denied/HTTP 1.1" from the Apache Webserver. Sometimes the error message starts with this output, and the whole page fills with all kind of strange and unreadable special characters. Thi