Reasons for not clearing GR/IR

Hi Gurus,
There are certain transactions, which have not been cleared by executing t.code:f.13
Can any one specify why is this?
What are the reasons?
plz.

Hi,
Check whether the transaction data is posted in a currency which is not company code currency. If so, there could be foreign exchange variation.
Thanks
Murali.

Similar Messages

  • I am trying to convert a Microsoft Publisher Document to PDF but it fails every time although the reason is not clear. Any ideas?

    I am trying to convert a Microsoft Publisher Document to PDF but it fails every time although the reason is not clear. Anyone else had problems like this and how do I solve it? Thanks. Ray

    Hi raythree,
    I'm sorry that your PDF conversion is working. Can you please tell me if you're getting a specific error message? Knowing that can help pinpoint the cause of the conversion failure. However, here are a couple of things that you could try:
    Clear your browser cache (steps to do this vary by browser).
    If you're using a work computer, check with your IT team to confirm if you have firewall/proxy settings that restrict the ability to upload files to the Internet.
    Try another web browser.  A list of supported browsers for accessing the ExportPDF service is available here: http://www.adobe.com/acom/systemreqs/.
    Also, note that there is a 100MB file size limit, so if your publisher file is larger than that, it won't upload to ExportPDF.
    I hope this helps. But let us know if you need further assistance.
    Best,
    Sara

  • Reason for not allowing static declarations inside an inner class

    Is the reason for not allowing static declarations inside an inner class is due to the fact that it can never be accessed at a class level as the outer class has to create an instance of the inner class and any attributes/methods of the inner class has to be accessed through that.
    Typically, an instance (non-static) variable can never be accessed in a statement or expression inside a static context but the class variable can be accessed inside a non-static context. Given this, shouldnt the static declarations be allowed inside an inner class?
    Correct me if my understanding is wrong.
    Thanks

    I still couldnt get it clearly. Why i cant i have a static value ( variable ) for all the instances of the inner class irrespective of its enclosing instances of it ( i.e outer class instances). Say in this example below,
    class Outer
    static int i = 0;
    public Inner inner = new Inner();
    class Inner // inner class ( non-static nested class )
    int j = 0;
    static final int k = 2; // compile time constants are allowed
    // ininner class
    public void m1()
    j++;
    System.out.println("j is " + j);
    i++
    System.out.println("i is " + i);
    public static void main(String[] arg)
    Outer outer1 = new Outer();
    outer1.inner.m1(); // j will be 1 & i will be 1
    Outer outer2 = new Outer();
    outer2.inner.m1() // j will be 1 again & i will be 2. But I would
    // want j to be 2. Why is this not allowed?
    Looks like something missing..

  • CAD "Select reason for not ready" not appearing for some agents? Please help!

    Hi all,
    I have some users who when they click on 'Not Ready' in CAD (Cisco Agent Desktop) - they are not presented with the 'Select Reason for Not Ready' dialog box - it just goes straight to Not Ready.
    I have searched high and low but have not found any suitable results (maybe I'm doing it all wrong?).
    Anyway - we use CUCM
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin-top:0cm;
    mso-para-margin-right:0cm;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0cm;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;
    mso-fareast-language:EN-US;}
    8.0.2.40000-1 and UCCX
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin-top:0cm;
    mso-para-margin-right:0cm;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0cm;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;
    mso-fareast-language:EN-US;}
    8.0.2.10000-41.
    Version 8.0(2) of CAD.
    Works for some agents and not others. All the same Windows operating system.
    Is there an individual setting which needs to be set on each user in CUCM or UCCX in order for this to be triggered?
    I would've thought it was universal?
    Cheers,
    Brett

    Ahhhh, spot on.
    Can't believe I missed it...
    Cisco Desktop Administrator (go) > Personnel > Agents > Set appropriate 'Work Flow Group'
    Agent logs out of and closes CAD, opens and logs back into CAD, tested, solved.
    Many thanks again

  • OWS-00102 Reason for not creating a custom Java type: simple or mixed conte

    Hi ,
    I am generating the java proxies from a WSDL file in Jdeveloper and I am getting the below warning.
    WARNING: OWS-00102 Mapped {http://xmlns.fmr.com/systems/dev/aar/requests}ViewRequestStatusResult to javax.xml.soap.SOAPElement ViewRequestStatusResult. Reason for not creating a custom Java type: simple or mixed content is not supported.
    I have tried using Jpub as well, but it does not work as well.
    I am very new to JAVA and It seems some java code needs to be created. can any one please help me how to resolve this issue.
    Thanks and Regards,
    Vineet

    var cResponse = app.response({
    cQuestion: "Enter the section number to appear in the stamp.",
    cTitle: "Section Number",
    cLabel: "Section Number:"
    if (cResponse == null) {
    event.value = '*INVALID*";
    else
    event.value = cResponse;
    You can only remove the 'Warning JavaScirpt" is by creating a special application folder script for the 'app.response' method that uses the 'trustedFuncton' to suppress this security warning. Then in you form, you will need to test for this function and either issue a warning about the missing function or run the 'app.response' code and live with the warning. Each system will need the special application folder script installed on it.

  • Reasons  for  not  up dating the  planned revenue in internal order

    Dear   CO experts
    What  are the probable reasons  for not up dating the  the  planned revenue in  internal order . Eg  :  The order   value in CRM order  is not  flowing  to the  planned  revenue  in   internal order . The  GL  has  been  defined  for the  same in ECC and  CRM .
    What are  the points to be  checked if  the  planned  revenue  does not update  the  internal order.
    Where can i  find the documentation for  the  settings  of  CRM    to  ECC controlling.
    Regards   
    Raj

    Hi,
    Check in KOT2_OPA corresponding to your order type whether 'Revenue posting' is flagged.
    With regards,
    Mrinal

  • Frustrated with HP lame reason for not repairing a keyboard issue

    I recently called HP about a keyboard issue, where a the backspace key popped up and became detactched from the keyboard because the small latch broke under normal use. HP asked me to send the notebook back to them for replacement of the entire keyboard. When it got there, the case manager called back to tell me that they would not fix the keyboard because there was evidence of something being spilled on it. Although I don't recall any major spill on the keyboard I didn't deny that coffee drops may have reached the keyboard, nontheless that is not their concern and does not relate in anyway to the problem I resported to them. Yet HP refused to replace the keyboard and sent back as is. I must mention that the machine is functional and the spill has no effect on the operation of the machine. My frustration is with the broken key which affected my use of the keyboard.
    In spite of my appeal to the case manager and customer support, they insisted that it's against their policy to fix the keyboard because of the spill evidence on the keyboard.
    I am wondering if anyone else had a similar experience with HP service and particulary how they handled my service call. I am not accepting HP's lame reason for not fixing my keyboard and I was not happy I could nothing about it. I however use several HP products in my SOHO environment and this support incident left me with a bad experience.

    Hello andanderson,
    Sorry to hear about the troubles you have had with your laptop and with support. I am going to forward this to the appropriate team for review. Someone should be in contact with you shortly.
    Since this is a forum and we have no contact information for you, just your user id initial communication will be made through the forums private message feature. Please be on the lookout for a private message in regards to this issue.
    If I have helped you in any way click the Kudos button to say Thanks.
    The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
    - Friendship is magical.

  • I want to sample Sideman Strut from Garageband for an interlude I'm making for an album. How do I do so without getting sued for not clearing a sample/

    I want to sample Sideman Strut from Garageband for an interlude I'm making for an album. How do I do so without getting sued for not clearing a sample? Someone help please!

    I want to sample Sideman Strut from Garageband for an interlude I'm making for an album. How do I do so without getting sued for not clearing a sample? Someone help please!

  • Reasons for not enabling radio on some Lumia modle...

    Do anyone know actual reason behind not enabling Radio on some of the Lumia models (I am using 620)
    It is great if I can have radio on my phone. But with Amber update it is not happening.. 
    As I heard from other sources in 620 radio antenna is not connected to the head phone but otherwise phone is fully support for the radio. Is it true? 
    If so this may be one of a silly mistake by Nokia and Microsoft. 

    Hi Guys,
    What I am telling is no recalling of products, what I am telling is proper planing .... 
    As we know 620 has a partial hardware support for FM radio, to enable FM radio fully will it take anouther reasonable cost (not now in the designed time)? Do you think so, I don't think so
    Also it may be still posible to charge additional cost from customers and do hardware link for customers who really want it. I am not sure.
    The 620 was designed and released before the 520 and 720. 
    Yes agree but when designing they should know that that can support FM radio in the future. I guess 920 desinged pararally to the 620 and 920 has FM radio. 
    So what basically I want to emphasize is the planing of future products. I think Nokia/MS shoud do this carefully in the future. 
    Regards,
    -Lasith

  • Reason for not choosing Secure Keyboard Entry?

    I use Terminal.app regularly on Mac OS 10.5. It has a menu item in the application menu, Secure Keyboard Entry. Would there ever be any reason for _not_ choosing Secure Keyboard Entry?

    Yes, there can be reasons to not enable that setting.
    Here is some reading:
    http://www.riverdark.net/board/index.php?showtopic=439
    http://www.macworld.com/article/43776/2005/03/mayosxhints.html
    http://forums.macrumors.com/showthread.php?t=496079

  • Reasons for not creating a DME file in the payment program (F110)?

    Hi,
    I am using the payment program F110 for customer payments.
    A payment run was carried out:
    Parameters have been entered. Payment proposal has been created. Payment run has been carried out. Posting orders: 17 generated, 17 completed.
    However, the DME file was not created.
    What could be the reason?
    Thank you.
    Kind regards,
    Linda

    Solved. 
    Someone has changed the variant of the payment program.
    The DME file name had disappeared.

  • Any reasons for not upgrading to AP2.0

    Does anyone have any real complaints or reasons not to upgrade to AP2.0 from AP1.5.6?
    Apart from the fact that here in the UK the upgrade isn't available until March!!
    Many thanks
    Mark

    If you're using any kind of network storage, don't upgrade until you find another way to work. You will lose access to your libraries. AP 2.0 has the ability to identify network storage and block access to your library through error messages. It only allows the library to be on local drives.
    See here for details, http://discussions.apple.com/thread.jspa?threadID=1407432&tstart=45

  • Reasons for not deploying applications using Task Sequence

    Hi guys!
    Could you provide me with some reasons why I shouldn't be using Task Sequences to deploy all of my applications? I like the idea that I can deploy multiple applications and packages at the same time, as well as being able to perform other tasks in the same
    Task Sequence if needed. I also really like the progress bar window which shows end user the company and name of application being installed.
    The SCCM Unleashed 2012 book mentions that while this is an available option it's not a good practice because "applications are meant to be state-based". Would someone be able to elaborate on that statement?
    Is using Task Sequences for deploying applications generally a bad practice that I should try to avoid?

    Hi,
    here is a description for state based:
    Depending on the deployment purpose you have specified in the deployment type of an application, System Center 2012 Configuration Manager periodically checks that the state of the application is the same as its purpose. For example, if an
    application’s deployment type is specified as Required, Configuration Manager reinstalls the application if it has been removed. Only one deployment type can be created per application and collection pair.
    If you deploy your applications by using task sequence you bypass this feature. You will install the application. but after this initial installation there will be no further check for the app to be still present on device.
    You can use task sequences, but should be aware of the features you bypass in this scenario.
    Regards
    Eric
    Eric Berg -- http://www.ericberg.de -- MCSE: Private Cloud MCSE: Server Infrastructure MCSE: Desktop Infrastructure

  • Technical Reason for Not Using Glass Cleaner on a Mid-2007 iMac

    I have tired to use the microfiber cloth shipped with the iMac and it just does not clean the surface of the glass display. I have tried it both damp and dry. The face of the iMac is crying to be cleaned with a light glass spray and cotton cloth
    I would appreciate the technical reason Apple recommends only the microfiber (or whatever) cloth that came with the iMac.
    Also, how do you clean the small cloth that came with the iMac.

    Use a screen cleaner with throw away micro fiber clothes. Any one of these will work.
    http://www.officedepot.com/a/browse/computer-cleaning-supplies/Nr=200000&N=25593 3+10391/

  • Reasons for not supporting JDeveloper 3.1 version

    Please mention the details reasoning of why JDeveloper 3.1 version is now no longer supported.
    Are there Database querying related problems ?

    because it is so old, that it's of interest to archeologists only anymore ;-)
    there are 2 generations of jdeveloper, the pre-9i and the 9i. jdev 9i is completely new in comparison to the pre-9i versions. the last pre-9i version was jdev 3.2.3, so you may imagine, why 3.1 is no more supported.
    trevi

Maybe you are looking for

  • How can i hide a column using personalization?

    Hi, Please help me how can i hide a one column in oracle forms using personalization? Thanks

  • TM Failed to back up since 2/17

    I am running on a PowerBook and backing up to an external 1T My Book drive. Backups have been running fine until I went on vacation. I turned off TM for the two weeks that I was away (had my PB with me but not the drive). When I got back, TM started

  • Website not displaying in IE 9

    My website suddenly stopped displaying in IE 9 (it works in mozilla and chrome).  I get a blank screen displaying only the background.  A clue might be that 'live view' gives me a blank.  It worked prior to changes I made, but I did not keep a backup

  • Simple Graph Problem

    I am new to Microsoft Visual Studio and am experimenting with the Reporting tool. I have created a Pie Chart and have the Labels outside the Pie Chart, basic I know. However, to get the values that I need I have wrote an expression to count certain f

  • Class name

    Supposedly I have an object named student and I want to check which class is it instantiating, is there a way to do this. The reason I am asking is because I have two classes with the same name though in different packages com.uni.Student and com.col