Surrogate or Buisness Identifier during Dimension Creation??

Hi I am using OWB and I am confused in identifying surrogate or buisness identifiers ?? What are they and how do i know if a certain field is a buisness or surrogate identifier??

Consider the example where a Customer dimension is sourced from 2 different systems, there is a Customer_ID = 1 in both systems but they releate to different customers.
In this case you should assign a surrogate key to the data e.g. Customer_ID = 1 from Source System A is given a surrogate key = 100 and Customer_ID = 1 from Source System B is given a surrogate key = 101.
This enables a FK/Join between the fact table and the dimension on a single colum i.e. the surrogate key, otherwise the join would have to be a composite key of Customer_ID and Source System.
It's best practice to always use surrogate keys.
Si

Similar Messages

  • Consolidation operators during Dimension creation

    Hi everyone,
    During dimension hierarchy creation, by default all Generations get default (+) addition as the consolidation operator.
    How can I ignore(~) few members from consolidations at same or different generations ?
    Thank you in advance

    a detailed list of member property codes can be found in the online docs:
    http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_dbag/frameset.htm?dotrules.htm#dotrules1047244
    you can not only influence the unary operator, but other attributes as well.
    Hope this helps.
    best regards
    .T

  • Automating Goods issue during Delivery creation

    Hi all,
    We have a requirement to automate the Goods issue creation for certain type of orders when the Delivery is getting created. The orders that need to be automatically Goods issued during delivery creation are identified based on certain plants. These plants are linked to certain output type and in the output type routine is the standard program RVADEK01 with one additonal code for automating the Goods Issue creation.
    We have a custom table that holds the status of orders and there is a code in user exit userexit_save_document_prepare which changes the status of the order as closed when the goods issue is done.
    But when the delivery is saved, in this case when an automatic goods issue needs to happen, when the flow reaches this user exit, the output type code dosenot get executed and the Goods issue is not done and so the custom table will not be updated with the closed status. So we are in need to findout a place where we can update the status of the order in that table.
    The output type code is not executed even before the other user exit userexit_save_document. The output type code gets executed and goods issue is done after the this userexit_save_document when the COMMIT statement is executed in the subroutine BELEG_SICHEN_POST in the include FV50XF0B_BELEG_SICHERN.
    I need help in finding out if any user exit or badi is called after this commit statement, so that I can add my code to close the status of the order in my custom table. Just after this commit the Goods issue happens and the VBFA table gets updated with the 'R' records for goods issue.
    Please let me know if anyone has any idea on this. The ultimate goal is to find some place after the goods issue is done to update the status of the order as closed in the custom table we have.
    Thanks,
    Packia

    Dear Siva,
    As informed yesterday I changed the language from DE to EN, to match the other shipping points settings in table V_TVST, this did not bring the solution.
    Please let me summarize, I am really desparate here:
    This is only IM related, Not WM.
    Picking lists are not printed for any Shipping Point from this warehouse, this is just a small subsidiary of my customer in Finland.
    Issue is not Aut. PGI.
    VP01SHP has not been configured for any shipping points, still there we do get the PR except for the new shipping point.
    In the deliveries of correct processed shipping points  I do not find any picking output type.
    Item category in new shipping is equal to Item category in already existing shipping points, so no need to config here.
    There is no picking block active.
    PR creation happens once I enter the pick qty in the delivery in VL02N. This is the part that we need to have automated.
    Can you please try to help me out?
    Tnx & regards,
    Chris

  • Hard Check During Delivery Creation

    Hello Experts,
    Need your advice. I am stuck up in a enhancement issue during delivery creation. i am working for passenger vehicle company.
    Back ground Info.
    the company procures chassis from vendor & builds bus body over it. there are various types of chassis & each is uniquely identified in SAP by Material No. & also mentioned in BOM created for bus. when chassis is received , equipment is created using T-code IE01. After this one more equipment is created for bus which is called BBD Serial No. The equipment for BBD serial no holds chassis serial no. My issue is at the time of creation of delivery using T-code VL01N the user puts the BBD Serial No manually in a dialog box provided, This BBD Serial No is not capturing in the importing structure IT_XLIPS of BADI "LE_SHP_DELIVERY_PROC" Method "Delivery_Final_Check".
    I have to put a check during delivery creation for consumption of Chassis , if the Chassis is consumed during production phase a Mat Doc will be generated with movement Type 261. As such we don't knew the Mat Doc for Chassis Serial no Consumed during prod phase. so to derive chassis no in the BADI against which we have to check for it's consumption. The user provide BBD Serial no in a standard dialog box in VL01N.
    Can we use Field Exit for this or any other BADI Should work.
    Best Regards
    Priyesh Shah

    Hi Priyesh,
    Below steps may help you to get the value of the standard dialog box provided in the screen.
    1. Find the field name of the standard dialog box provided in the the screen for BBD Serial no.
    2. Implement below code in the BAdI "LE_SHP_DELIVERY_PROC" method.
    FIELD-SYMBOLS: <fs> TYPE BBDFIELDTYPE.
    ASSIGN ('(SAPMV50A)BBDFIELDNAME') TO <fs>.
    Now the field symbol <fs> will hold the value passed in the dialog box.
    Please try and let me know if it is working or not.
    Thanks
    Gangadhar

  • Regarding  dimension creation

    Hi,
    When I am creating a dimension it gives the default attributes like
    ID-- surrogate Identifier
    Name-- Business Identifier
    Description Business Identifier
    I have to create a dimension.
    My dimension does not have these attributes.(ID,Name,Description).
    Do I need to take all three default attributes or can I delete it.
    I have to create 2 levels.
    Is it necessary to take surrogate,Business Identifiers for each level.
    Is it compulsary to add Surrogate Identifier for each level.
    How can we decide the surrogate, Business Identifiers.
    My dimension has 3 columns as a Primaykey.
    It is urgent.
    Please give me the suggestions.
    Thanks,
    Venkat

    Hi Venkat
    You do not need to define surrogate attributes. The slowly changing support in OWB needs surrogates, BUT you can model dimensions specifying just the business attributes (the level identifying attributes) and load the dimension table using a table operator in a map. Now I might be mixed up with all of my OWB versions but the wizard should allow you to delete/rename these attributes.
    Cheers
    David

  • User Exit/ Badi for Changing Quant parameters during TO Creation

    Hi Gurus,
    Could you please guide me to advice the User Exit/Badi which can be used for changing Quant Data during TO Creation.
    User Requirement: Using "Recepient Field" in MIGO as a Key Value for FIFO in WM during goods issue. Receipient is copied into TR and TO (Standard SAP Functionality). For the purpose of Stock Removal based on Receipient Value, we need to copy this value into Quant Data field named Certificate Number ("LQUA-ZEUGN").
    I will highly appreciate reply from Gurus.
    Regards,
    Gupta M

    Hi manish,
    Use the Exit MWMTO001 for this purpose and modify the table accordingly. This will solve your problem.
    Thanks,
    Shibashis

  • Error message during cube creation

    Hi expert,
    System show the following error message during cube creation, please info how to solve this problem. Thanks.
    Define the characteristics of the validity table for non-cumulatives
    Message no. R7846
    Diagnosis
    The InfoCube contains non-cumulative values. A validity table is created for these non-cumulative values, in which the time interval is stored, for which the non-cumulative values are valid.
    The validity table automatically contains the "most detailed" of the selected time characteristics (if such a one does not exist, it must be defined by the user, meaning transfered into the InfoCube).
    Besides the most detailed time characteristic, additional characteristics for the InfoCube can be included in the validity table:
    Examples of such characteristics are:
    A "plan/actual" indicator, if differing time references exist for plan and actual values (actual values for the current fiscal year, plan values already for the next fiscal year),
    the characteristic "plant", if the non-cumulative values are reported per plant, and it can occur that a plant already exists for plant A for a particular time period, but not yet for plant B.
    Procedure
    Define all additional characteristics that should be contained in the validity table by selecting the characteristics.
    In the example above, the characteristics "plan/actual" and  "plant" must be selected.
    The system automatically generates the validity table according to the definition made. This table is automatically updated when data is loaded.

    Hi,
    Go to the Extras Tab in the definition of the Cube and there select " Maintain Non-Cumulatives" and there select the Plant check box. You can also check Material but it is not recommended. Now try to activate the cube. I think it will work for you.

  • Error during PO creation "Total BED % rate exceeds 100 % "

    Hi.
    Its concerned to Indian Excice.
    Error during the creation of PO is " Total BED % rate exceeds 100 % " ,
    ( Message no. 8I453).
    And you pls note in J1ID its 16% maintained for that perticular chapter id and its 100% for BED in tax code.
    Can you pls tell me the reason for this error.
    Regds

    Hi Santosh,
    362 is not maintained for BASB,but its maintained for condition type JMO1(IN:A/P BED Deductable) & JMO2(IN: A/P BED non deduct )in <b>AltCTy</b> field.
    And For BASB 605 is maintained in the field AltCBV.
    Can you Pls explain the significance of this alternative calculation type.
    Regds

  • Checks on vendors during the creation of PO with ME21N

    Hi all,
    i have this problem:
    during the creation of a Purchase Order, for some types of them i have to bypass some checks that are made by standard on the Vendor.
    Is it possibile to do? if it is, how can i do it?
    Thanks
    Lello

    Hi
    If they are standard controls, probably it'll mean to change the standard program: if your SAP release is ECC 6.00 u can try to use the Implicit Enhancement in order to change the standard else u need to register the standard to OSS in order to get the access key for modification.
    Max

  • Automatic Partner Determination Std Contact Person during Activity Creation

    Hi ,
    There is a requirement in my project where the Standard Contact Person of the Sold to Party  should be automatically determined during Activity Creation .I have completed the Partner Function configurations and now the Standard Contact Person is  being successfully determined as the Partner.
    However, there is a problem in a scenario where in another Contact Person other than the Standard Contact Person is to be determined during Activity Creation . In that case, the option to select the other Person is not being offered through a pop up window, but the System automatically populates the next Contact Person based on the BP Id ( Next on the Number Range )
    Is there any way , so that the normal procedure of selecting one Contact Person from a list in the Pop Window can be incorporated , once the standard Contact Person is being removed from the Contact Person field in the Business Transaction .
    << Moderator message - Please do not promise points >>
    Regards,
    Maroof
    Edited by: Rob Burbank on Jan 5, 2011 5:06 PM

    Hello Maroof,
    you should check first the standard relationship flag of the account. Means check the account and go to the
    relationship contact person.
    There you will find the standard Relationship Flag, which is relevant for the system to determine the main CP.
    Furthermore please check the partner procedure:
    For each partner function you can enter a value in field Maximum and Selection Limit. Please consider the F1 help
    for the field Selection Limit where you can find the explanation when and how the selection popup is triggered:
    Example 1
    You enter 3 in this field.
    When the system finds three or more partners who could fulfill this partner function, it displays a selection list.
    You choose from the list which partners to enter in the transaction.
    Example 2
    You do not mark this field, but enter 5 as the Maximum for this partner function.
    When the system finds six or more appropriate partners it displays a selection list.
    Hopefully this information helps you.
    Regards
    Rene

  • No Authorization to OLAP Cubes during the creation of universe connection

    Hello friends we are not able to see the OLAP Cubes during the creation of universe connection using the Quality system and Application server "sapbmw01" client 100, system # 00. But we are able to set up the connection in our development system.  
    I will highly appreciate if you can let me know if we need some special role to access the OLAP Cubes during the creation of universe connection using the Q system.
    Surprisingly we are using SAP_BW_ALL in Quality system still we are not able to access the infocubes. is there some thing missing in CMS IN BO to make that work.
    Thanks
    Soniya

    Hi Jyothy,
    Refer the below link on how to create universe on Analytic View/Calculation View using relation connection in IDT
    http://www.sapanalyticsguru.com/index.php/sap-bobi/31-universe-creation-on-hana-view-using-information-design-tool

  • Serial Number validation during Delivery Creation itself(PGI-system checks)

    Process:
    Sales Order PR(Purchase Order) GR( New Serial Numbers are created automatically or manually keyed in)
    Once the Goods Receipt is received, we do the (SO) DELIVERYu2014SERIAL NUMBER ASSIGNMENT Post Goods Issue
    Issue:
    Current Serial Number Profile Management does not do a valid serial number check during DELIVERY CREATION where we do a SERIAL NUMBER ASSIGNMENT.
    Only during POST GOODS ISSUE, the check happens for valid serial numbers; this is too late in the game for business as there is a time lag of 3 days from the DELIVERY CREATION and PGI.
    Reason being--- We donu2019t check the following u201C Existing Stock Checku201D( which does a serial number validation during delivery creation as well)
    SPRO>Plant Maintenance and Customer Service>Master Data in Plant Maintenance and Customer Service>Technical Objects>Serial Number Management>Define Serial Number Profiles
    If we check this option, the business requirement to do a valid serial number check does happen during delivery creation, however we cannot create new serial numbers during Purchase Order- GOODS RECEIPT.
    QUESTION:
    Can we have the system check the valid serial numbers from stock during delivery creation and serial number assignment.
    And Also create new serial numbers during Purchase Order- Goods Receipt.

    Hi
    1.In std SAP its not possible to check the serail number during Delivery creation, through enhancement it can be done.
    2.During GR for PO serial numbers can be created.
    Rgds
    Ramesh

  • Issue during automatic Creation of Work Order from Notification

    Hi,
    I have a issue during automatic Creation of Work Order from Notification.
    BADI implemented: NOTIF_EVENT_POST
    BAPI called in BADI: BAPI_ALM_ORDER_MAINTAIN
    I am able to create Work Order successfully but after that i need to update notification header with created work order number.
    But i am unable to update the same (VIQMEL-AUFNR).
    Can anybody provide solution for the same!
    Thanks,
    Kumar.

    Hi,
    Any inputs on above posted issue!
    Thanks in advance.
    Thanks,
    Kumar.

  • Analysis Services failing to Start . File system error: Error occurred during the creation of directory

    Hello All,
    Posting this problem here and hoping for a solution from the experts in this forum.
    When i have restarted the Analysis Services , i see that it has been stopped but never started back. It fails with an error
    "The SQL Server Analysis Services (MSSQLSERVER) service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs."
    When Checked the Event Viewer i see the following error -
    The service cannot be started: The following system error occurred:  The filename, directory name, or volume label syntax is incorrect.  File system error: Error occurred during the creation of directory: '\\?\E:\OLAP\MSSOLAPFactory\OlapData;M:\Test
    Backup'.
    I remember changing the BackupDir value of Analysis Services few days back, and i think it could have impacted. Can you please help me how can i change back the BackupDir value and have the server back?
    Let me know if you need any more details
    SG

    Is this still an issue? If so, I would find msmdsrv.ini and make sure you don't have two folders listed in the BackupDir (or DataDir or TempDir). You'll have to runas Administrator to edit the msmdsrv.ini file and save changes. Once you fix that, it should
    succeed.
    http://artisconsulting.com/Blogs/GregGalloway

  • Exchange rate issue during PO creation

    Dear Friends
    I am getting the below error whenever I am trying to create an Import PO
    Enter rate USD / INR rate type  for 28.10.2010 in the system settings
    Message no. SG105
    I have entered the rates in OB08 table-  for direct & Indiret exchange rates for M
    I also have cheched the OBBS and made entries for the date 28.10.2010
    But still I am getting the error
    How do I proceed
    Samuel
    Edited by: samuel mendis on Oct 28, 2010 1:07 PM

    Guys
    We have solved this issue. Even though we were getting the SG105 error, the real problem was some where else. 
    We have never used CIN in our our organisation as it is not applicable. The problem we did is to use the Import pricing procedure for our use which was copied from IN: Purchasing for Imported materials.
    Whenever we tried to create a Import PO it was validating the CVD entries which we make in the company code settings for Tax on Goods Movements. Once I maintained a dummy G/L account the error was gone.
    The problem is why it validated CVD during PO creation we never understood. Since in my opinion CVD capturing is done during Invoicing verification stage and not during PO stage. Either way we have already updated these details to the SAP Support bench.
    Thanks
    Samuel

Maybe you are looking for

  • Specification

    hi to all iam learning abap sorry to ask this type of questions can u expalin the  following specification . i got a job as fresher in sap-abap . i want to know how the specs are that why i asked to explain this spec pls give me the  over view  i.e w

  • Handling keyTyped events in JTable for TAB key

    In my app, I have a JTable. Some columns are non-editable. I have attached a keyListener to the table and have overridden keyTyped() and keyReleased() methods. In keyReleased(), I do something depending on the key code. For example: if its the VK_DEL

  • Unrecognized option: -jrockit Could not create the Java virtual machine.

    Hi All, I hv running 64bit Linux RedHat 5 , having Peopletools 8.49.19 installed jdk 1.5. weblogic 9.2 .. Installation of Weblogic and PIA done completely without any error .. but when i m gonna start ( ./startPIA ) it gives an error .. Attempting to

  • Is there any support from labview for ADAM5000 modules

    Is there anyone using ADAM5000 modules.In my application I want to communicate with ADAM module through serial port.Any example codes available in LAbview

  • Gamma 1.8?

    When would you want to view your graphics under View > Gamma 1.8? Do new computers still use this Gamma setting or is this a setting that was only used by older Macs? Thanks.