Restricting GL Load

All,
We need to restrict the GL data load to extract data only for one Chart of Acount i.e. '101'. We have configured this is the CSV file (file_glacct_segment_config_ora.csv --see attahced). However the OBIEE system is loading another CoA also into the system. The W_GL_Account_D table has accounts for both these chart of accounts. We have done the account mappings (in the csv files) only for COA '101' . But it didn't work. Is there any other csv files need to be modified or this is not achievable in OBIEE. DAC is 7.8.5.2.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Hi,
You can make the account group specific field status setting in OBD4.
And you can make the activity specific setting in OB26.
Then SAP will take the field status out of the two above based on highest priority. The priorities are (starting with the highest):
-• Hide
-• Display
-• Required entry
-• Optional entry
Fields which are accessed with the transaction master record display are always either displayed or hidden, since you cannot make an entry in a "display" transaction.
If you do not want to use the transaction-specific control, set the field status for all fields to optional. Since this field status has the lowest priority, the account group-specific control is always used.
Regards,
Gaurav

Similar Messages

  • Restrict Delta Load of Service orders in CRM

    Hi,
    <u>For the Techie guys in CRM:</u>
    Can anybody please let me know how to Restrict the Delta load of Service Orders coming in CRM version 4.0 .
    The Bdoc type coming is CRM_SO_DMBDOC.
    Thanks,
    Shobhit

    You should be able to achieve this by doing some filter settings in R3AC1, isn't it?
    Regards,
    Kaushal

  • Is there a restriction on loading "javax" classes from WEB-INF/lib?

    I'm having trouble with a webapp in WL 10MP1 that is having trouble loading classes from the "jsr311-api-1.0.jar" in my WEB-INF/lib. Even though I have no trouble with it in Eclipse (no compile errors), classes from that jar fail with "NoClassDefFound" exceptions. I have a feeling it might be the fact that the packages in that jar start with "javax". Assuming that's the case, is there anything I can do to fix this?
    What's even stranger is that the errors I get are when I try to load them directly from the Spring context. However, if I remove the test references to those classes, there's other code that loads those classes later in the application startup (after the Spring context finishes loading), and they load perfectly fine (I turned on verbose class loading to verify this).

    Note that I've tried two other strategies that both result in the same failed state.
    I tried putting the "jsr311-api-1.0.jar" in $JDK_HOME/jre/lib/ext, but that causes a failure to find Spring classes. I then copied the "spring.jar" into $DOMAIN_HOME/lib, and then it fails to find CXF classes. After doing the same with "cxf-2.2.3.jar", it then fails to find "javax.servlet.ServletContextListener", which clearly tells me there's no benefit to this approach.
    Similarly, I tried copying the jars into $DOMAIN_HOME/lib, and that fails to find "org.apache.commons.logging.LogFactory". I could continue down this path, but it doesn't seem likely to succeed. Eventually, I'll get to a point where it just can't find the classes specific to my application, which I certainly can't copy into $DOMAIN_HOME/lib.
    The first basic problem is that I can't put anything into a higher-level classloader that will eventually reference classes in a lower-level classloader, because references can only go up the chain, and the second problem is that WebLogic appears to ignore classes in WEB-INF/lib in the "javax.*" packages. I think there might be an exception for "javax.xml.*", but not for other subpackages. I tried adding a "prefer-application-packages" clause to my weblogic-application.xml file, but that had no effect.

  • Can we use 0INFOPROV as a selection in Load from Data Stream

    Hi,
    We have implemented BW-SEM BPS and BCS (SEM-BW - 602 and BI 7 ) in our company.
    We have two BPS cubes for Cost Center and Revenue Planning and we have Actuals Data staging cube, we use 0SEM_BCS_10 to load actuals.
    We created a MultiProvider on BPS cubes and Staging cube as a Source Data Basis for BCS.
    Issue:
    When loading plan data or Actuals data into BCS (0BCS_C11) cube using Load from Data Stream method, we have performance issue, We automated load process in a Process Chain. Some times it take about 20 hrs for only Plan data load for 3 group currencies and then elimination tasks.
    What I noticed is, (for example/) when loading Plan data, system is also reading Actuals Cube which is not required, there is no selection available in Mapping or selection tab where I can restrict data load from a particular cube.
    I tried to add 0INFOPROV into databasis but then it doen't show up as selection option in the data collection tasks.
    Is there a way where I can restrict data load into BCS using this load option and able to restrict on cube I will be reading data from ?
    I know that there is a filter Badi available, but not sure how it works.
    Thanks !!
    Naveen Rao Kattela

    Thanks Eugene,
    We do have other characteristics like Value Type (10 = Actual and 20 = Plan) and Version (100 = USD Actual and 200 = USD Plan), but when I am loading data into BCS using Load from Data Stream method, the request goes to all the underlying cubes, which in my case are Planning cubes and Actual Cube, but I don't want request to goto Actual Cube when I am running only Plan load. I think its causing some performance issue.
    For this reason I am thinking if I can use 0INFOPROV as we use in Bex queries to filter the InfoProvider so that the data load performance will improve. 
    I was able to to bring in 0INFOPROV into DataBasis by adding 0INFOPROV  in the characteristics folder used by the Data Basis.
    I am able to see this InfoObject Data Stream Fileds tab. I checked marked it to use it in the selection and regenerated the databasis.
    I was expecting that now this field would be available for selection in data collection method, but its not.
    So If its confirmed that there is no way we can use 0INFOPROV as a selection then I would suggest my client for a redesign of the DataBasis it self.
    Thanks,
    Naveen Rao Kattela

  • Error while Loading Mail.jar in Database

    Hi,
    I am trying to load mail.jar in Oracle 8i Database(ver. 8.1.5.0.0). It is giving error insufficient previleges. Then I extracted mail.jar and tried to load class PasswordAuthentication of mail.jar in user scott. It gave me same error. But I could load the same class in user SYS.
    Does it mean that, scott needs some special previleges for the classes in mail.jar. If so, How can I set those previleges ?
    Thanking You.
    Mrinal.
    null

    rdbms 8.1.5 had very tight restrictions on loading "system classes.
    check the java doc for 8.1.5 on this.
    check out the following
    "protected packages" in the following
    http://otn.oracle.com/doc/server.815/a64682/04jserve.htm#1001015
    Protected Packages
    You cannot replace system classes (those that CREATE JAVA SYSTEM installs, which you invoke with initjvm.sql at database initialization time). In addition, classes in any package (or sub-package) in which system classes reside, can be created only in the SYS schema. Protected packages include those starting with the patterns:
    java
    javax
    oracle.aurora
    oracle.jdbc
    oracle.rdbms
    oracle.sqlj
    oracle.sqlnet
    oracle.vm
    oracle.weak
    sun.tools
    sun.misc
    sun.net
    com.visigenic.vbroker
    com.sun.jndi
    org.omg
    sqlj
    by the way 8.1.5 went out of support on dec 31, 2000. you need to consider moving to 8.1.7.
    null

  • Sqlloader controlfileparam's to avoid duplicate records loading

    Hi All,
    I am trying for a option in control file which should restrict sql loader to load duplicate records.I know if we apply a constraint on table itself, it wont allow you to load duplicate data and reject into reject file but in controlfile i have to do it to make sql loader to avoid loading duplicate records.Can you please suggest me which option in controlfile will enable this.
    Can you please also inform me the exact difference between badfile and reject file.In what scenarios it will write to reject or to badfile
    Regards

    Hey
    i dont think there is any option to avoid loading duplicate records by using a parameter in the control file
    On the difference between the bad and reject files try this link
    http://www.exforsys.com/content/view/1587/240/
    Regards,
    Sushant

  • InfoPackage Loads - Variable selection

    I have built a BOM extractor which sits on top of an R3 customer defined table.  This table is loaded each month end.  Can I carry out the following:
    First Load - A package which does a full load without any restrictions
    Subsequent Loads - Selection via a variable, which is able to determine the amount of data for the last month before closing.  If so which variable do I use and can someone provide me with step by step guidance? Thanks

    Niten,
       I'm thinking you doing the Genric Extractor using R/3 Table. You want to load the delta records. I think there is no date field in your Table, is there any date field which specifies when table updated? if yes you can directly implement the Generic Delta. if not, and you can't enable generic delta. Load the data on 1st of every month. keep it in process chain. schedule this PC for monthly. in the IP, write a small routine for Month IO(which you may have field in the R/3 Table).
    i can't tell you exact syntax.
    In the IP, type Routine(6).
    write the code.. .
    data:w_date(6) type n.
    in between loop and endloop.
    w_date = sy-datum-100.
    <e_t_data>-low= w_date+0(6).
    <e_t_data>-sign= 'I'.
    <e_t_data>-option = 'BT'.
    append <e_t_data>
    all the best.
    Regards,
    Nagesh Ganisetti.

  • Initialise load Problem

    Hi All,
    I did an Initialise load in CATS(HR) Cube in QA on the 22nd NOv.  I restricted this load by Calendar Day (01.01.2002 to 31.12.2002).  I thought this would only bring back records for 2002, but it returned 11 million records, which I think is probably all years records.
    In Infopackage>Schduler>Initialisation option for source system: It shows the list is empty in the "Intialisation for this source system" dialog table.
    Why didn't this load only initialise for 2002?
    My doubt is:
    1.What is reason for this?
    2Shall we do seletion criteria in Init loads?
    3.How do I get only 2002 year records? ( I.e 30 laks)
    Please advise me..
    THanks & Regards,
    Sri

    Hi robc,
    very good and detailed describtion!
    In my opinion the graphic card is working properly because otherwise the Toshiba logo weren't shown.
    So I think the failure is perhaps a loose connection on the IDE cable, but for knowing definitly you should bring it for a short check up to a Toshiba Service Partner!
    I think your Satellite Pro M30 is still under warranty
    Bye Antoni

  • 10 Years of Data to be loaded for GL Line items (0FI_GL_4)

    We want to load almost 10 years of GL line items data. What is the best approach in loading this ? The customer wants to see only open items. So can i restrict the load for document status only (Open) ?
    Any suggestions
    Thanks,
    Santosh

    make sure that customer wants open items in BI... it might be the case that customer wants open items only in report but they might need other items as well in BI.... if they want only open items in BI then you can put this filter... but what if that item is closed after it has been loaded to BI?
    also i think it would be better if you load data year by year.... that would take less time and in case of error... you can easily search it through one year data.....
    Regards,
    Sharayu

  • How to push the data from PSA to Data Target in 3.5 version

    Hi Experts,
    I'm currently working on BI 7. I have some master data load being maintained in 3.5 version.
    The infopackage has an option to load the data to psa and data target when extracted.
    I want to stage the data at PSA only.
    Later I want to trigger it to the target.
    In 7 version we use DTP but I'm not very sure what should I do here.
    Can anyone please help me to push the data to the target please using 3.5 version.
    Thanks

    Hi pathak,
    Thanks for your reply. I'm able to do it.
    Can you please tell me how do I filter the load to target.
    We have filter in DTP where i can restrict the load.
    Do we have any option in 3.5.
    Please advice.
    Thanks

  • Cost center field not getting updated to the second level dso

    Hi Experts,
    Data is going from one DSO to other high level DSO where in the source DSO there is cost center filled for a Purchase order but it is not in the target DSO. Target DSO fetches data from 5 DSO's and this is one of them.
    Please suggest.
    Thanks
    Sudha

    Hi Sudha,
    As you say that the load from source DSO to Target DSO is the final load, so question of overwrite does not come into picture.The only point which I feel is that the data might be getting resticted somewhere...
    Is there any routine in the transformation for that field available which will be restricting the load from the source DSO to the target DSO. Is there any start routine available..Please check all these things...
    Hope it Helps,
    Thanks,
    Amit Kr.

  • Subtraction of two key figures normalized to result not working as expected

    Hello SAP Community!
    I am having problems with getting the right result from a subtraction of two KFs which are "normalized to results" which means the KFs really have values expressed as percentages. The substraction that should be performed is of two percentages (e.g.: 87.298% - 85.527% = 1.77%) but my report prints out the result as "number of units" instead (e.g.: 87.298% - 85.527% = 71,514.00 EA). The two normalized KFs actually "point" to two stock KFs, hence the "number of units".
    In order to explain the problem I am facing please analyze below text:
    1) Let's assume I have below data:
    LOAD MONTH  PLANT    MATERIAL HORIZON MONTH     FORECAST UNITS
    200805         PLANT-A  MAT-1            200805         510,235.00
    200805         PLANT-B  MAT-1           200805          74,240.00
    200805         PLANT-A  MAT-1           200806         438,721.00
    200805         PLANT-B  MAT-1           200806          74,240.00
    200805         PLANT-A  MAT-1           200807         356,981.00
    200805         PLANT-B  MAT-1           200807          74,240.00
    200806         PLANT-A  MAT-1           200805               0.00
    200806         PLANT-B  MAT-1           200805               0.00
    200806         PLANT-A  MAT-1           200806         510,235.00
    200806         PLANT-B  MAT-1           200806          74,240.00
    200806         PLANT-A  MAT-1           200807         438,721.00
    200806         PLANT-B  MAT-1           200807          74,240.00
    2) Then, assume I have a comparison report, restricted by load month for two months May and June 2008 (filter restricted by two month variables) with FORECAST units spread accross columns for whole horizon (two months also in this case).
    Material  Plant                                 2008/06     2008/07
    ===================================================================
    MAT1      PLANT-A  
                       Base Units (May 2008)        438,721.00  356,981.00
                       Comparison Units (June 2008) 510,235.00  438,721.00
              PLANT-B  
                       Base Units (May 2008)         74,240.00   74,240.00
                       Comparison Units (June 2008)  74,240.00   74,240.00
              TOTALS   Base Units                   512,961.00  431,221.00
                       Comparison Units             584,475.00  512,961.00
    3) Now, let's suppose we want to know the proportions (%) of Base vs Comparison units, so
    we normalize forecats to results an we get the below report:
    Material  Plant                                 2008/06     2008/07
    ===================================================================
    MAT1      PLANT-A  
                       Base Units (May 2008)        438,721.00  356,981.00
                       Base Units % (May 2008)      85.527%     85.527%
                       Comparison Units (June 2008) 510,235.00  438,721.00
                       Comparison Units %(Jun 2008) 87.298%     82.784%
              PLANT-B  
                       Base Units (May 2008)         74,240.00   74,240.00
                       Base Units % (May 2008)       14.473%     15.702%
                       Comparison Units (June 2008)  74,240.00   74,240.00
                       Comparison Units %(Jun 2008)  12.702%     17.216%
              TOTALS   Base Units                   512,961.00  431,221.00
                       Comparison Units             584,475.00  512,961.00
    4) Finally, let's suppose we want to know the deltas (differences) of Base vs Comparison
    units, for both number of units and %. The report now look as below:
    Material  Plant                                 2008/06     2008/07
    ===================================================================
    MAT1      PLANT-A  
                       Base Units (May 2008)        438,721.00  356,981.00
                       Base Units % (May 2008)      85.527%     85.527%
                       Comparison Units (June 2008) 510,235.00  438,721.00
                       Comparison Units %(Jun 2008) 87.298%     82.784%
                       Delta base vs. comp. units %  1.77%       2.74%
                       Delta base vs. comp. units    71,514.00  81,740.00
              PLANT-B  
                       Base Units (May 2008)         74,240.00   74,240.00
                       Base Units % (May 2008)       14.473%     15.702%
                       Comparison Units (June 2008)  74,240.00   74,240.00
                       Comparison Units %(Jun 2008)  12.702%     17.216%
                       Delta base vs. comp. units %  -1.77%      -2.74%
                       Delta base vs. comp. units         0.00        0.00
              TOTALS   Base Units                   512,961.00  431,221.00
                       Comparison Units             584,475.00  512,961.00
    5) PROBLEM:
    In my report, the "Delta base vs. comp. units %" is not working as expected and
    calculates number of units just as "Delta base vs. comp. units" does instead of calculating the % difference.
    So my report looks as follows:
    Material  Plant                                 2008/06     2008/07
    ===================================================================
    MAT1      PLANT-A  
                       Base Units (May 2008)        438,721.00  356,981.00
                       Base Units % (May 2008)      85.527%     85.527%
                       Comparison Units (June 2008) 510,235.00  438,721.00
                       Comparison Units %(Jun 2008) 87.298%     82.784%
                       Delta base vs. comp. units %  71,514.00  81,740.00 <<<WRONG!!
                       Delta base vs. comp. units    71,514.00  81,740.00
              PLANT-B  
                       Base Units (May 2008)         74,240.00   74,240.00
                       Base Units % (May 2008)       14.473%     15.702%
                       Comparison Units (June 2008)  74,240.00   74,240.00
                       Comparison Units %(Jun 2008)  12.702%     17.216%
                       Delta base vs. comp. units %       0.00        0.00
                       Delta base vs. comp. units         0.00        0.00
              TOTALS   Base Units                   512,961.00  431,221.00
                       Comparison Units             584,475.00  512,961.00
    The formulas are:
    a) Delta base vs. comp. units %
      Delta base vs. comp. units % = Comparison Units % - Base Units %
    b) Delta base vs. comp. units
      Delta base vs. comp. units = Comparison Units - Base Units
    The KFs
    - Comparison Units %
    - Base Units %
    Are RESTRICTED key figures (restricted to Base and comparison month variables) which
    are setup as:
    1) Calculate Result As:  Summation of Rounded Values
    2) Calculate Single Value as: Normalization of result
    3) Calculate Along the Rows
    The KFs
    - Delta base vs. comp. units %
    - Delta base vs. comp. units
    are FORMULAS setup to:
    1) Calculate Result As:  Nothing defined
    2) Calculate Single Value as: Nothing defined
    3) Calculate Along the Rows: user default direction (grayed out)
    Thanks for the time taken to read in detail all of this. Long text but necessary to understand what the problem is.
    Any help is highly appreciated.
    Thank you.
    Mario

    Hi,
    The subraction will be carried out before doing the normalization of your KF's. So, it is displaying "number of units". Create a calculated keyfigure and subtract the KF's and in the properties of this calculated keyfigure, change the enhancement as "After Aggregation".
    I hope this will solve your issue.
    Regards,
    S P.

  • Word Add on Error File Location

    Does anyone know where the word add on for creating publisher stores it's errors log. I get just the "Error has occurred. Check your settings". I then hear it laugh at me.
    If I could see what the error was I could maybe do something about it. I get more information out of my wife saying "I am fine" then this message.
    Current State of the situation:
    Yesterday I finished the last datatemplate for the report and began building the word template. All was well in the world. I could drag my items onto the template in the location specified. I had to rename the fields(the displayed text in the template, not the data source) so that they it could fit on the Word template. (The long names blow out the tables in word preventing you from getting to the location with the cursor.)
    But today I attempt to open and continue my work but I get the "Error has occurred" message after I attempt to open my existing template. The message takes about 5 minutes to show so I think it has something to do with the actual data retrieval.
    I orginally thought it might be the size of the data being pulled back. It is about 84 different sql statements. But I ran an equivalent of the report in BI and also ran the data view of the report in Publisher website. I then tried again thinking "if the data is cached maybe that would help".
    Nothing.
    Each time I try to hook the Word Template and Report data it fails.
    I have tried opening a new template for the same report but no luck there either.
    I was successful in opening one of my very small reports so I am sure it is something with the data grab.
    Please help as I really don't feel like hand coding the data fields. I have already hand coded just about everything else so far I really appreciated being able to drag and drop something.

    Question is answered by the following:
    "Get Error While Trying To Create Layout Template "Error occurred. Please check the settings and try again." [ID 735188.1]" Sorry no link but I will summerize the following.
    Get the latest version of the publisher add on for word. And if you have small datasets it will work. But if you have large datasets (like me) it will not work.
    If you have smaller datasets ( that might not be too bad to hand code) the interface will work just fine.
    If you have large datasets (that are a nightmare to hand code) the interface won't work and you are stuck hand coding.
    Official Solution
    Solution
    The issue has been fixed in 10.1.3.4 version (latest) of BI Publisher Enterprise. Please upgrade to this version for a permanent fix, however for large data sets the error will remain.
    Workaround :
    Creating Template using offline method is a workaround. Here you dont have to logon to BIP server,and you will just upload the sample xml file which was generated after running the report and create template based on that. This definitely is a recommended and perhaps the suggested solution as it reduces the load on the server and also is useful in cases where large data is returned by report and we have parameters specified which restricts data loaded to the report.
    I now get to hand code 500 Plus fields for a report. Then I get to do that same thing 5 more times! Carpel Tunnel here I come.

  • Common JNI Native Library inside servlets

    I need to load a native library from a jee application, every things runs pretty well until I instanciate a new class inside a different application and try to load the same native library, wls throws a UnsatisfiedLinkException.
              How can I share the native library for both applications and avoid the UnsatisfiedLinkException?
              Any idea, thoughts?
              thanks

    Finally I get it working by myself. In difference to WAS, WLS does not have any document where specifies how to load a shared native library.
              After two weeks of research, I went for an EJB solution followed by a singleton class. Why EJB? because I need to have an only one object where I can load the native library both loaded by the same classloader and share it by any mean. With this implementation avoid the UnsatisfiedLinkException, and publish an object which has access to the native library. And finally the singleton, you know how it works, it loads once the native library in its constructor avoids the restriction to load just once a native library in the same JVM.

  • 2LIS_04_P_COMP is not fetching all components

    Hi,
    We are extracting data from 2LIS_04_P_COMP. We have installed Business content and no restrictions when loading data from R/3 to BW.
    I am reconciling the data and identified that most of the records displayed in MB51 (Movement type 261) are not coming in to BW.
    I am reconciling Component Consumption Quantity (ENMNG-Qty withdrawn) in BW with R/3 but most of the records are missing in BW and not able to find the root cause.
    I heard that 2LIS_04_P_COMP extracts only Movement types 261. Infact all the components which are having movement type 261 are also not coming to BW when compared to transaction MB51.
    Can you please help me why there is a difference between BW with R/3?
    Regards,
    Reddy

    Hi,
    Please check whether you had carried out the settings in OPL5 as per the below document.
    http://wiki.sdn.sap.com/wiki/display/BI/LogisticExtractor-2LIS_04_P_MATNRIssueand+solution
    These settings are generic for Shop Floor control.

Maybe you are looking for

  • Pdf report save in local pc as a file from oralce forms

    dear all, when button pressed event : I want to save a report (pdf, xls, doc) in my local pc as a file. already i can do it in application server in different path different type of extension . and its works internally. internally i can save it as a

  • STMS error message on the Microsoft cluster.

    Hi,   I have successfully installed NW2004s on a Microsoft cluster. When I run STMS for the very first time on client 000, I am getting message saying "tp configruation not completely distributed". Any ideas. Regards, N.S

  • ADF-FACES-EA16: internal server error after migrating process train

    java.lang.NoSuchMethodError: void oracle.adfinternal.view.faces.taglib.core.nav.CoreProcessTrainTag.setVar(java.lang.String)      at newContract2e_jspx._jspService(newContract.jspx:26)      [newContract.jspx]      at com.orionserver[Oracle Containers

  • How to play dvd

    how to play dvd

  • Select user from dual with oid + oss ?

    Implementing a solution for global user administration, authentication and application schema mapping, will it break the simple but efficient possibility to do a 'select user from dual' ? If it is possible which value will we get, a global user ident