Standalone..Questions.?

Hello Gurus..
I have some questions on Standalone...
1.How do i use Account Assignment in Standalone?
What Attribute values should i give in CC?
Can i maintain Cost Centeres in Local system..?
How does this work..?
2.How do i maintain the Products in local system.
I mean to say which product category do i use?
3. How do i use "Define G/L Account for Product Category and Account Assignment Category"?
4.What range of product categories do i have to give in Extended attributes,?
Thanks
Arshad

Hi,
Even in standalone system a financial system is required as SRM does not contain any accounting capabilities.
Please see the sap help [here|http://help.sap.com/saphelp_srm50/helpdata/en/63/be453c8bf3f30ee10000000a11405a/frameset.htm] for more detail on the standalone scenario.
Regards,
Jason

Similar Messages

  • Sx-20 standalone question

    Hi ,
    I read in the community questions about  configure
    a telepresence device like sx 20 standalone configere.
    It is not clearly for me in the sip maters . when the device sites behind a
    firewall to the internet without registration to anybody it cannot dial out because
    the sip need some proxy ?
    Can I connect it to proxy server on the internet ? my goal is to have sx-20 connect
    to the outside to tests my incoming and outgoing  video call to my org.
    I need to test h323+sip protocolls . can someone assist ?
    thanks . sharon

    If the system has software version TC4.2 or later, then you can connect to any system using either URI dialling or the IP address, depending on how the system you are calling has been deployed - without using a SIP proxy.
    I.e. if the system you are calling is registered with a SIP registrar such as a VCS, CUCM etc, then you must use URI dialling format; Alias@domain.
    If the system you are calling is also a stand-alone system, then you must connect to it using its public IP address; this can be dialled "as is" if using H.323; i.e. 123.456.78.9 - but when using SIP, then the IP address must be prefixed by something@ - "something" can be absolutely anything, i.e. [email protected]
    /jens
    Please rate replies and mark question(s) as "answered" if applicable.

  • Upgrading to Enterprise from Standalone Questions

    Hello,
    We currently have successfully rolled out the Standalone installation of ZAM 7.5 but we want to move to Enterprise with SQL 2000.
    I would like to build and install a new server (same name, ip address, hardware etc.) with the Enterprise version and scrap the Standalone database. Basically we're starting fresh. Would this work with the existing client installs out there?
    Would there be any problems with this (seeing as though we rolled out the clients to over 800 machines) or would it be better to perform the upgrade on the Standalone to Enterprise and clear out the database?
    Any help or insight would be appreciated.
    Thanks!

    Yup - as Jared said, that should work just fine as each workstation will have a unique identified (WorkstationOID) in the registry - as the new build will have no workstation records it will happily accept these machines with their current OIDs.
    One recommendation / note - patch the new build up to the same IR and PRU level (or newer) than in the current standalone system, add your UDFs and configure your Option Sets before you let the workstations connect to the Collection Server(s), as the ZAM server(s) will:
    a) Upgrade *or* Downgrade the Clients to the server IR version, which can take a long time as it is throttled to avoid network saturation (allow maybe 1-2 days for 800 workstations)
    and
    b) Push down the current KB files (a merge of the PRU and your Local Products) then run a scan (assuming you have enabled a collection schedule etc.)
    These file transfers can add up to 10-20MB per workstation from the Collection Server, so worth getting right the first time :)

  • Deployment OC4J Standalone Question

    Hi EveryBody,
    i am running the standalone OC4J which come with jdeveloper 10.1.3
    the home for jdev is c:\jdeveloper1013
    how can i know the OC4J root folder ???
    and is OC4J stand alone have adfbc runtime automatically installed ?
    thanks in advance

    The root would be [jdev-root]\j2ee\home
    And yes it has ADF BC installed.

  • Sx 20 standalone issue

    Hi ,
    I read in the community questions about  configure
    a telepresence device like sx 20 standalone configere.
    It is not clearly for me in the sip maters . when the device sites behind a
    firewall to the internet without registration to anybody it cannot dial out because
    the sip need some proxy ?
    Can I connect it to proxy server on the internet ? my goal is to have sx-20 connect
    to the outside to tests my incoming and outgoing  video call to my org.
    I need to test h323+sip protocolls . can someone assist ?
    thanks . sharon

    See your post and reply here: https://supportforums.cisco.com/discussion/12388486/sx-20-standalone-question
    /jens
    Please rate replies and mark question(s) as "answered" if applicable.

  • Question about standalone apps

    Hi enerybody, i am interested in developing standalone apps in the Java lang and would like toknow which IDE should i use SUN ONE STUDIO 5 SE, JAVABEANS or ECLIPSE 2.1
    I know that this has been asked a lot but please i really need to know because i am at a loss.
    Thanks in advance :)

    i think both questions ("which IDE to use?" and "which DB to use?") depend on your requirements!
    IDE:
    - are you only interested in a better editor which colors up your source code?
    - are you intereseted in a designer to create GUI's?
    - how much would you pay for a IDE?
    DB:
    - would you pay money for your DB?
    - how many sets of tables and data should the database manage?
    - how important is the speed of the DBMS?
    i myself am working with JBuilder 8 at that moment. the personal edition is free for download...
    as db i am using mySQL:
    a) i don't need an expensive high performance ... top DB
    b) my Homepage's hoster uses it so testing is easier
    c) ...
    what do you require?

  • Standalone application questions

    Hi,
    Question 1:
    I have a data acquisition application using Labview. Four analog channels are recorded on HDD and displayed on waveform chart continuously.
    Development application runs fine but standalone application on DELL laptop has problems: waveform does not show proper Grids; sometimes vertical and horizontal grid lines are broken. There is no problem recording data but only problem is displaying waveform.
    The same standalone application used to run without any problem but after some minor modification, it behaves strange.
    Any suggestions to fix the waveform display problems will be greatly appreciated.
    Question 2:
    �VI Property > Customize Windows Appearance > Show abort button� unchecked will disappear ABORT
    button from VI. .After standalone application compilation and installation, the ABORT button was visible. How hide the ABORT button on the standalone application.
    Question 3:
    Can I replace Labview default RUN button with custom button, I want to hide Labview default RUN button and want to make a separate RUN button. Can I access property node or local variable of that RUN button?
    Thanks in advance,
    Kishor

    About question 1.
    I had some strange behaviour with charts and transparent backgrounds.
    Perhaps it's something like this...
    About question 2.
    Perhaps you have made a build script that has the properties set. After
    changing the VI, loading the build script might overwrite the VI settings.
    About question 3.
    You should modify the VI to wait for a button to be pressed (a while, 10 MS
    wait, and a button). Let the VI start automatically (run when opened). This
    has the same effect.
    Regards,
    Wiebe.
    "Jeremy Braden" wrote in message
    news:[email protected]..
    > 1. The VI may have been corrupted after your minor changes. Do you
    > have an old copy of the good code. You can also copy the block
    > diagram of th
    e bad VI to a new VI and build an executable from the new
    > VI. Also do you see the same behavior with the classic waveform
    > chart? What happens if you build a new LV executable with dummy
    > information going to the chart?
    > 2. The tests I ran showed that you can make the abort button
    > invisible with the steps you mentioned. Do you think that you may
    > have not saved your changes?
    > 3. You cannot replace the run arrow. Atleast not from a nice
    > integrated published solution sort of way. There are no properties
    > for the run arrow.

  • Question on Labview 8.2 Standalone executable

    Hi Fellows,
       I have a question, I have created a standalone executable labview file of  a vi created to test a circuit board I am working on. Whenever I open the executable file, the labview panel opens up running. Is there a way to create the executable file so that when opened initially, it does not run until I hit run on the labview panel?  I don't want any voltage going to my circuit board until I hit run. Is it possible to do this? Since this is the only vi, it is also my startup vi.
    Patrick

    There is a bug in 8.2, that will prevent from still standing applications. The workaround is to build the application as debuggable and force it to wait on the debugger (be aware that the exe will be bigger).
    But such a thing should be programmed in the application,  IMHO.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • CISCO AIRONET 1230AG Question for Standalone Mode

    Hello everyone,
    Just one fast question since i am trying to start a personal project.
    Can u use an aironet 1230AG AP as a purely standalone AP device
    like you would with any commercial AP?
    Also is there an administration page to do so or is it IOS oriented?
    Thanks in advance.

    Hi Karolos,
    you can of course use 1230 AP in standalone mode.
    It can be administered both CLI (IOS-like) and GUI (web page).
    configuration examples documents usually have both GUI and CLI.
    Here is a list of configuration example that might be useufl to you:
    http://www.cisco.com/en/US/products/hw/wireless/ps430/prod_configuration_examples_list.html
    Note that if you have high number of APs then administration will be a headache if you are using them in standalone mode.
    If you have high number of APs then it will be much wise idea to use a controller-based APs.
    Good luck
    Amjad

  • TMG Standalone Array simple question

    hi everyone i have what i think is a simple question but i don't know if i'm missing something in all the tutorials about standalone arrays i've read.
    i'm working with 2 tmg enterprise editions in 2008R2 in a test environment. both are on sp2 fully updated and a single 20 Mbit connection. i would like for this two tmg's to work for high availability using that connection only and i was able to join both in
    a standalone array. here's how they're configured:
    tmg01
    internal nic ip range: 192.168.1.1/24
    second internal nic: not connected at the moment, considering for intra-array network if needed later on (if anyone suggest is absolutely necessary)
    external nic ip: dhcp supplied by isp.
    tmg02
    internal nic ip range: 192.168.1.2/24
    second internal nic: not connected at the moment.
    external nic: not connected. (where do i connect this one if i only have one modem for that 20 Mbit connection??)
    i have read that the intra-array network is not absolutely necessary so i’m leaving those unplugged.
    now, here’s my question, since they’re both already on an array, if tmg01 fails to deliver (let’s assume it has a hardware malfunction), how is tmg02 going to take over and connect to the external network if by definition my modem only accepts one cable? will
    i have to be near the server and change the cable to the other nic in tmg02 for it to work or do i have to add something in between the modem and the two tmg’s?
    is there something i’m missing? will i be needing 2 connections? maybe it’s too obvious or stupid and it just went passed me. i’m open to criticism and opinions.
    thanks

    Hi
    Let follow the best practice.
    In Production Normal setup for Full redundant Architecture, we need three servers, one for Array and other two servers for TMG for HA.
    1 . TMG Array Server – Subnet Routable with Internal TMG Subnet ( You can also have this in any one TMG but best practice is to separate it )
    2. 
    TMG – 1 – Two NIC, Internal / External
    3. 
    TMG – 2 – Two NIC, Internal / External
    Second Internal NIC is not required in your setup. So you can go with two NIC. External and Internal on two TMG
    Join TMG 1 and TMG 2 to Single Array which is server 1. By this all the configuration you make on one TMG will sync with other TMG.
    How TMG will handle in case of Server failure
    You need to Create two NLB in TMG
    One for Internal and one for External
    Internal NLB
    You need to create an Internal NLB, Since you are using 192.168.1.0 / 24 Network for Internal, assign an internal NLB as 192.168.1.3
    If you want to use TMG as gateway for all internet connection, then you need to have default Route from internal network pointing to 192.168.1.3 which is TMG NLB internal IP
    address
    External NLB
    Since you have not mentioned  External Network, let’s assume you are using 10.10.10.0 / 24 and External Interface of TMG 1 is 10.10.10.1 and TMG 2 is 10.10.10.2, Then create
    an External NLB and assign an IP address 10.10.10.3
    You need to have a Switch in between your Router and TMG servers,
    Connect TMG -1 and TMG – 2 External Interface NIC to Switch
    On external NIC – Set gateway as Modem IP address of Both TMG
    Connect an internet cable from modem to the same switch
    Ensure that, you have a route to 10.10.10.0 /24
     from Modem to External NLB IP address Ie 10.10.10.3
    Now you don’t have to switch cables to Modem,
    Good Luck !!

  • Webhelp question re standalone use

    Hi, I'm still using Robohelp X5. I have a question about
    WebHelp Pro. My client needs the same Help system for both a
    multi-user server version of their product and for their standalone
    desktop product. Can I use the same Webhelp Pro compilation for
    both? If I publish it to some disk location, can they then copy it
    to where it needs to be for their server and also onto CD for their
    desktop product?
    Thanks for your help.

    Well, actually, there is an issue with the WebHelp I tried
    out. I gave my client the entire WebHelp folder to put on their
    server. It works fine, except if you have opened the Help browser
    window by clicking a context-sensitive Help button and then you
    navigate to a new topic within Help and then go back to the server
    app and click a context-sensitive Help button. The Help window
    comes to the forefront but the page does not refresh with the
    context-sensitive page - it stays on the one that you navigated to
    through the TOC or by clicking a link within the Help system. If
    you close the Help window and then click any context-sensitive Help
    button, the correct topic comes up perfectly. The problem behavior
    only happens if the Help window is already open and only if you
    have navigated away (within the Help system) from the topic that
    came up context-sensitively. I was wondering if that happens
    because I did not "publish" my stuff but from what you are saying,
    MergeThis, it doesn't sound like that would be the issue. Ideas?
    Could it be the way the developer is calling the Help? (Other than
    this issue, the WebHelp works fine.)

  • Forms & Reports Services Standalone 10.1.2.0.2 in a Solaris 10 question.

    Hi everyone
    I have installed Forms & Reports Services Standalone 10.1.2.0.2 in a Solaris 10, it is possible install in this sqlloder utility?
    I need sqlloader access from a form by a 'host' command, is that possible?
    I try this command from the form:
    HOST ('sqlldr user/pass@servicedb control=/home/oracle/controlfile.ctl');
    but it didn't work... is there other way?
    Thanks.

    You can easily create new report servers on a machine. However, to run several reports in parallel you do not need extra servers. You should configure your existing server with extra engines. This can easily be done by changing the maxEngine attribute of the engine section (engine with id=rwEng) in <reportserver>.conf file. You can also manipulate these values through Application server Control. Change the value to 2 and you can run two reports at the same time. depending on available memory you might consider a value of 4 or 8 as well.

  • Application Logging in Standalone weblogic - quick questions

    Hi
    In JDeveloper, we could write our application logging to logs for debugging and viewable from JDeveloper.
    When we deploy to Standalone weblogic server, we cant find our logging.
    Of the 3 loggers (Msg Catalog, nonCatalog, Commons log API),
    Which logging mechanism is the best practice used logging for development environment ? Does it print to AdminServer.log ? If not, how can we accomplish that printing app log to AdminServer.log ?
    Which logging mechanism is the best practice used logging for production environment ? Does it print to AdminServer.log ? If not, how can we accomplish that printing app log to AdminServer.log ?
    Thanks

    hi,
    people commonly Log4J for their logging,Like Commons Logging, SLF4J, or the default Java Logging API. But if you're working with Oracle's Application Development Framework, there is another option as well: ADF Logging.
    ADF Logging is a logging mechanism, embedded in the ADF framework. It wraps the Java Logging API, but throws in a few extra methods and some JDeveloper and (Weblogic) Enterprise Manager features.
    the following one demo video from oracle site its very useful.
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADF_Insider_Essentials/debug_part1/debug_part1.html
    regards
    siva

  • Question about running classes as standalone apps

    I have figured out that I can run a java application as a standalone application by including javaw.exe in my program and then creating a shortcut to that javaw.exe. For instance the target for the shortcut would be: "C:\Win\ChatProg\javaw.exe ChatFrame"
    Now my problem is that I can't figure out how to make the target point to the folder the program is in, not "C:\Win\ChatProg\" I want to do something like "CODEBASE%\javaw.exe ChatFrame" is there any way to do that?
    Thanks!

    Right-click the shortcut and select "Properties". Put whatever you want to be the current directory when the application runs into the "Start In" box.

  • Integrating standalone OC with existing 3rd party LDAP directory question

    Hello everyone,
    we have a standalone version 9 Oracle Calendar server with internal directory. We also have an existing enterprise wide LDAP directory. We would like to integrate them together, with as few changes to our existing LDAP schema as possible. Has anyone dealt with this issue before? Are there any documents out there describing how to deal with such situation? What if we upgrade to OC version 10 first?
    Thanks

    Migration might be tricky -
    We've been running Calendar since the Netscape era with external LDAP. Basically user's preferences are stored in LDAP, though these can be 'regenerated' on the fly by the client using defaults.
    You will need to modify the schema, but it's simply as loading the supplied schema file.
    Data itself is still maintained in the internal DB. The link between the DB and LDAP is done via the calendar ID number which gets stored in the user's entry in ldap.
    I don't think it would matter on upgrading OC to 10 or not, since the upgrade would not modify anything on the LDAP side (schema has not changed).
    You should set up a test environment and test it out...

Maybe you are looking for

  • FI - AA - Ajuda para anular encerramento de exercício por área de avaliação

    Companheiros, Sou novo na parte de configuração e parametrização do SAP, estou trabalhando no módulo FI. Recebi a tarefa de atualizar os dados de FI-AA de um ambiente de treinamento. Esse ambiente está muito desatualizado. Estou tentando encerrar um

  • SpinnerNumberModel and null or empty values

    Hello, I have a GUI which is used to enter data which will be stored in the database. Some of these fields are JSpinners. Most of them are representing integers (the column in the database is also an integer). The user should have the possibility for

  • Endeca dimension search on first throw error and when hit again gives result

    Getting below error for search terms like - 'the the of the book' , which converts to dimension search. status >> ENE error ENEException com.endeca.navigation.ENEException: Navigation Engine not able to process request 'http://10.1.0.205:9300/search?

  • Blob delete and reuse

    Hi All, I am successfully able to delete just the blob file from a record but after this operation, I am not able to upload new file to the same record. Wanted to know if this is possible and if so how. I am using this query for deleting blob: update

  • Selective extraction from an xmltype variable

    I have a fragment of XML - <Unit name="MAIN UNIT"> <Ops event_type="U1" cause_code="7050" begin_time="2003-06-13T09:38:00">Broken restoring cable</Ops>      <Ops event_type="GE" cause_code="0001" begin_time="2003-06-03T07:07:03"/> <Generation begin_t