How to find if Reconciliation Ledger is Active or not for Controlling Area

Hi,
How to find if Reconciliation Ledger is Active or not for Controlling Area?
Thanks

Hi,
You can check using OKKP.
Further TCode KALA is useful in activating/deactivating etc., for the Controlling Area.
Rgds.

Similar Messages

  • How to find out if Role is active or not and also delimited or not ?

    How to find out if Role is active or not and also delimited or not ?

    Hi,
    Basically this job is done by BASIS (Technical) Team.
    They can check whether role is active or not by using tcode "PFCG" by giving role name.
    Regards,
    Rameshwar

  • How to find the customer ledger account display for profit centerwise

    Dear All,
    how to find the customer ledger account display for profit centerwise
    Pleas give your valuable suggestion
    Regards
    Vishwajeet Sharma

    Hi
    check the tables
    A959
    A962
    A997
    The assignment depends on so many things
    with respect to which transaction you wants the PRCTR field for KUNNR?
    Regards
    Anji

  • How to find maximum number of users we can assign for Hyperion Planning.

    HI,
    How to find maximum number of users we can assign for Hyperion Planning.i.e., how to find license limit in hyperion planning 11.1.2.1.
    In Essbase propreties, the system is showing maximum planning users could be 65535.
    what would be the number for concurrent scenario?
    Thanks
    Giri
    Edited by: Giriprasad on Jun 18, 2012 2:18 AM

    The number of users would be based on your license agreement with Oracle, the system is not aware of your license agreement so it is up to you to stick to it.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to find out each Cell having Data or Not in Excel File by Using WDJ

    Hi Friends,
    I have one doubt on WDJ.
    I have to Upload Excel File. Click on Upload Button in Excel file Data will move to One Bapi. This is I was done. But my Requirement is if any empty Cell in Excel That File not uploaded it display one error message Please upload Correct Excel File
    How to find out each Cell having Data or Not in Excel File by Using WDJ. Please tell me.
    By Using this Code I have Upload Excel File
    InputStream text = null;
         int temp = 0;
         //wdComponentAPI.getMessageManager().reportSuccess("filePath Vijay:::");
         try
                   File file = new File(wdContext.currentContextElement().getResource().getResourceName().toString());     
    FileOutputStream op = new FileOutputStream(file);
                   if (wdContext.currentContextElement().getResource()!= null)
                          text = wdContext.currentContextElement().getResource().read(false);
                             while((temp=text.read())!= -1)
                                  op.write(temp);
                                  op.flush();
                                  op.close();
                                  path = file.getAbsolutePath();
                                  //wdComponentAPI.getMessageManager().reportSuccess("Path Name :::::"+path);
         catch(Exception ex)               
                   ex.printStackTrace();
    But my Requirement is If excel having any Empty Cell that excel file not uploaded.How to do this...
    Regards
    Vijay Kalluri

    Hi my friend
    I would like to share you some APACHE APi´s that i use when i have to read excel files in Web Dynpro.
    JAR = poi-3.2-FINAL-20081019.jar
    Some Example:
    POIFSFileSystem fs;
    HSSFWorkbook wb;
    HSSFSheet sheet;
    String myMexican_ValueFromExcelis = "";
    try {
             fs = new POIFSFileSystem(new FileInputStream();
             // and select the cell "y"
            cell = row.getCell( 0 );
            myMexican_ValueFromExcelis = cell.getCellValue();  
    }cach(Exception e){
    REgargds

  • How to find out what the geniric short forms stand for?

    Hi if you see the ThreadLocal class in jdk1.6 it is written like this in doc. ThreadLocal<T> and if you see the method Class.forName() the return type is Class<?> i am just confused a littele bit. how to find out what this <T> and <?> stands for? I mean how do i know that what to pass in their place?

    [Start from Here|http://java.sun.com/docs/books/tutorial/extra/generics/index.html]

  • How to find whether remote database is up or not (connected via dblink)

    Hi,
    I am using dblink to connect Biz database from Dev database.(Biz, Dev - database names)
    Running dbms job using the dblink from the Dev database to update data on Biz database...
    Problem is dbms job should run if and only if the Biz database is up for which i created the dblink...
    1) How to make sure or implement the check to find whether the Biz is database is up or not in Pl/sql or sql...
    2) How to reschedule the dbms jobs once the database is up
    pls suggest me how to find whether the database is up or not b4 running the dbms job?
    Using- Oracle 10g

    The only way to know whether the remote database is up (and whether the network between the two databases is up and whether the remote database's listener is up and whether the password configured in the database link is correct and whether the local TNS alias is correct, etc) would be to actually run a query against the remote database over the database link. In other words, the way to figure out whether the link is up is to let the job run and catch & handle exceptions when there are problems.
    By default, a job scheduled via DBMS_JOB will automatically reschedule itself if there is an unhandled exception by geometrically backing off (it waits 1 minute after the first failure, 2 minutes after the second, 4, 8, 16, 32 minutes, etc until it's marked as broken after 16 failures). You could, of course, catch appropriate exceptions and handle them in a reasonable fashion and manually reschedule jobs at intervals that make more sense for your particular job.
    Justin

  • How to find back my lost iphone 5s if not install "Find My Iphone" apps

    How to find back my lost iphone 5s if not install "Find My Iphone" apps&software...???

    There is no way sorry
    If your iPhone, iPad, or iPod touch is lost or stolen

  • HT1766 How to find Macbook Pro using Itunes. Do not have Icloud or find my phone function.

    How to find Macbook Pro using Itunes. Do not have Icloud or find my phone function.

    1. This is the iPad forum.  For Macbook questions use the Macbook forum.
    https://discussions.apple.com/community/notebooks/macbook_pro
    The hosts will likely move the thread there shortly.
    2.  You can't use iTunes to find your computer.   You can use icloud.com from another computer to find it if you setup Find my Mac on the lost macbook pro.
    http://support.apple.com/kb/PH2698

  • How to determine whether process Chain is active or Not

    Hello Experts,
    How to determine whether process Chain is active or Not, because i have large number of PC to activate.

    Hi,
    Please check this program in SE38---- /SSA/BWT
    This program will give you information regarding all your process chains which are active and running based on there timings.
    Hope it helps.
    Regards,
    AL

  • How to reduce opacity for form only not for controls in c#?

    I want to reduce opacity for form only. Not for controls. I reduced opacity for form, but the panel opacity also reduced. I don't want to reduce panel opacity. How to do this? Give me solution in c#. 

    I want to reduce opacity for form only. Not for controls. I reduced opacity for form, but the panel opacity also reduced. I don't want to reduce panel opacity. How to do this? Give me solution in c#. 
    How do you imagine this will work?  You reduce the opacity of the container but not the contents.  The user is left with no way of clearing the junk off the screen.  Opacity is for Forms and Forms only for a reason.
    You could use multiple forms, one without controlbox/icon/text/border whatever contained inside the other, but I expect that's not your goal. What is your goal?
    You can also make use of Transparency using simple background color schemes, which works even in RTL layouts.
    What is your goal again, apart from taking over the screen without the ability to close the window?
    Would you like to know more?

  • How to change standard PCA hierarchy for Controlling Area?

    Dear all,
    I'd like to change standard PCA hierarchy for Controlling Area. System doesn't allow me to do this with the following message:
    =====================================
    Standard hierarchy CIS for COAr 0700 already contains profit center(s)
    Message no. KM160
    Diagnosis
    You wish to change the standard hierarchy of a controlling area, however, profit centers have already been assigned to the hierarchy. For this reason, you may not change the standard hierarchy for this controlling area.
    =====================================
    How can I change it?

    I will clarify the business requirements behind this request.
    We are currently implementing PCA for a customer. However, technically, PCA was already switched on several years ago and it was used for some not-really-accounting customer functionalities (Z* reports) .
    So, currently the PCA hierarchy is total mess. No logical heirarchy, a lot of weird profit centers... Not posibly to use this for segment reporting at all. And I would like to sort this out for this project.
    Is it possible to reorganize current standard hierarchy? Remove profit centers and profit center groups out of there? Forbid postings?

  • How to find Organization with Ledger

    Dear all
    Oracle R12
    I want to query data in hr_locations_all with ledger id.
    Please Help me.

    You are on the wrong forum, try e-business.
    But, I think business_group_id will be the field that will lead you to organisation specific data, as this is what hr_locations (view) uses.
    regards,
    Robert.

  • How to find the particular record in 1000's of workflow jobs are running

    Hi,
    In a data manager -> in workflow tab>IF a record is in CHECK-OUT MODE there are 1000's of jobs are running in that workflow tab. Can anyone tell me how to find that particular record in that workflow jobs.
    Can anyone show me the difference in getting a record in 5.5 and 7.1

    Hello COTI
    Unfortunatly, SAP MDM doesn't have good ability for  WF search.
    All WF clarify by it's status (unlaunched, avialable, Received, complited, error  etc.)
    For each WF SAP MDM assing unique Job ID and this id will be shown in Job ID field in Data Manager WF Tab.
    You can change WF list order by all WF fields like as Job ID, Step, User, Start etc. and try to find your's WF.
    You can use Java API - this is one of the best solution for WF management and WF mass upload  (for example)
    Regards
    Kanstantsin Chernichenka

  • How to find out the max mem can be allocatedTT for 32 bit Win ?

    How to find out the maximum Permanent Data Size and Temporary Data Size that can be allocated for the Oracle Times Ten for 32 bit Windows OS.

    Hi Chris,
    Am I write in saying that this also depends on shared memory setting as well?
    If that is the case, on a platform like window 2003 32-bit, one cannot have more than 4GB of shared memory. Windows Server 2003 includes support for a startup switch (entered in the boot.ini file) that allows the allocation of memory and memory address space. Regardless of the amount of physical memory that is installed on the system, the operating system uses a virtual address space of 4 GB. Out of that amount, by default, 2 GB is allocated to user-mode processes (for example, Oracle or TimesTen) and 2 GB is allocated to kernel-mode processes (for example the operating system and others). In a nutshell on systems that have more than 1 GB of RAM, this startup switch can be used to allocate more memory to applications (3 GB) and less memory to the operating system (1 GB). However, adding adding the /3GB switch to the boot.ini file will not increase the amount of physical RAM memory, the 3GB switch just tells the computer to allocate the existing memory space differently.
    For a 32-bit TimesTen the limit on memory cannot be more than 2GB (PermSize+TempSize). For example on Linux 32-bit I have 1024MB and 512MB for these two parameters.
    Thanks,
    Mich

Maybe you are looking for

  • Pages  too wide for screen in Safari 5.0.3

    Often, when I launch Safari5.0.3 the web page that comes up extends about 3" past the right edge of my screen. Of course, I can then cinch it back manually to fit the screen, but would prefer that pages fit automatically. I tried different screen res

  • Vectorizing fabric patterns

    I am a designer for a clothing company and recently we've been working with a client who submits intricate fabric patterns to me to completely recolor. I have used layer adjustments in Photoshop before to change the colors, however they have made it

  • Hi ... Can someone plz help ... I have purchased items on ebay, and my computer will not proceed from ebay to paypal to chekout (pay).

    I have contacted my internet security, and through remote connection they said there was no problem with that so I should contact Ebay and Firefox. I contacted Ebay and there is no problem there. I know its not my accounts because I am able to check

  • Latest retina Macbook with GT750M - CUDA not available?

    How can I get AE 12.2.1.5 (trial version) to use my Nvidea GT750m in my late 2013, 15 inch macbook pro (16 GB, all options ticked) for raytracing and other tasks AE can assign to the GPU? I am using the trial version of AE because I need to see it wo

  • How to query an ordinary xml

    I have an xml and I want to query for a particular sub element within it. I can't find any help on this in any of the documentation. All I find is the getVariableData but it can only query on xml that is defined to have part names. How to query on an