Data dependency

Hi,
   Can anybody let me know the data dependencies to indicate the sequence of loading in data conversion. 
   mainly for the Master Data's.
   or if u have any documents for it u can also mail it to the id,
   [email protected]
Tnx in advance,
JKing.

It depends on the 'cube build script' associated with the cube. If it is of the form
LOAD, SOLVE (or LOAD, AGGREGATE in AWM terms)
then your cube will lose cells if they are dropped from the base table. This is useful for cases where you want your table to contain, say, only the current month of data but you want your cube to retain data from previous months.
If you script is of the form
CLEAR, LOAD, SOLVE (or CLEAR,LOAD, AGGREGATE in AWM terms)
then your cube will be kept synchronized to your base table. For example if you truncate your table and then build your cube, then the cube will be emptied, too.

Similar Messages

  • Please Help PI Data Dependent Integration Builder Authorizations NOT Workng

    Dear Friends / Experts,
    I had spend many days and explored all Weblog  and links on this website and implemented all the steps required to acheive Data Dependent Integration Builder Security and I am not successful so far. I am just giving up now - Please Help Me ---
    As I said, I already read all the important Forum Links and SAP Web links and Followed Each and Every Step - service.sap.com/instguidesNW04 ® Installation ® SAP XI
    Security Requirement - Data Dependent/Object Level Authorizations in XI / PI
    In distributed teams or in a shared PI environment it might be necessary to limit authorization for a developer or a group of developers to only one Software Component or objects within a Software Component or to specific Configuration Objects.
    Our Environment - PI 7.0 SP 16
    Created a new role in the Integration Builder Design
    u2013Add Object Types of any Software Component and Namespace
    - Enable usage of Integration Builder roles in Exchange Profile
    Integration Builder u2013Integration Builder RepositoryParameter com.sap.aii.util.server.auth.activation to true
    Assign users to the newly created Integration Builder roles
    u2013Create dummy roles in Web AS ABAP, these roles are then available as groups in Web AS Java
    u2013Assign users to these roles
    u2013Assign the Integration Builder roles to the above groups in Web AS Java
    u2013Assign unrestricted roles to Super Users
    Please help - How to validate whether Data Dependent Authorizations are Activated?
    I am working with XI Developers and Basis Team and we did updated all the Required Exchange profile parameters.
    Per this Document - User Authorizations in Integration Builder Tools - Do we need to update the server.lockauth.activation in Exchange Profile. When We updated, It removed Edit Access from all XI Developers in PI
    In both the Integration Repository and the Integration Directory, you can define more detailed authorizations that restrict access to design and configuration objects.
    In both tools, you define such authorizations by choosing Tools ® User Roles from the menu bar. The authorization for this menu option is provided by role SAP_XI_ADMINISTRATOR_J2EE. Of course, this role should only be granted to a very restricted number of administrators. To activate these more detailed authorizations, you must set exchange profile parameter com.sap.aii.ib.server.lockauth.activation to true.
    The access authorizations themselves can be defined at the object-type level only (possibly restricted by a selection path), where you can specify each access action either individually as Create, Modify, or Delete for each object type, or as an overall access granting all three access actions.
    http://help.sap.com/saphelp_nw04/helpdata/en/f7/c2953fc405330ee10000000a114084/frameset.htm
    I was able to control display and maintain access from ABAP Roles, but completely failed to implement Integration Builder Security?
    Are there any ways to check Whether Data Dependent authorization or J2EE Authorizations are activated?
    Thanks a lot
    Satish

    Hello,
    so to give you status of our issue.
    We were able to export missing business component .
    But we also exported some interfaces after that and we had some return code 8, due  to objects still present in change list on quality system (seems after previous failed transports , the change list was not cleared completley...).
    So now we have checked that no objects is present in the change list of quality system and we plan to export again our devs on quality system.
    Hope after that no more return code 8 during imports and all devs transported correctly on quality system.
    Also recommending to read that, which is pretty good.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7078566c-72e0-2e10-2b8a-e10fcf8e1a3d?overridelayout=t…
    Thanks all,
    S.N

  • How to make net due date dependent on Payment Terms in credit memo FB75

    Hi Experts,
    In our system currently when we create credit memo using tcode FB75 system makes the invoive due immediately.
    We wanted to make this net due date dependent on payment terms given by us. Please let me know how can I achieve this..
    Please let me know if there is any user exit there or the configration path to achieve this...
    Regards,
    Vidya

    Hi,
    "vbdkr-zterm. is nothing but Payment terms
    *   Fetching Payment term details
        SELECT SINGLE * FROM t052 INTO w_t052 WHERE zterm = vbdkr-zterm.
        IF sy-subrc = 0.
          CLEAR i_faede.
          MOVE-CORRESPONDING w_t052 TO i_faede.
          MOVE: w_t052-ztag1 TO i_faede-zbd1t,
          w_t052-ztag2 TO i_faede-zbd2t,
          w_t052-ztag3 TO i_faede-zbd3t.
          i_faede-bldat = BKPF-budat.                         "this is Importnat posting date
          i_faede-koart = 'D'.
    *     Fetching Due date using Function Module
          CALL FUNCTION 'DETERMINE_DUE_DATE'
            EXPORTING
              i_faede                    = i_faede
            IMPORTING
              e_faede                    = e_faede
            EXCEPTIONS
              account_type_not_supported = 1
              OTHERS                     = 2.
          IF sy-subrc <> 0.
          ENDIF.
          w_invdate = e_faede-netdt.              "this field contains Net due date...
        ENDIF.
    Prabhudas

  • Data Dependent Authorization in Integration Directory

    Hi all,
    I faced a couple of questions regarding Data Dependent Authorization in Integration Directory:
    1) I've configured user role in Integration Directory to restrict access to certain services and communication channels.
    When I configure it as follows:
    Selection Paths:
       Operator: Include
       Party: -
       Service: ZMDMBS
    Objects:
       Operator: Include
       Types: *
       Actions: Full Edit
    I get expected behaviour: user assigned to this role can modify ZMDMBS and can't modify any other Service in ID.
    And when I change <i>Selection Paths -> Operator:</i> to <b>Exclude</b> I expect that all services will be modifiable except ZMDMBS. But in this case no of the services is modifiable.
    Is my configuration of the authorization wrong ?
    2) Is it possible to restrict access to all configuration objects relevant to specific Scenario ?

    <b>2) Is it possible to restrict access to all configuration objects relevant to specific Scenario ?</b>
    i dont think so it is possible. But u can lock the object so that other users cannot modify it.

  • Using Data-Dependent Routing in combination with Membership provider

    Hi there!
    Currently we have two Web applications running on azure using a single SQL database. We are experiencing problems with performance because we are using only one database. We are investigating some solutions like documentDB and elastic scale.
    DocumentDb seems like a really good option for us because it looks like it can be implemented easily and we know just what to do.
    With elastic scale on the other hand we have to figure out what our options are. We are using a membership provider for our users to login in one of the two applications. The other web applications does not use a membershipprovider, it does not use a login
    system at all.
    in the backend of our code we determine a subscription_id for both applications to retrieve tenant data.
    I think we have a few options here
    1. to keep using the membershipprovider we could create a database just for the login mechanism so we can determine the subscription_id, and with that subscription_id we can use Data-Dependent Routing to retrieve the correct data from the correct shard.
    2. We can add extra columns to the Shard Map Manager database (i think i've read that it's not supposed to be used for user data) like username and password so we can login through this database.
    Does anyone has better options than the options mentioned before and can anyone give me advise on how we should deal with these issues?
    Thanks!

    Elmar --
    The best approach would be to maintain the Membership DB in a separate Azure SQL database.  Then you could shard your transaction details across an Elastic Scale set of databases based on the subscription ID.   (The Shard Map Manager
    database is not designed to be extended with additional columns, and Elastic Scale works by caching that Shard Map data in the client application anyway, and those in-memory structures can't be changed).
    You would use an ordinary ADO.Net connection to query membership for a Subscription ID, and then get an appropriate shard-specific connection using the Elastic Scale GetOpenConnectionForKey method, passing the subscription ID retrieved from
    the membership query. 

  • FI: Payment condition calculating 2 due-dates depending on document-date

    Hello community!
    I'm searching for a definiton of a FI-payment-condition which is calculating two different due-dates depending on document-date.
    E.g.:
    Invoices dated from 01.03.08 till 09.03.08 should be paid on 10.04.08.
    Invoices dated from 10.03.08 till 31.03.08 should be paid on 10.05.08.
    Or must this be realized by a FI-substitution???
    Thanks for an answer.
    Kind regards,
    Bernd

    Hello,
    You didnot mention if u need posting date as base or document date. However your scenario, below is
    the answer for your query is
    1. Create one customised payment term only eg. XXX
        for first scenario,
       Day limit is 9 ;
       under payment terms tab , fixed date 10, Addl month 1
       for second scenario
       in the same payment term XXX
       Day limit is 31,
       under payment terms tab , fixed date 10, addl month 2.
    Explanation.
      as day limit is 9, what ever the dates of transaction between 1-9 it picks first setting
    and after 9th until 31st it picks second setting.
    I hope this clarifies you.
    Thanks
    G.Bharathi

  • BUFTYPECONV vs Data Dependent Routing

    Hello everyone,
    when using BUFTYPECONV for a service in conjunction with data dependent routing, which buffer type is used for the DDR? The original buffertype or the converted?
    If I re-phrase the question: Which operation is performed first - buffer conversion or data dependent routing?
    Any input on this welcome,
    /Per
    Per Lindstrom R2Meton AB, SWEDEN

    Per,
    The datatype conversion occurs after routing in the server that has been
    chosen to process the service.
    When the server receives the message and sees that it has receved an XML
    buffer for a service with BUFTYPECONV specified, the postrecv function for
    the XML buffer type converts the buffer to FML or FML32. When the service
    calls tpreturn(), if the buffer passed to tpreturn() is an FML or FML32
    buffer, it is converted back to XML before the reply message is sent back to
    the caller.
    <plindstrom> wrote in message news:[email protected]..
    Hello everyone,
    when using BUFTYPECONV for a service in conjunction with data dependentrouting, which buffer type is used for the DDR? The original buffertype or
    the converted?
    >
    If I re-phrase the question: Which operation is performed first - bufferconversion or data dependent routing?
    >
    Any input on this welcome,
    /Per
    Per Lindstrom R2Meton AB, SWEDEN

  • Data dependent routing with WebLogic

    How do you do data dependent routing with WebLogic Platform? Does it require additional
    products or can it be done just using WebLogic Platform components?
    Thanks

    WLI, or "WebLogic Integrator" may be what you are looking for, this is a
              full fledged message-flow/routing product built on top of JMS.
              If your needs are simple, you can roll-your-own data dependent routing
              using the WebLogic server built-ins of JMS, which provides reliable
              messaging, in combination with MDBs and/or Messaging Bridges - both of
              which allow the specification JMS selectors (filters). Furthermore,
              your MDB application can enqueue to a specific local destination (or a
              remote one, which is harder) based on the contents of the message it
              receives. Voila.
              For example, WorkQ (local or remote) --> MDB --> JobQ1 or JobQ2 or
              JobQ3. To simplify the MDB logic, JobQs could be on the same server,
              and therefore always available. (This is one of the advantages of
              having a JMS that can run in the same JVM as the app server, the other
              is very fast performance.)
              Tom
              David B wrote:
              > How do you do data dependent routing with WebLogic Platform? Does it require additional
              > products or can it be done just using WebLogic Platform components?
              >
              > Thanks
              

  • Show date dependant of portal locale

    Hi,
    I want to display a date dependant of the locale of the user/portal/system settings. I assume the system settings are normally used. So if the user has an english system...use dd-mm-yyyy and if he has a dutch setting use mm-dd-yyyy for example.
    I searched on the forum and found a usefull post but there was a link which was broken...see post :
    How to Change Date Format according to the Locale/Country of Portal User
    I know that i can use the SimpleDateFormatter for that but i still have to enter a pattern....is it also possible to only supply a locale so it figures out the pattern itself?
    Much thanks,
    Hugo

    Hi Hugo,
    Use
    DateFormat.getDateInstance(int style, Locale aLocale)
    where you get Locale from
    WDResourceHandler.getCurrentSessionLocale()
    Or use IWDResourceHandler.formatDate().
    Regards
    Markus

  • Retriving data depends on date

    Dear Experts,
    Im having 3 line items in schedule agreement. Im retreving data depends on delivery date of line items.
    for suppose 1st line item is on 01.05.2008,2nd line item is 10.05.2008,3rd line item is 27.05.2008.
    if user give options 10.05.2008 to 30.05.2008,2nd and 3rd item are displaying. but 1st line item quality should be displayed in pending qty(of course,new field).
    Right now i need suggestions regarding date calucalation, if user selects 2nd and 3rd line item, 1st line item qty should be displayed in pending. How store the line item qty that is out of select-options?
    Please need ur suggestions,
    Regards,
    Bharat

    Hi,
    Take two internal tables:-
    one with all existing fields that you are currently fetching (say itab)
    and
    other with all the previous fields and also a include other fields that you want to include for those records that are not in date value from select-options (say it_final)
    And now use these queries:-
    select <field1> <field2> ...
    from <table_name>
    into itab
    where
    date in s_date. "condition for date in select options
    "move records in date range to final internal table
    move-corresponding itab to it_final.
    refresh itab.
    clear itab.
    select <field1> <field2> ...
    from <table_name>
    into itab
    where
    date not in s_date. "condition for date not in select options
    "move records from itab to final internal table for records not in date range
    loop at itab.
      it_final-field = itab_field.
      "append other values also for fields not in select options for date
      append it_final.
      clear it_final.
      clear itab.
    endloop.
    Now this internal table will contain all records that are in date range and as well with the records not in date range.
    Hope this solves your problem.
    Thanks & Regards,
    Tarun Gambhir

  • Tpdequeue and data depending routing

    Hi all,
    I would like to use data dependant routing. I try to use example from TMQUEUE server's reference.
    *GROUPS
    TMQUEUEGRP1 GRPNO=1 TMSNAME=TMS_QM
    OPENINFO="TUXEDO/QM:/dev/device1:myqueue"
    TMQUEUEGRP2 GRPNO=2 TMSNAME=TMS_QM
    OPENINFO="TUXEDO/QM:/dev/device2:myqueue"
    *SERVERS
    TMQUEUE SRVGRP="TMQUEUEGRP1" SRVID=1000 RESTART=Y GRACE=0
    CLOPT="-s ACCOUNTING:TMQUEUE"
    TMQUEUE SRVGRP="TMQUEUEGRP2" SRVID=1000 RESTART=Y GRACE=0
    CLOPT="-s ACCOUNTING:TMQUEUE"
    TMQFORWARD SRVGRP="TMQUEUEGRP1" SRVID=1001 RESTART=Y GRACE=0 REPLYQ=N
    CLOPT=" -- -qservice1"
    TMQFORWARD SRVGRP="TMQUEUEGRP2" SRVID=1001 RESTART=Y GRACE=0 REPLYQ=N
    CLOPT=" -- -qservice1"
    *SERVICES
    ACCOUNTING ROUTING="MYROUTING"
    *ROUTING
    MYROUTING FIELD=ACCOUNT BUFTYPE="FML"
    RANGES="MIN - 60000:TMQUEUEGRP1,60001-MAX:TMQUEUEGRP2"
    When I do tpdequeue("ACCOUNTING", "service1", ...), I got error in ULOG "4052 ERROR: NULL input buffer not allowed for service 'ACCOUNTING', which uses routing".
    Is it posible to use tpdequeue() with data dependant routing or only TMQFORWARD can dequeue messages from queue?
    Thanks.

    Hi,
    I'm not exactly sure what it is you are trying to do. Although the TMQUEUE servers advertise their service as the name of the queuespace, you cannot apply data dependent routing to that service as the buffer type that service uses is an internal Tuxedo buffer type and not one of the standard buffer types. This is because the service has to pass additional information (such as the information from the TPQCTL structure) besides the buffer being enqueued or dequeued.
    Where you can use data dependent routing is on the delivery of the message to a service performed by TMQFORWARD since TMQFORWARD simply uses tpcall() to invoke the service with the buffer retrieved from the queue.
    I'm not sure I answered your question, but if you could perhaps explain what it is you want to accomplish, I might be able to suggest something.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Date-dependent actions

    Hi all,
    i have problem in attaching a date profile to Start condition editor in setting up Actions. The Date profile field turns out grey for me. i have attached proper date profile to the action to which i need to assign this condition. we are using CRM 5.0. Am i missing some thing else here?
    please help.

    Hi all
    Just checking if anybody happened to see this question.
    it looks like a straight forward thing, but am not able to make it work. i tried all possible things i could think of.
    please let me know if anybody happened to use date-dependent actions in their projects.
    thanks in advance.

  • How to disable selection of  End Date depending on start Date.

    Hello,
    I have  2 DatePicker controls
    1) Start Date
    2) End Date
    When I select a start date  in  date picker depending on that  it should disable the  selection of  dates less than  Start date in End date Date Picker.
    Could anyone please provide solution for it.
    Thanks & regards,
    Viswanath

    You can always check UI5 core files and extend it. FYI, most of UI5 calendars are based on "MobileScroll" UI library, e.g.
    DateTimeInput - Mobiscroll - Demos and Examples - Date &amp;amp; Time - Date with min and max
    DatePicker - Mobiscroll 2.15.1 Documentation - Calendar
    Below you can find few extension examples:
    sap.m.DateTimeInput extend- JS Bin - Collaborative JavaScript Debugging&lt;/title&gt;  &lt;link rel=&quot;alternate&quot; type=&quot;application/jso…
    sap.m.DatePicker extend -> JS Bin - Collaborative JavaScript Debugging&lt;/title&gt;  &lt;link rel=&quot;alternate&quot; type=&quot;application/jso…
    Regards,
    Vladimir

  • Layout shows different data depending on user-language (German or English)

    Hello best of the best,
    we are using layouts to enter data into BCS. In one of our layouts different numbers are shown depending on the user-language (German or English).
    This is despite the same layout is used.
    Have you got any idea what could cause this problem?
    Is there a setting somewhere that I didn´t know up to now (to distinguish in different languages)?
    Better to ask SAP using an OSS-message?
    Many thanks in advance,
    Thomas
    If you need more information about that case, pls tell me.

    The numbers are volumes (KWh, to, l).
    There are several positions with different "Breatdown Categories". In the english version of the layout only the KWh-volumes are shown. "to" and "l" (Diesel) are missing.
    To describe the problem more clearly, in the german version the layout seems to show correct data:
    Position                KWh         to         l
    Diesel (l)                   -            -       5.000
    Coal (to)                    -        3.000      -
    Electricity (KWh)   200.000      -         -
    The "-" shows fields that are grey --> no data can be inserted
    The english version looks like this:
    Position                KWh         to         l
    Diesel (l)                   -             -          -
    Coal (to)                    -            -           -
    Electricity (KWh)   200.000  200.000  200.000
    Here the white fields at Diesel (l) and coal (t) are empty, but the grey fields in the col´s "to" and "l" show the value of "KWh" in electricity as well.
    Does this answer your question?
    br,
    Thomas

  • SSAS 2012 Hierarchy with date dependent relationships

    Hello,
    I have a hierachy defined as the following:
    1. Business Line
         1. Fleet
             a Car
    A car can change to a different fleet, and we maintain this history with effective start and end dates.
    In the DSV, the Fact table joins to the Dimension with the correct car id - dependent on which car record (start and end date wise) the fact should join to.
    However, when the cube is processed, any Fact which includes a car which should rollup to a 'new' Fleet, still shows in the 'old/original' Fleet.
    The hierarchy does not include any information about the effective dates for the Car. Should it? Or since the Fact joins to the correct Dimension car record, this should not be an issue?
    I am new to SSAS and could not find relevant information in the forum or documentation (nor exactly sure how to phrase my issue).
    Any suggestions would be greatly appreciated.
    Jim

    Hi ,
      Could you please post your dimension model diagram? With your explanation it is very difficult to ascertain the cause of the issue. 
    Best Regards Sorna

  • Client data dependent or independent

    hi experts,
    i have one doubt. now iam working in client 100.iam creating some sales order ,deliveries and billing documents.is it implies any impact on the client having th realtime data.
    we have the data in client 600. is my work disturb any database tables here.
    because iam testing all the functiomodules what i have in client 100. later i have to check in 600.
    advance thanks ....right answers are rewarded

    if the database table have a field called MANDT as the key field, the data in that particular table will be client dependant or else client independant
    Suppose u have two clients say ,
    client 1 - 600
    client 2 - 800
    Client independent means not dependent upon client. For example a report is client independent.ie, a report (zex1) which is created in client 600 can be accessed in both clients 600 and 800 and viceversa.
    Client dependent means dependent upon client. For example script is client dependent ie, If u create a script (zscript1) in client 600 then, that script is accessible in client 600 only, we cannot access it in client 800 and viceversa.
    If u want to access it in client 800 we have to transport it
    Similarly , tables which are having mandt field is client dependent and which does not have mandt field are client independent.
    Regards,
    Santosh

Maybe you are looking for