Creating CVCu00B4s from infocube

Hi there
We have added a new char. to out MPOS and are now facing the challenge of creating CVC´s from our infocube which does not have this new char. but we are getting this error "InfoCube APODP01I does not have the required structure"
We thought that we could use the BADI /SAPAPO/SDP_MASTER, method COMBI_ENRICH to fill in the value for this new char, but it does not work.
Of course we could add the char to our infocube but we would like to avoid that.
Thanks in advance

Hope you would have taken the  back up of  old cvc's.You can manipulate  the old cvc's adding one more charateristic in file format and re-upload them through File interface in creating CVC for new POS.
Also please ensure that new charateristic was really required....or attribute of an characteristic could have served the business requirement....Adding new characteristic means loosing the planning data..

Similar Messages

  • Error while creating transformation from DSO to InfoCube

    Hi Gurus,
       When i am creating tranformation from DSO to InfoCube getting an error,        " The unit/currency 'Source Currency 0CURRENCY ' with the value 'space' is  assigned to the key figure 'Source Key Fig. ZAMT_PLC ' with the value   
    '8.50 ' "
    ZAMT_PLC is created with 0CURRENCY.
    On checking we found that there is no value stored for Currency field in table level itself. Now in this case how do we avoid this error.
    I want to know why is this we need to have value for 0Currency field???
    Thanks & Regards,
    Anup

    Hello Anup,
    If you load a key figure which has a unit assigned to it,
    then for every records where the key figure has a valid value
    (value 0) the corresponding unit has to be delivered as well.
    Additionally please check note 1366474 regarding the RSTRAN 312
    error message:
    "The corrections contained in Note 1165168 are incomplete.
    Depending on the sequence during loading, the system may not issue error
    message RSTRAN 312 even though data regarding the assigned unit or
    currency "space" is incorrect."
    This means actually, that the system should have issued the RSTRAN312
    error message even before the upgrade, but for some reason this
    check found no issues in some constellations. This means furthermore
    that your system behaved incorrectly in the past, that this
    error message was not triggered if you loaded key figures without
    any unit.
    I'm sorry to tell you, but the system behaves and works as designed
    as it should be even before the correction from note 1366474.
    Please change your transformations for key figures which
    have a unit assigned, that the unit field is filled correctly.
    with the corresponding units, otherwise the system will abort
    the processing of the data with the above mentioned error
    message.
    Best Regards,
    Des

  • Unable to automate deletion of old data (requests) from InfoCube using a PC

    Each week I copy open Notifications into a 'SnapShot' cube, from the Transaction Cube, using the current date to make it a unique copy/snapshot for that week.  This is then reported on showing, amongst other things, the trend of open Notifications throughout the year.
    In an effort to ensure this doesn't grow too big, I will only keep a rolling 52 weeks of data.  I thought I could use a feature available when creating Process Chains called 'Delete Overlapping Requests from InfoCube' to manage the amount of data held (52 weeks only).
    The variant used to delete the requests has been created linked to object type 'Data Transfer Process' (DTP) and the actual DTP used to load the  'SnapShot' cube ... I then click the 'delete selections' button.  On the next window I select 'Request Selection Through Routine', then click 'Change Routine'.  I entered the following code, which I borrowed from another thread:
    data: datum(16) type c,
    date type sy-datum.
    date = sy-datum.
    date = date - 365.
    break-point.
    concatenate date sy-uzeit into datum.
    loop at l_t_request_to_delete.
    delete l_t_request_to_delete where timestamp gt datum.
    endloop.
    append l_t_request_to_delete.
    p_subrc = 0.
    I get a message saying "No Requests for deletion were found'.  Any ideas?

    HI Tony,
    Please check whether the timestamp value you are popolating i filed datum with the following statement:
    concatenate date sy-uzeit into datum.
    has same data format and type as the timestamp for the request.
    If this is not same then you will not be able to find any request corresponding to timestamp.
    - Geetanjali

  • Delete Overlapping Request from InfoCube.

    Hello,
    I am using process Type "Delete Overlapping Request from infocube" in this I am selecting object type as a "DTP"
    Under "Delete Selection" I am selecting following
    1. Only Delete Requests from same DTP
    2. Only Delete Full DTP request
    3. Only Delete DTP Requests from Same Source
    I am using "Full Load" in my DTP.
    My requirements are like  I need to delete old data and load new data every day in to  a cube for that I am using this process type.
    If anybody have better solution please let me know.
    Thanks,

    Also
    I am not deleting Index  OR  Not creating Indexs while using process type "Deleting overlapping request InfoCube"
    what will be the impact on the cube?
    How many index will have infocube?
    If the cube having more than one index if i delete index, which index will be deleted?
    Thanks,

  • "Delete Overlapping Requests from InfoCube" in a Process Chain

    Dear all,
    I encountered a problem when I building the process chain in BW 3.0.
    In a process chain, I schedule daily an InfoPackage to load data to an InfoCube and then delete the previously loaded data by the same InfoPacckage from the InfoCube.
    For example, I have 2 InfoPacakge, A and B, and schedule to load data to InfoCube C. In the process chain, I scheduled daily the following tasks in sequence:
    - Delete index in InfoCube C
    - Load data through InfoPackage A to InfoCube C
    - Delete duplicated request previously loaded through InfoPackage A in InfoCube C
    - Load data through InfoPackage B to InfoCube C
    - Delete duplicated request previously loaded through InfoPackage B in InfoCube C
    - Create index in InfoCube C
    However, when I activate the process chain, a warning message is prompted: No type "Delete Overlapping Requests from InfoCube" process allowed infront of process "Execute InfoPackage" variable ZPAK_4GMFI
    Would anyone tell me why such warning message is prompted?
    Many thanks!
    Best regards,
    Marcus

    Hi all,
    Re Ranjan:
    I previously config the process chain like that:
    (1)   Delete index in InfoCube C
    (2)   Load data through InfoPackage A to InfoCube C
    (3a) Delete duplicated request previously loaded through InfoPackage A in InfoCube C
    (3b) Load data through InfoPackage B to InfoCube C
    (4)   Delete duplicated request previously loaded through InfoPackage B in InfoCube C
    (5)   Create index in InfoCube C
    where (3a) and (3b) is executed simultaneously.
    However, (3b) often reports error. I guess it may be due to the parallel run of (3a) and (3b). So that's why I set the process chain to be executed in serial.
    Re Jacob:
    I found that the process chain can be run even a warning message is prompted when activating the process chain!.
    Thanks you all for your kind support!!
    Best regards,
    Marcus

  • How to create Real Time Infocube in BW

    Hi BW Experts,
    We got one requirement. We need to create one Real Time Infocube.
    Our Users will enter the data in Query Analyzer later.
    Please can anyone tell me the step by step.
    Is there any settings we need to give..
    Thanks & Regards
    Anjali

    Hi,
    Creating a Real-Time InfoCube
    When creating a new InfoCube in the Data Warehousing Workbench, select the Real-Time indicator.
    Converting a Standard InfoCube into a Real-Time InfoCube
    Conversion with Loss of Transaction Data
    If the standard InfoCube already contains transaction data that you no longer need (for example, test data from the implementation phase of the system), proceed as follows:
           1.      In the InfoCube maintenance in the Data Warehousing Workbench, from the main menu, choose InfoCube ® Delete Data Content. The transaction data is deleted and the InfoCube is set to inactive.
           2.      Continue with the same procedure as with creating a real-time InfoCube.
    Conversion with Retention of Transaction Data
    If the standard InfoCube already contains transaction data from the production operation that you still need, proceed as follows:
    Execute ABAP report SAP_CONVERT_NORMAL_TRANS under the name of the corresponding InfoCube. Schedule this report as a background job for InfoCubes with more than 10,000 data records because the runtime could potentially be long.
    Try
    http://help.sap.com/saphelp_nw04s/helpdata/en/39/100c38e15711d4b2d90050da4c74dc/frameset.htm
    Hope this helps.
    Thanks,
    JituK

  • From infocube to excel

    Hello Guys,
      Any idea about how to write the data from infocube to excel?
    Regards,
    En.

    Hi,
    You can directly download the data of infocube to excel.
    Display the data of the infocube. ON the menu bar click on LIST - - > EXPORT -- > LOCAL FILE . Choose spreadsheet. Specify the path and name of the file and click on generate. This would load the data from cube to excel on to your machine.
    Alternatively you can download the contents of your Cube into a CSV file using Open Hub destination.
    For OHD see the below steps.
    1. Select Open Hub Destination from RSA1.
    2. Right Click on the info area Select Create Open Hub Destination.
    3. provide Name, Description for the Open Hub.
    4. In template, Select Object type as "Infocube" and give the name in Name field. Press Enter.
    5. In Destination tab, Select Destination type as File. Give all other details like Filename, Directory etc. select type as FILE and give SEPARATOR as comma(,)
    6. In Field Def tab, you will see all the Fields that can be transferred from Source infocube to File. Click Save.
    7. Right click on created open hub, Create transformation. Give Source as the infocube. Make transformation as needed.
    8. Now similarly Create DTP. Then Save and Activate the DTP.
    9. you can schedule your extract.
    Hope it helps

  • Data From Infocube(Source)  to Infocube(Target)

    Hai ,
    Please can some tell me how to populate data from Infocube to Infocube.Iam working on BW 3.5.
    I have created one infocube and loaded data into it and then right clicked on first infocube and said export datasource.I am able to see in BW source system the data source.Now i have created second cube and i want to populate data from 1st cube.
    Please tell me the procedure.I will allocate points to all of u.Thanks in advance.
    Bye
    Madhu

    Hi,
    what are the navigational steps  in loading data from cube to cube?
    3.X
    how to copy the one cube to onether cube
    7
    Create transformation btn cubes.
    Create DTP and run it.
    Loading data from one cube to another cube.
    Cube to cube data loading
    how to upload data from cube to cube
    Can we pull data from one cube to another cube
    Data Load Steps:
    Reading data from another cube
    Thanks,
    JituK

  • BW Statistics: Deleting Data from InfoCubes.

    Hi,
    I want to see data in BW Statistics: Deleting Data from InfoCubes.
    I am working on  BI 7.
    I have set the infoprovider in Tcode RSDDSTAT.Marked 2 Infocube statistics ( X) and OLAP(2).
    Already activated the BI Statistics.
    I am deleting data from one of the cube . But when I go to cube 0BWTC_C11(BW Statistics: Deleting Data from InfoCubes)
    It is not showing any data .
    I can't see any data in RSDDSTATDELE table also
    Do I need to do any other setting ? Am I missing any steps?
    I need to dislay the log for deleted request /deleted data  ?
    I need to display the log for deleted infoobject/infopackage also? Where can i get this ?
    Pls guide  .
    Regards
    Nilesh

    Hi Venkat,
    I can not able to see in the report also . I have tried 0BWTC_C10/0BWTC_C10_Q251 to 254.
    Whenever I am doing to delete it individullay it goes to table SDDSTATDELE .But whenever I am deleting whole data from cube or request ID  it is not updating  table RSDDSTATDELE.( which is further used to get data )
    <b>I got this from SAP help .</b>
    The characteristic can have the following characteristic values C,N,D and T:
    C (Choose): The system automatically chooses the best delete mode. This is N or D.
    N (Create New): If over 10% of an InfoCube’s data records are to be deleted, the system replaces the InfoCube fact table with a table with data records that are not to be deleted.
    If you want to delete more than 10% of the records, the system creates a new table, copies the data records you want to keep to the new table, deletes the old table and then renames the new table.
    D (Delete): If you want to delete less than 10% of the data records, the system deletes these individual records directly from the InfoCube fact table.
    <b>T<b> (Truncate): If you want to delete all data records, the system deletes all data records from the tables, but retains the tables in the database.</b></b>
    So how to see these records? I am doing full upload to cube 0BWTC_C11(BW Statistics: Deleting Data from InfoCubes).
    Before this do I need to extract data for other CUBE also.
    Pls suggest .
    Regards
    Nilesh

  • Data Marting from Infocube to ODS

    Hi,
    I am trying to extract information from an Infocube and load it into an ODS.  I generated the export datasource of the infocube and created update rules on the ODS from that generated infosource (8+infocube name).  Created an infopackage for the init, and the deltas.  When I try to load an init with data, it brings 0 rows, but when I do a full update, it brings all the rows from the infocube.  Even if I do an init w/o delta, and then do a delta afterwards, it does not bring any rows.  The problem with that is obviously our development system is small compared to our larger production system, and we cannot afford to do full loads every night.  Am I doing something wrong?  Do additive deltas work from Infocube datamarts?
    Thanks,

    Hi,
    If u dont roll up when u have aggregates, then the requests are not available for reporting. and its even not identified for next delta. So if u have aggregates, pls roll it up and then try pulling delta. Hope this time it will work.
    Regards
    Sriram

  • Error while creating subsite from site template

    Hi,
    I am getting below error while creating subsite from existing site template .
    Sachin Bhosale

    There must be a duplicate Email field created in any list/library. The cause can be identified by renaming the site template to sitename.cab > extact the cab file > open the manifest file search for email and see where it is associated. Refer
    to the following blog post for more information
    http://sharepointserved.blogspot.com/2012/11/a-duplicate-name-was-found.html
    http://sharepoint.stackexchange.com/questions/11944/error-when-creating-a-site-from-custom-template-a-duplicate-field-name-name
    Cheers,

  • Cannot create iView from PAR file

    I am trying to create an iView from PAR file. But when I select the option,
    "Portal component - create an iView from a portal component contained in a deployed portal archive (PAR) file"
    and click next, I get the following error.
    Error______________________________________
    Step 1:  Portal Archive Selection
    No templates to display. You are not assigned to any existing templates.
    I have portal_configurator and developer roles assignmed to myself. Which other role do I need? I cannot get admin role.
    Note: Other users with admin roles can create iViews.

    Hi
    What is your portal version details ?
    In EP 7.0 you do not have the option -- New From PAR.
    So to create IView from Par, you should select the option New --> IView and then there will be an option to select par file.
    Otherwise
    1.Check if your par file is deployed on server.
    2. Check the portalapp.xml, if you have configured your components properly.
    Cheers
    Chinmaya
    reward for helpful answers

  • How do I use "Trim Paths" after "Create Shapes from Vector Layer" on a strokes only layer?

    Hello,
    Adobe After Effects CC
    2014.0.2
    Version 13.0.2.3
    I have imported an illustrator file that was created in Illustrator CC 18.0.0. The file contains the outline of a logo. It is the logo with the fill set to none and the stroke set to 1px.
    I drag the logo_strokes.ai file onto the composition, right click, and click Create Shapes from Vector Layer.
    A new layer is created and in the Contents "drop down", a Fill 1 layer is created.
    When I select the Contents "drop down" and click Add / Trim Paths, a Trim Paths 1 layer is created.
    When I animate Trim Paths 1, it appears to animate the Fill layer, not the stroke.
    How do I get it to animate just the stroke, and not show a fill at all?
    Thank you.

    Thanks,
    I am reading and watching tutorials. Still stuck on that one point.
    Here are the images of the After Effects layers. The illustrator layer is the top layer.

  • Error creating document from using list using Document Template

    Hi All,
    I am trying to create a document from sharepoint list and upload it to a document library using item added and item updated event receiver methods. I can create metadata from list update in document library but unable to open the document. The error message
    I get is "we're sorry. we can't open "Filename" because we found a problem with its contents. no error detail available". Please see the below code.
    SPSecurity.RunWithElevatedPrivileges(delegate()
                       try
                           string TemplateUrl = string.Empty;
                           SPWeb web = properties.OpenWeb();
                           web.AllowUnsafeUpdates = true;
                           SPDocumentLibrary olist = web.Lists["NewLibList"] as SPDocumentLibrary;
                           String url = olist.RootFolder.ServerRelativeUrl.ToString();
                           SPFile file = null;
                           file = web.GetFile(olist.DocumentTemplateUrl);
                           if (file != null)
                               SPListItem oItems = properties.ListItem;
                               web.AllowUnsafeUpdates = true;
                               byte[] readStream = file.OpenBinary();
                               SPFile uploadedFile = olist.RootFolder.Files.Add("http://site/subsite/Libraryname/" + properties.ListItemId.ToString() + ".docx", readStream,
    true);
                               SPListItem listitem = uploadedFile.Item;
                               listitem["Firstname"] = oItems["Firstname"];
                               listitem["Lastname"] = oItems["Lastname"];
                               if (uploadedFile.CheckOutType != SPFile.SPCheckOutType.None)
                                   uploadedFile.CheckIn(string.Empty);
                               listitem.Update();
                               uploadedFile.Update();
                               web.AllowUnsafeUpdates = false;
                       catch (Exception ex)
                           EventLog.WriteEntry(EventLogName, ex.Message, EventLogEntryType.Error);

    Hi,
    Please try to use the code below:
    SPSecurity.RunWithElevatedPrivileges(delegate()
    try
    string TemplateUrl = string.Empty;
    SPWeb web = properties.OpenWeb();
    web.AllowUnsafeUpdates = true;
    SPDocumentLibrary olist = web.Lists["NewLibList"] as SPDocumentLibrary;
    String url = olist.RootFolder.ServerRelativeUrl.ToString();
    SPFile file = null;
    file = web.GetFile(olist.DocumentTemplateUrl);
    if (file != null)
    SPListItem oItems = properties.ListItem;
    web.AllowUnsafeUpdates = true;
    Stream readStream = file.OpenBinaryStream(); //file is SPFile type
    SPFile uploadedFile = olist.RootFolder.Files.Add("http://site/subsite/Libraryname/" + properties.ListItemId.ToString() + ".docx", readStream, true);
    uploadedFile.CheckOut();
    SPListItem listitem = uploadedFile.Item;
    listitem["Firstname"] = oItems["Firstname"];
    listitem["Lastname"] = oItems["Lastname"];
    listitem.Update();
    uploadedFile.Update();
    uploadedFile.CheckIn(string.Empty);
    web.AllowUnsafeUpdates = false;
    catch (Exception ex)
    EventLog.WriteEntry(EventLogName, ex.Message, EventLogEntryType.Error);
    If the issue still exists, I suggest you dubug your code and check whether line of code error.
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Selective Deletion from Infocube Only (Not from Aggregates)

    Hi,
    For the Selective Deletion, i used the FM 'RSDRD_SEL_DELETION' in program. But this FM deletes the data first from Infocube then from aggregate.Because of this, deletion took more time to delete and adjust the Aggregate.
    I need an way in which i can delete the data from Infocube only and after i reach to my reconcile period then i will deactivate and actiavted the aggregate, so the data will be consistent in Infocube and aggregate.
    is there any to Delete(Selective Deletion) the data only from the Infocube not from its aggregate (for the Performance Point of View)?
    Thanks in Advance.
    Regards,
    Himanshu.

    Hi
    You can try manual selective deletion which will delete data from cube only. check out the below thread.
    steps fro selective deletion for cubes and ODS
    If you want to delete data from FM only, then try to deactivate your aggregates before you start your selective deletion.
    Once deletion is done, you can reload the aggregates
    Regards,
    Venkatesh

Maybe you are looking for

  • ORA-01008 with ref cursor and dynamic sql

    When I run the follwing procedure: variable x refcursor set autoprint on begin   Crosstab.pivot(p_max_cols => 4,    p_query => 'select job, count(*) cnt, deptno, row_number() over (partition by job order by deptno) rn from scott.emp group by job, dep

  • Error message on the display

    I changed the ink cartridges and managed to print a copy. The message on the display then said - Pull out the paper tray. Load plain paper then press OK. Which I did. The message now reads "Printing alignment page" However it doesnt print and the mes

  • A security comparison graph from Vanguard site does not print.

    When I go to "File, Print Preview" the graph and legend does not appear. The text above and below the graph does show. I believe the graph is produced using Adobe Flash. The graph prints fine when I use Internet Explorer.

  • With clause vs sub-queries

    db and dev 10g rel2 , hi all, i am trying to learn the "WITH CLAUSE" , and i do not see any difference between using it and using sub-queries . when i searched for this , i found that the with clause is used when You need to reference the subquery bl

  • How to caputre report output into an internal table?

    Hi, Is there a way to capture report output into one internal table? Regards, Amruth