Properties not getting updated during dimension build

Hi-
I'm building an Account dimension. The build only updates the aggregation property and not the storage property. Any pointers at what can be the issue?
I've a rule file that is set to allow property changes.
thanks
PARENT0,Account     CHILD0,Account     ALIAS0,Account     PROPERTY0,Account     PROPERTY0,Account
AC_1     AC_2     Desc1     +     Dynamic Calc
AC_1     AC_3     Desc2     +     Store
AC_2     AC_2a     Desc3     +     Store

Check out the link here: http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_dbag/dotrules.htm
Table 39. Member Property Codes shows the proper coding for properties. As far as I know, you need to use the codes instead of the store option names. S for store, X for dynamic calc, etc.
Cheers,
Mehmet

Similar Messages

  • Batch Classification data not getting updated during the GR of the PO

    Dear Gurus,
    While doing the GR of the Purchase order the classification data for the batch should get updated .However we can see those data in MSC2N (Change batch) but not in MSC3N (Display Batch) .While consultuing with SAP we found that the data in MSC3N is directly picked in the AUSP table but the data in MSC2 N  reads the information directly from the
    reference table field (MCH1-LWEDT & MCH1-LIFNR .My Qusetion is why this the AUSP entries are not getting updated during the GR itself.
    Sumit Mohan

    Hi Sumit,
    I am not sure about your question, but if you want to populate the classification data during goods receipt then you need to maintain characteristics values in material master for classification tab under class type batch i.e. 022. After then it will apper during goods receipt for characteristics value for batch.
    Regards,
    Bhagat

  • [svn:fx-trunk] 11546: fix so the textLayout. swc does not get modified during the build process.

    Revision: 11546
    Author:   [email protected]
    Date:     2009-11-06 15:42:05 -0800 (Fri, 06 Nov 2009)
    Log Message:
    fix so the textLayout.swc does not get modified during the build process.
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/build.xml

  • Excise Part-2 is not getting updated during the MIGO

    Dear Experts,
    When I am doing GR (MIGO), I am selecting the Excise posting transaction in "Excise" header tab as "Capture & Post Excise Invoice".
    But, here after posting the GR, only Part-1 is getting updated. Part-2 is not updating. Moreover, if I try to post the same vendor excise invoice in J1IEX, it is giving the error as " Part-1 not yet posted even though Part-1 is updated. Can any body suggest what is the root cause for the same?
    One more thing is, once I select "Only Capture Excise Invoice" during GR, in the normal process Part-1 is updating and I'll be able to post the Part-2 in J1IEX. There is no issue. But, I can't be able to post the Part-2 during GR.
    Note: I am receiving the goods against with the STO. And, we are paying the customs against with the STO. After paying the Customs Invoice, we are receiving the goods into our manufacturing Plant from logical plant.
    Thanks in advance for your action!!!!
    Regards,
    Satya
    Dear

    Hi Ashok,
    I went through the above note. It explains the causes that why the posting is not happening in J1IEX.
    And, as per the solution that is in that note, if we change the status of that excise invoice from 'P' to Blank in the table J_1IEXCHDR, then Vendor excise invoice will be cancelling.
    So, I guess this can't resolve my issue. Because, my issue is if I select "Only Capture Excise", the Part-1 is updating in MIGO and I am able to post the Part-2 in J1IEX. But, If I select "Capture & Post Ecxise Invoice" in MIGO, then only Part-1 is updating and even I am not able to post the Part-2 in J1IEX also as the status of the Excise Invoice is "Posted".
    And, this is happening frequently during MIGO while selecting "Capture & Post Excise". So, I guess the Function Module / BADI which updates the J_1IPART2 is not getting triggered during MIGO. Once it triggers in MIGO, then Part-2 will be posting in GR itself.
    Could you please let me know the standard FM / BADI which updates the Excise Invoice Part-2 (J_1IPART2). So that I'll check with my ABAPer whether it is triggering or not during the MIGO.
    Thanks,
    Satya

  • Acrobat 7.0 properties not getting updated

    Hello Everybody,
    The PDF properties of the file that i am changing in my application is not reflected in the PDF File
    I have used the below code to set the property:
    CAcroPDDoc acroPDDoc;
    acroPDDoc.SetInfo (_T("Creator"),pdfDocProperties.m_Creator);
    acroPDDoc.Save(1,strFileName) ;
    The document properties sets fine for the file in Acrobat 9.0 where this is not properly setting for Acrobat 7.0.
    Below is the code for the acroPDDoc.Save
    long CAcroPDDoc::Save(short nType, LPCTSTR szFullPath)
    long result;
    static BYTE parms[] =
    VTS_I2 VTS_BSTR;
    InvokeHelper(0x17, DISPATCH_METHOD, VT_I4, (void*)&result, parms,
    nType, szFullPath);
    return result;
    Is the syntax wrong or its as per the specification of Acrobat 7.0?
    Regards,
    Nethaji

    ok Aandi
    let me summarize what our problem is
    we are using the below code for setting document properties say "Eg: Title " for PDF file through our application
    CAcroPDDoc acroPDDoc;
    acroPDDoc.CreateDispatch(_T("AcroExch.PDDoc"))
    if ( acroPDDoc.Open( strFileName ) )
    acroPDDoc.SetInfo (_T("Title"),pdfDocProperties.m_Title);
    acroPDDoc.Save(1,strFileName) ;
    acroPDDoc.Close();
    The title field is not getting updated in the PDF FILE; Whenever "acroPDDoc.Save" is executed the Title filed gets updated with "Title" as it is .we have tried several scenarios given by you but still we cannot conclude this one.
    The acroPDDoc.Save code is :
    long CAcroPDDoc::Save(short nType, LPCTSTR szFullPath)
    long result;
    static BYTE parms[] = VTS_I2 VTS_BSTR;
    InvokeHelper(0x17, DISPATCH_METHOD, VT_I4, (void*)&result, parms, nType, szFullPath);
    return result;
    The above acroPDDoc.Save works properly for Acrobat 9.0.it updates the title field
    This problem occurs in Acrobat7.0 and not in 9.0
    This is our problem please help us.

  • Backing bean properties not getting updated

    I have an input text in my JSP page and it is component-bound to backing bean. The problem is that when I change value of the InputText in the JSP, the value is not getting updated in the backing bean.
    Here is the InputField definition in JSP page.
    <h:inputText binding="#{backing_employeeEdit.firstName}"
    id="firstName"/>
    and here is the setter in backing bean
    public void setFirstName(HtmlInputText inputText1) {
    this.firstName = inputText1;
    Pls note that there is no validation errors because the page navigates successfully. The only problem is that new value is not updated.

    I don't know, wht exactly u wants to do... Here is java code and is working fine for me...
    Emp.java
    public void action() {
         System.out.println(inputText.getValue());
         Emp tt = new Emp();
         inputText.setValue(inputText.getValue().toString()+"bilal");
         tt.setInputText(inputText);
         System.out.println(inputText.getValue());
    JSP...
    <f:view>
    <h:form>
    <h:inputText binding="#{emp.inputText}" />
    <h:commandButton value="submit" action="#{emp.action}" />
    </h:form>
    </f:view>
    faces-config file contents....
    <managed-bean>
              <managed-bean-name>emp</managed-bean-name>
              <managed-bean-class>
                   com.nous.application.Emp
              </managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
    </managed-bean>
    Here scope has to be session, otherwise u will lose old value...

  • Tuple data not getting updated during Import!!!!!

    Hi Experts,
    I am trying to update the tuple data using Import Manager.
    I am using Set tuple update
    New data - > Create
    Existing Data -> To update mapped fields.
    In the scenario there can be various Company Code data for one MDM ID. When I try to import the data for some of the records all the Company Codes are updated whereas for others some of them gets updated and not all.
    Has anyone come across this issue.
    Would really appreciate if you can share the solution ASAP.
    Thanks in advance.
    Best Regards,
    Parul Malhotra

    Hi Parul,
    Please do a test,try importing the same record through import manager.
    If you get correct result through Import manager and incorrect using MDIS it suggests there is an issue with the automated Tuple import.As Abhishek has rightly said there is a bug in SAP MDM SP04 and lower versions and that has been taken care in SP06 and higher versions.
    Please let us know your findings.
    Thanks,
    Ravi

  • Descriptor properties not getting updated from the BPEL console.

    Hi,
    I am facing issues with updating the descriptor properties, like path for the rejectedMessageHandlers for file adapter, from the BPEL console. The issue is indeterministic in nature, meaning sometimes it happens and sometimes it doesn't, but majority of the times it does.
    I tried this putting the BPEL process in the turned off sate as well, but no good.
    The BPEL PM version is 10.1.2.0.2
    Thanks,
    Prem.

    Hi Clemens,
    Could you please update me on this issue, if this is a bug.
    Thanks & Regards,
    Prem.

  • Matlab workspace not getting updated while labview mex file is running

    Hi,
    Let me start from the overview of the system for better understanding.
    The system is to acquire data from a DAQ6070e using labview 7.1 . this data is then to be used in matlab for processing. All this needs to happen in real time hence the data is to be acquired from labview and outputted into matlab in real time.
    in order to do this we generated the labview and the matlab codes seperately. After days of hard work we managed to import the labview vi into matlab using a math interface toolkit, but now have run into another interesting problem.
    the workspace in matlab is not getting updated during the time the labview vi is running inside matlab. it only updates after the vi has run . for example if i need to monitor the system for 300 seconds then ideally the labview vi should output the samples for each acquisition and output it to matlab, what actually is happening is that the labview keeps running for 300 seconds without outputting any data during those 300 seconds and only outputs the last set of acquisition values at the end of the 300 seconds. Which beats the purpose of the whole program.
    Kindly help
    Regards
    Manuj

    Thanks Mate,
    What you said about "MEX file will not be able to "store" data between runs" ,i realised in the morning. as a result i dont think your suggestion of for loop will also be effective as labview mex file will not acquire data during matalb code execution and vice versa.
    Hence i have decided to do it the other way...we will now try to run the matlab code in labview.
    this leads to other problem
    As this is a real time operation i need to find out a way of storing the data into computer memory and then reading from it(when i say memory i do not mean writing it to a file and readin from it as that is slow) becasue i think the buffer i am specifying in my AI config is not big enough.
    I was thinking maybe i should use a RT FIFO queue but then i have not been able to find out the difference between buffer memory and fifo memory. ie is buffer memory supposed to be the ram memory or is it the hard disk memory?
    I am posting the vi here for easy understanding
    All help is very much appreciated
    Attachments:
    RT-loop2ver21.vi ‏231 KB

  • XABLN not getting updated in delivery during PGI by IDoc

    Hi Experts,
    Please help with scenario below
    I am posting an IDoc with XABLN (GR/GI Slip number) in the EDL20 segment
    The IDoc posts successfully and performs GI too (the delivery is an utbound delivery and am doing a PGI using this inbound IDOc from customer)
    But the GR/GI field is not getting updated in the Outbound delivery (this is for Italy, so GR/GI is required by business)
    any inputs will be greatly appreciated,
    Thanks very much
    Usman
    Edited by: Usman Basha on Jul 30, 2009 11:16 PM

    Found this by my ABAPer (myself ).
    I thought there must be a functinal solution for this one
    but got to change some code to make it happen.
    if anyone else is looking for the same:
    go to user exit  ZXTRKU03 and export the XABLN number to a memory id, will need this in the "USER exit save"
    then go to SD user exit MV50AFZ1 and retreive it and update XLIKP-XABLN and read the XABLN number from memory and modify this internal table.
    Thanks
    Usman

  • Inspection lot  is not getting updated in quant

    Hi Experts,
    Need your help..
    I have posted two material doc with same material following is the consequences :
    1.we have immediate TO creation process , so now we have 2 TO's and 2 inspection lots.
    2.When i am doing UD for first inspection lot PCN does get created.
    3.Now i do TO confirmation for putaway for TR and then TO creation and confirmation for PCN and material is in bin.
    4.When i am confirming the TO(TR i.e putaway TO) ,Inspection lot  is not getting updated in the quant due to which i am not able to convert PCN to TO
    Because in quant i found previous inspection lot which is different from having in PCN document.
    So is there any solution which will update the inspection lot in quant once we confirm TO(putaway TO) ?
    Any help on this will be highly appreciated.
    Regards,
    OM

    Hi jugen,
    Thanks for you help but now i going for below development :
    Once UD is done system will take the inspection lot from from the quant and will overwrite to the
       newly created PCN
    So that during PCN to TO creation (LU04) inspection lot will remain same both in quant and PCN .
    Do you have any idea on this i mean where in QA32 tcode i have to write this logic ?
    Thank you..
    Regards,

  • CCS Details are not getting updated to COPA in Sales Order Settlement(VA88)

    Dear Experts,
    Our scenario is MTO with valuated material.
    1. Production order is tagged to Sales Order.
    2. Production order is settled to Material and variance is getting posted to COPA.
    3. At the time of Delivery, COGS Debit (Cost Object- Sales Order), Credit - Inventory.
    4. At the time of Billing, Accounting Document is getting generated, COPA document is not getting generated.
    5. We  are not executing WIP. (as per Business process)
    6. Settlement is done thru transaction code VA88. COPA Document is getting generated.
    I am facing the following issues in the above MTO process.
    1. At time of sales order settlement thru VA88, In COPA, only COGS is getting as updated with one value field i.e. Material Cost.  Cost Component data (Material Depreciation, Labor etc..) is not getting updated to COPA.
    2. When I settle the Sales Order thru VA88, Billing Quantity is not getting updated to COPA though Quantity field mapping is done properly.
    Please help me how to resolve the above issues.
    Note: Same Cost Component Structure, we are using for Make to Stock scenario. Cost Component Data is getting updated Properly to COPA  (at the time of Billing)
    Regards,
    vgl
    Edited by: vglokam on Aug 31, 2010 10:52 AM
    Edited by: vglokam on Aug 31, 2010 10:54 AM

    Hi
    1. CCS (Cost Comp Split) wont be updated to COPA if you settle via sale order.. In sale order, COGS cost element is posted.. the same will get settled to COPA as one single value...
    In MTS, the CCS gets updated to COPA upon billing because of the "valuation" strategy customization... Billing posts to COPA in that case, COPA gets Sales Qty and it is valuated with CCS to give you the break up.. But, in your case, Billing is not posting to COPA, but to sales order.. hence, there is no qty flow into COPA upon billing.. thats why you dont get CCS for MTO
    2. The sales qty should be updated to COPA upon VA88.. For this, make the following settings in your PA transfer structure which is used during VA88
    1. Go to KEI1, Select your PA transfer structure...
    2. Add an assignment line in it... Check on "Qty Billed/Delivered" in the assignment line
    3. In the Tab "Value Field" below "source", assign Qty Field
    Now when you settle, it should update qty as well
    regards
    Ajay M

  • Serial number is not getting updated in GR

    Problem: Serial number in not getting updated GR document (in stock) while going GR for production order.
    We are using u201CBAPI_GOODSMVT_CREATEu201D to do production order GR in one development. And we have used serial number profile in which we kept GR as optional. Please fine details of serial number profile as below. We have a restriction that we can not make GR mandatory in serial number profile.
    MMSL     Maintain goods receipt and issue doc.     02     02
    PPAU     Serial numbers in PP order     02     01
    PPRL     PP order release     04     01
    PPSF     Serial nos in repetitive manufacturing     03     01
    QMSL     Maintain inspection lot     02     01
    SDAU     Serial numbers in SD order     01     01
    SDCC     Completness check for delivery     02     01
    SDCR     Completion check IR delivery     02     01
    SDLS     Maintain delivery     02     01
    SDRE     Maintain returns delivery     02     02
    As we are passing serial number in BAPI while doing GR but still is not getting updated in GR document. When we check stock in MMBE, it is not showing any serial number.
    Please suggest solution.
    Thank you.

    Hi Chetan,
    Since your MMSL procedure is optional, you cannot carry assignment of Serial Numbers against goods Movement. Though you are passing serial numbers during GR, but Serial Numbers are linked only upto Production Order Level, not upto the Stock. The only option to display the Serial numbers against Stock can be done using MMSL procedure as 3. We also faced the similer situation, whenever ur doing automatic goods movement with MMSL as 02 [Auto GR], One possible solution, is to create a custom program to complete ur GR like using Call Transaction BDC -MB32, not as standard SAP Auto GR, & need to make MMSL as 3...so that both purpose gets served [ Serial number linking to stock & Automatic GR using custom program]
    Please share, if you get any better idea
    Krishna Kulkarni

  • Table control itab not getting updated.

    Hi,
    I have a table control created with the help of the wizard.
    There are initailly no entries in the table and the user enters it during execution.
    However the entries do not get updated in the internal table.
    The modify statement below fails giving sy-subrc value 4.
    MODIFY gt_bank_det_new
        FROM gwa_bank_det_new
        INDEX zbp_bank_dt_new-current_line.
    Can you suggest what could be going wrong. There are no type mismatches and the table is a standard one.
    Thanks in advance.
    Arindam.

    Hi
    in PBO
    Loop at itab with control tc.
    endloop.
    In PAI,
    loop at gt_bank_det_new.
    module  modify_tab.
    endloop.
    in Program
    module modify_tab
    describe table  itab lines tc-lines.
    if tc-lines <= tc-current_line.
    MODIFY itab FROM wa INDEX tc-current_line.
    else.
    append wa to itba.
    endif.
    endmodule.
    Cheers
    Ramchander Rao.K

  • ORDERS Inbound EDI1 Condition type not getting updated

    Hi Experts,
            As per the client requirement, during ORDERS Inbound process we need to capture the "Customer expected Price" in EDI1 Condition type in the sales order. So we maintained the details in the E1EDP01 in field VPREI.
    But during ORDERS Inbound process this EDI1 field is not getting updated. Can anyone please help us on this.
    Warm Regards,
    VEL

    Problem of our ABAP coding distrubed the std functionality. In std SAP, this functionality will work without any issue.

Maybe you are looking for