FI GL dependancy question

Hello Friends,
I have question regarding Finance datasource in R/3 source system.
If I want to independantly activate 0FI_GL_4 datasource in source system, Does it necessary to also activate FI-AR and FI-AP datasources.
Theoreticallly is should not be required, But technically is there any dependancies exists to activate 0FI_GL_4.
Thanks,
John.

No there is no dependancies, but in the future if you want AP and AR then there is as you want to keep the 3 in sync with each other, otherwise the reports will be missing leading to users.
http://help.sap.com/saphelp_nw04/helpdata/en/57/dd153c4eb5d82ce10000000a114084/frameset.htm

Similar Messages

  • Dependency Question: jnc from AUR

    Hi,
    I do "maintain" one package in AUR (jnc) and have a dependency question about this package:
    I built an extra package for x86_64 because of some dependency issues on my machine, but after uploading I recognised, that the issues comes with the juniper binary and not with my package.
    What is the right way? It is just a perl script, so the dependcies are just perl and the other system commands used in the perl script, or it is ok to say, to use the perl script you need these juniper binaries, and if you have a x86_64 machine you need these dependencies to run the juniper binary?
    The missing dependencies are 'lib32-glibc' 'lib32-zlib' ...
    Cheers yannsen

    you can combine both architectures in 1 package, use something like this :
    depends=('libglade')
    if [[ ${CARCH} == "i686" ]]; then
    depends+=('glibc')
    else
    depends+=('lib32-glibc')
    fi
    Edit :
    Chances are the i686 package also needs glibc and zlib as dependencies , namcap can help with determining that.
    Last edited by Lone_Wolf (2012-09-05 09:56:36)

  • [Solved] [audacious-git] dependency question

    Hi, I maintain audacious-git and audacious-plugins-git and have a question:
    audacious-plugins-git should be a dependency of audacious-git.
    On the other side audacious-git should be a makedependency of audacious-git.
    This is the case for the packages from [extra] (of course without -git)
    How is it now possible to compile audacious / audacious-plugins if both packages are not installed?
    And how should I handle this in the PKGBUILD?
    Thanks for an answer
    Radioactiveman
    Last edited by Radioactiveman (2011-06-24 12:32:59)

    The audacious-plugins package need only be a dependency of audacious for usability reasons: it is not required to build it. So it is easy to "manually" bootstrap by first compiling an audacious PKGBUILD without the audacious-plugins dependency. In the AUR, of course, that's not so handy, and I believe the best solution to your issue is to have audacious-plugins-git as an optdepends (not a depends) in the audacious-git PKGBUILD, and remind your users that they very likely want to install it.

  • File Dependency Question..

    I was wondering when generating a new file dependency can I do embedded unix commands?
    For example, I wanted to check the exisitance of a file but with a date structure:
    /home/test/`date +%Y-\%m-\%d`/testfolder/testfile.csv
    Essentially, that gets todays date in a specific format for a directory name. Its the same as doing an "ls" on that path and seeing if it exists, except the shell will interpret the `date +%Y-\%m-\%d` portion and return the date in that format.
    Is this possible within the context of a file dependency?
    Thanks

    You can use the Tidal System Date variable to accomplish this.  Click the Variables button, System Variables, System Date, Date Format.  This will insert the system date when Tidal starts the new scheduled day.  This is probably at midnight, but if you have an offset schedule this could be at another time.  The important thing to remember is the date is when the current day's schedule goes live, not the date when the job's dependencies are met.
    You can also use the System Variable, Production Date, Date Format if you use an offset schedule.  This will use the Production Date associated with the offset calendar.  For example, if you have offset your schedule to start at 8am and the current date at 8am is 10/28, then the production date is 10/28 from 8am today until 7:59:59am tomorrow.
    Thanks.

  • Pkgadd dependency question

    If I put in the depend file a list of versions that a package can work with, is there a way at installlation time to choose which version of the package gets the dependency.
    package B has a depend file with
    A A package to depend on
         1.1.1.1
         2.2.2.2
         3.3.3.3
    package A, all three instances are installed.
    Is there a way to have package B explicitly use package a version 2.2.2.2?

    In a perfect world, you would never need to check
    the version number :-)
    But, in reality version dependencies are often unavoidable.
    The way to do this is with a checkinstall script. However,
    you need to be careful how you determine the version.
    First you have to be aware that the environment you
    are in may not be the environment being installed.
    Then you will realize that some or most of the pkg*
    commands will not work in a nested manner because
    they place a lock on the registry. If the package versions
    you are checking are from your own packages, you can
    build your own version check "protocol." However, if
    the packages are delivered by another company, you
    may have to be more careful how you determine their
    version and hopefully can use a public interface to do so.
    SUNW packages are supposed to put both version and
    revision in the same VERSION variable. However, this
    is merely a convention and it cannot be guaranteed to
    be universally implemented.
    -- richard

  • Dependency Question

    Some Master data is used in many Buss Areas like Account number of supplier/vendor - 0Creditor Master data is used in LO, FICO etc.
    FICO Transaction process chain can only be scheduled after FICO Master Data chain & LO chain assuming  0creditor is in LO chain .
    So in general practice how does this work out ......FICO metachain would have only FICO MD chain & FICO TD chain..is it like FICO Meta Chain can only be scheduled after LO MD chain...?
    Events......?

    Roberto,
    That's the beauty of the Master Data concept in BW, it's general and can be used anywhere without the need of duplicating objects.
    Normally we just create a Process Chain for Master Data... I mean, one meta for texts, another for attributes and another for hierarchies... then a "main" process chain executing the 3 of them... That's the "Master Data Process Chain"...
    We have separate process chains, by area, for loading the transaction data.
    Hope it helps...
    Luis

  • Configuration settings in app/web.config or db

    Besides a connection string to the db I use I have several other configuration settings (user names/passwords, URIs to third-party services, etc.).
    What is the recommended approach to handle such situations:
    - put all config settings in an web/app.config file (encrypted external config files called from the web/app.config)?
    - put only a connection string (encrypted) in the web/app.config file and the other settings in a db table (e.g. Settings)?
    Thanks.

    Unfortunatley this is a, 'it depends' question. If your business requirements are such that you need to easily change a configuration via standard tools, e.g. you're hosting an Azure web site, then config file is a great choice. If you have an architecture
    where the settings differ depending upon a user login then a database might be a good solution. If your architecture uses security zones then the less you put in a less secure zone the better. Sorry, but, "it depends" is the best I can offer.
    http://pauliom.wordpress.com

  • Business content installation query

    Hi Experts ,
    i am installing PM Business content installation , while installing 0PM_C03 there is an infoobject 0EQUIPMENT which is existing in present system but of old version   and mst of the attributes are time independent
    now  i  want to install   business content in such away that current 0EQUIPMENT  should not be disturbed  and business content version has attributes that are time dependant
    Question is shall i install 0EQUIPMENT  or not,  and let the old version remain , as 0EQUIPMENT  is under use at few places
    secondly if i dont install in future will there be any problem in loading PM data .
    Please Advise,
    Thanks in Advance,
    Nitya

    HI,
    hi,
    use the option Match (X) or copy.
    The Match indicator is set as default in order to prevent the customer version being unintentionally overwritten. If the Content of the SAP delivery version is to be matched to the active version, you have to set the Install indicator separately.
    The active version is overwritten with the delivery version if:
    ¡        The match indicator is not set, and
    ¡        The install indicator is set.
    In other words, the delivery version is copied to the active version.
    Note
    If the Install indicator is not set, the object is not copied or matched. In this case, the Match indicator has no effect.
    For more info search in forums or check the sap help.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/frameset.htm
    Regards
    KP

  • Where to put methods?

    Hi folks, this isn't a Java dependant question but since I am coding in Java I will ask it here. I have a value object that contains a few attributes, accessor and persistence methods. We'll call the Class Player and it contains details of a person who is playing a game. All of the methods and attributes belonging to this Class are related to an instance of Player. I want to have a utility method that returns ALL the players. What do people of the group think is the best way to treat this method? Should I add a new Class i.e. PlayerUtils, where I could subsequently add more utility methods OR would adding a method to the Player Class, public static Vector getAllPlayers() be a viable option? My gut feeling is to go with the PlayerUtils Class even though there is only one method so far because it is more flexbile and it keeps static method calls out of my instance Class. I don't really have any formal training in Java so most of what I have learned is through experience and reference-type books. Your thoughts are valued.
    Thanks, Max

    This is like a singleton, except it is a "multipleton". (I haven't studied my design patterns well yet, maybe it has a name.) I agree that keeping the collection information in another class might be a better idea, but this Player class could also do its own enforcing that certain Player fields (such as name) acts like primary keys and are not duplicated.
    class Player
       // static field
       private static Vector allPlayers = new Vector();
       // private constr
       private Player(<args>)
       public static Player createNewPlayer(<args>)
          Player newguy = new Player(args);
          allPlayers.add(newguy);
          return newguy;
       public static Player getPlayerByName(String name)
          ... // assuming Player has a Name field, find him
       public static Vector getAllPlayers()
          return allPlayers;  // or a copy of it

  • Best  practice: Fade out content when slide advances automatically?

    I have a course that uses the playbar to navigate and have the slides advancing (for the most part) automatically. Do you recommend setting the last content that's on the slide to fade out? I feel like it's jumpy if it doesn't but looks so sudden too.
    Please share your best practices!

    This one of those "it depends" questions.
    For the very first introductory module of a course I generally do not have the final slide fade out because I usually have a graphic on that final slide that shows what they should click next in the LMS interface to get to the next lesson.  So I want that image to remain visible until they shut down the browser window.  Doing this has avoided issues with newbie users getting lost in the LMS and not knowing how to proceed.
    However, this ends up being unnecessary for all subsequent modules, so for them I usually have the Project End option set to fade out.

  • Preserving configuration settings in the configuration copy

    Hello,
    Does anybody know how to copy Project Configuration preserving all configuration settings for each mapping in the project?
    I have about 30 mappings and each mapping has hints for parallel execution. I need to have a copy of the configuration with parallel hints to load a different schema. I have tried to use copy and paste the configuration, but the configuration copy has lost all parallel hints. It is not a show stopper, but I would like to avoid manual settings in the future as much as possible.
    Thanks
    Vlad

    Unfortunatley this is a, 'it depends' question. If your business requirements are such that you need to easily change a configuration via standard tools, e.g. you're hosting an Azure web site, then config file is a great choice. If you have an architecture
    where the settings differ depending upon a user login then a database might be a good solution. If your architecture uses security zones then the less you put in a less secure zone the better. Sorry, but, "it depends" is the best I can offer.
    http://pauliom.wordpress.com

  • Connection Configuration Settings Assistance Request

    Contribute CS5/Version 6.0
    IIS 7.5 (Server 2008 R2)
    Active Directory (Server 2003 R2)
    Windows 2008
    Hello,
    I hope someone can help me.  Does anyone use Contribute with external authenication with Active Directory?  We just recently migrated out Website from an old server (MS Server 2003 R2/IIS 6) to a newer server (MS Server 2008 R2/IIS 7.5) and we can not seem to get Contribute to work.  We have been able to successfully make a connection but it will not allow us to edit let alone publish.  We had it working in IIS 6 but there seems to be a problem with IIS 7.5 authenication and authorization with Contribute.  All the settings and configurations are identical to our old server including authentcation and NTFS directory (folder/file) permissions.  As the Webmaster, I successfully made a connection and can use Dreamweaver CS5 seemlessly except I can no longer delete files from our production server with it but I can live with that.  If anyone out there is set-up like us then I would greatly appreciate your help by sharing your configuration settings in IIS and Contribute.  Thank you.

    Unfortunatley this is a, 'it depends' question. If your business requirements are such that you need to easily change a configuration via standard tools, e.g. you're hosting an Azure web site, then config file is a great choice. If you have an architecture
    where the settings differ depending upon a user login then a database might be a good solution. If your architecture uses security zones then the less you put in a less secure zone the better. Sorry, but, "it depends" is the best I can offer.
    http://pauliom.wordpress.com

  • Multiple JVM instances and host computer performance

    Hi,
    I was wondering if anyone has any facts or sources about how running multiple JVM instances impacts the performance of the hosting computer ?
    For example, say you have a long running server process that creates a JVM, how is the performance of the computer impacted if there are five of those processes running, versus ten versus ...
    This is a very "it depends" question, but I would like to get an idea of the baseline performance impact that comes with running a JVM, and if there is anyone here that has experience running multiple JVMs I'd appreciate any feedback, whether it's "don't do it, ever" or "no problem!"
    Thanks

    My only experience with multiple VMs is when I have several Java GUI apps (eclipse, jedit, dbvisualizer) plus tomcat and maybe an ant running on XP.
    I don't think that the existence of multiple VMs is in and of itself a problems, but JVMs do tend to be fairly memory hungry, so if you don't have a lot of RAM, you may find yourself crawling along as swapping heats up.
    I think that later versions of the Windows VM have started to take advantage of sharing certain core libraries, or pieces of them, so that you don't have as big an incremental memory footprint for additional VMs. I don't know which versions or how much this actually reduces the foot print of second and subsequent VMs though.

  • Run command instead of going to lockscreen

    So I just started playing Mountain and I had the funny thought that it'd be kinda cool if I set that game as my screensaver. So I did a bit of searching, but I couldn't really find how/if I could do it.
    Is there a way for me to run a command instead of going to a blankscreen or a screen locker?
    I currently run it through steam, but I could also buy a standalone binary from the game's site if that would make it easier to do this.
    Last edited by DaimyoKirby (2014-08-24 14:58:13)

    Trilby wrote:
    This is an entirely WM/DE dependent question ... which DE are you using?  What currently launches your screen lock program?
    The short answer is yes: just figure out what is running the current screen locking program, and change it to start mountain instead.
    Good point, don't know why I didn't even think about that (being a help vampire, I suppose)...
    Anyway, I'm using Cinnamon, so I looked it up in dconf Editor, but I only found one line about running a custom command in the lockscreen:
    org.cinnamon.desktop.screensaver, embedded-keyboard-command
    But that seems to do with embedding an onscreen keyboard, not with any custom command in general. But to try it out, I enabled the embedded keyboard, set the command to "steam steam://rungameid/313340", and locked my screen - it did launch the game, but behind the lockscreen like a regular program.

  • An Accordion Widget as read by JAWS

    The following page contains a PVII Accordion Panel Magic 2
    widget, along
    with a link to an MP3 file of how the page is read by the
    assistive reader
    JAWS.
    http://www.projectseven.com/products/tools/accordion2/accessible/jaws-test/
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/pop
    The Ultimate DW Menu System

    I want to make it perfectly clear that when a customer asks
    for support we
    give him or her support, regardless of whether the customer
    is nice to us or
    not. That said, you have a couple of options here:
    1. You can ask Adobe to help you get your spry menu and spry
    accordion
    working the way you want. They do owe you as much. If that
    help is not
    forthcoming on this forum, you can try posting on the spry
    forum.
    2. You can contact PVII directly with a request for a free
    license and we
    will make a decision. If you are given a free license and/or
    you do purchase
    a product, as well, then you would qualify for direct
    support, which can be
    obtained in a number of ways, but not on Adobe's forums.
    Al Sparber - PVII
    http://www.projectseven.com
    Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/apm
    An Accessible & Elegant Accordion
    "kiusau" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    quote:
    Here is a quick example using our menu and accordion:
    >
    http://www.projectseven.com/testing/customers/roddy72/[/q
    >
    > Although we have some disagreement about the venue, you
    are a good
    > salesperson. I say this, because you obviously believe
    in your product
    > and
    > style it according to your client's taste and need.
    Indeed, if your menu
    > bar
    > and accordion are more accessible, as you claim, then
    what you have shown
    > is
    > preferable to what I am currently trying to achieve.
    >
    > This said, I am trying to learn, and buying my way out
    of my dilemma or
    > accepting complimentary gifts would likely serve as a
    disincentive for my
    > further edification with regard to the structure,
    behavior, placement, and
    > appearance of SPRY objects. There is also the dependency
    question,
    > because we
    > did get off to such a very bad start, I am not sure that
    Project-Seven
    > after-service is my best alternative for the moment.
    >
    > Another consideration is that no one, but yourself,
    appears either
    > interested
    > or capable of helping me resolve my current problem. In
    the end, it is
    > also
    > silly for me to expect that you will want to spend very
    much time with me
    > trying to fix an Adobe product, when you have another
    that you believe to
    > be
    > superior.
    >
    > Finally, there is the issue of time. Rather than
    struggling to "reinvent
    > the
    > wheel" as you once said, I could be working on other
    pressing issues such
    > as
    > print media and my further acquisition of JavaScript.
    >
    > Having taken all of this into consideration and still
    unable to make my
    > horizontal menu bar perform. I would like to propose the
    following:
    >
    > You once offered to provide a complimentary accordion
    that I did not need.
    > I
    > am now willing to accept that offer with purchase of the
    Project Seven
    > horizontal menu bar and a copy of roddy72 (original
    format) that I do
    > need.
    > Perhaps Murray or someone else very close to
    Project-Seven could serve as
    > a
    > go-between with regard to after service. If you will
    agree to this, then
    > please tell me how to proceed, so that I can begin
    moving forward once
    > again.
    > This menu bar issue has already taken too large a toll
    in time, effort,
    > and
    > reputation.
    >
    >
    IMAGINE PROTOTYPE:
    >
    http://homepage.mac.com/moogoonghwa/Imagine_Prototype/Content/
    >
    > Roddy
    >

Maybe you are looking for

  • Need Help with a Java program

    Hey I am doing a bachelor of Multimedia and for some reason I was forced to do Programming 1 which is just Java programing.I have been doing pretty well but we have the final exam coming up on Thursday and they told us to learn how to do this questio

  • Regarding INVOICE

    Hi friends, i have a doubt in "INVOICE". What is the difference between "Invoice type"  and "invoice list type". These two we are maintaining in "CUSTOMER MASTER", in thtat "SALES AREA " , Iin that "BILLING" . can any one explain about these two and

  • Autoname based on field

    Hello, I am quite new to Livecycle and am ripping my hair out trying to figure out how to do the following: I need to have a button within my PDF form that will do the following in order: 1. Save the file to a specific location with a filename thats

  • What' wrong???

    hi everybody, I've a problem which need a genius to solve. I've written some code into the when-button pressed trigger: DECLARE clob_help clob; clob_rec clob; video_h number(38); clip_h number(38); tt_h varchar2(4000); help number(38):=0; cursor c1 i

  • ORACLE 7 ON WINDOWS XP

    AFTER INSTALLATION OF ORACLE 7 ON WINDOWS XP, THE ORADB73.EXE WILL CRASH AT STARTUP TIME . I KNOW THIS IS NORMAL PROCESS FOR WINDOWS 98 WITHOUT ERRORS BUT IN XP IT IS CRASH. IT IS HARMFUL TO SYSTEM OR NOT. PL TELLING ME.