COGS recognition error

Hi All,
When executing the 'Generate COGS Recognition Events' program in the cost managment responsibility, I am getting the below error message in the log message. This is regarding the IR ISO transaction. The error message is as below:
CST_RevenueCogsMatch_PVT:EXCEPTION no_crrl for COGS to match to Revenue Create_CogsRecognitionEvents 5 : no CRRL found - p_ledger_id :
Please let me know on the possible reasons for this error. I am not getting this error when executing the program 'Generate COGS Recognition Events' for a normal sales order shipment transaction.
Regards,
Sivakumar.TS.

Hello Sivakumar,
Action Plan
1.-  Please proceed in a Test Instance first where this situation is replicated.
2.-  I have found the following situation resolving same issue. Please review it and proceed in a Test Instance first.
     Collect Revenue Recognition Information program gives the following error CST_RevenueCogsMatch_PVT:EXCEPTION no_crrl for COGS to match to Revenue Create_CogsRecognitionEvents 5 : no CRRL found - p_ledger_id :2021 (Doc ID 1485586.1)
Thanks
José
PSD

Similar Messages

  • COGS Recognition request picked up transaction after 2 weeks

    Hi experts,
    We have a sales order which was shipped on 21-Apr-2014. The COGS Recognition request is scheduled to run every 12 hrs. But the update date on material transaction appears as 07-May-2014. Why wasn't the SO picked for generating COGS recognition earlier? Because of this issue, the Create Accounting fails as the GL Period of april is closed. See the attached document.
    Regards,
    Birju

    HI Mohammed,
    Beginning post-processing of request 5514980 on node xxx at 13-MAY-2013 22:09:58.
    Post-processing of request 5514980 failed at 13-MAY-2013 23:09:58 with the error message:
    The Output Post-processor is running but has not picked up this request.
    No further attempts will be made to post-process this request, and the request will be marked
    with Warning status.
    Setting the profile option Concurrent: OPP Response Timeout to a higher value may be necessary.Please post the details of the application release, database version and OS.
    Please check the OPP log file for details about the error.
    what the value of profile option
    Concurrent:OPP Process Timeout
    Concurrent:OPP Response Timeout
    Please see these docs.
    Concurrent Requests Fail Due to Output Post Processing (OPP) Timeout [ID 352518.1]
    XLAAARPT: Account Analysis Report Errors with Warning: Due to High Volume Of Data Got Out Of Memory[Article ID 1304660.1]
    Why Does OPP Intermittently Completes With Warnings and Error 'java.lang.OutOfMemoryError'?[Article ID 978495.1]
    FSG: Program-Publish FSG Report: Error Output Post-Processor Is Running But Has Not Picked Up This [Article ID 791264.1]
    Troubleshooting Oracle XML Publisher For The Oracle E-Business Suite [ID 364547.1]
    EBS - Technology Area - Webcast Recording 'E-Business Suite - Concurrent Manager Performance - Best Practices' [video] [ID 1367676.1]
    ;) AppsMAsti ;)
    Sharing is Caring

  • Revenue & COGS recognition process based on Proof Of Deliver (POD) & Inco-T

    Hello Experts,
    I have a senario and i am trying to find out the proper solution for my client, hope you people can help me in this.
    Requirement :     Revenue & COGS recognition process based on Proof Of Deliver (POD) & Inco-Terms
    Steps     :At present system is posting COGS at the time of Out Bound delivery and Revenue at the time of commercial invoice.      
    (1)     Current Requirement:
    If the Inco-Term is other than Ex-works then both COGS and revenue to be posted(Recognized) based on the POD.
    If the Inco-Term is Ex-works then system should post COGS at the time of Out Bound delivery and Revenue postings to happen once Commercial Invoice is Authorized.
      (2)  _Following are the Postings to happen in a sequential way if the Inco-Term is other than Ex-work
       a. When Out Bound delivery is authorized then system should operate the Stock in transit for customers instead of
           COGS account as mentioned below.
                     Dr. Stock in Transit-Customers
                     Cr. Respective Stock Account
    Note: We understood that this provision not available in SAP at this point of time and this entry should not considered in costing for COPA
                     b. Based on the Out Bound delivery a provisional invoice(without postings) has to be generated and Excise duty entry has to be posted as mentioned below
                     Dr. Duty Paid Account
                     Cr. 23A/23C/PLA
                     C. Once the POD is received and recorded in system then the respective Out Bound delivery 
                     related accounting entry has to be reversed as mentioned below.
                     Dr.COGS
                     Cr. Stock in Transit-Customers
    Note: This entry should be considered in costing for COPA
                   D. Once the outbound delivery (above) is reversed then the system should generate the Sales
         Invoice based on POD as the entries mentioned below
                     Dr. Customer
                     Cr. Revenue & Payable accounts
    Note: We understood that this provision is available in SAP
    Thanks
    Rahul

    Hello Karl,
    The Best Practices document in the Note 1172799 provides details regarding all the SAP supported processes for RR functionality.
    Regards,
    Raghavendra

  • COGI Recording Error: 'callback event CONTEXT_MENU does not exist'

    Hello!
    Our ABAP Team is facing a weird error when they try to record COGI via transaction SHDB. They are getting the following error 'callback event CONTEXT_MENU does not exist'.
    We´ve been looking a note in Marketplace but we didn't find anything.
    Could someone help us, in order to find the solution.

    Make sure the "Not a Batch Input Session" checkbox is selected when recording.
    If you plan on using this later as part of BDC, make sure that the NOBINPT field is set to X when using "OPTIONS FROM opt" per the SAP documentation on Call Transaction.

  • Facial Recognition error

    I wrote some facial recognition software and posted the code below. It does compile fine but for some reason gives me an error when I run it. There always seems to be an exception thrown while it is analyzing the eyes of a new face. My coding standards may be a little different than what you are used to.
    ------ file FaceRecognizer.java ------
    public class FaceRecognizer {
       public static void main(String args[]) {
         Face f = new Face();
         Face f2 = f;
         if (f.equals(f2)) {
             System.out.println("Faces are the same person!");
            class   Face
            {Face(){ int
            _=1,__=1;int
            X______ = 1,
        ________ =1, _____=1     
       ;;  _-=_   ;  _=-_  ;;
       ;;;   __=     __    ;_
        =   (0 )   /(0 )   ;_
        =        1|        1   
        |        1|        1
        |       (__)       |
        1*    ________     ;
        _=    X______/     1
         -_               /7
           -_           /7
             -________/7;
    ---- end of file ----

    I don't know if you were looking for an actual answer, but this compiles AND runs:
    ------ file FaceRecognizer.java ------public class FaceRecognizer {
       public static void main(String args[]) {
         Face f = new Face();
         Face f2 = f;
         if (f.equals(f2)) {
    System.out.println("Faces are the same person!");
            class   Face
            {Face(){ int
           _=1,__=1;int O=
           1 ,X______ = 1,
        ________ =1, _____=1
       ;;  _-=_   ;  _=-_  ;;
       ;;;   __=     __    ;_
        =   (O )   /(O )   ;_
        =        1|        1
        |        1|        1
        |       (__)       |
        1*    ________     ;
        _=    X______/     1
         -_               /7
           -_           /7
             -________/7;
    ///////////////////////////---- end of file ----
    I just changed the eyes to an O instead of 0, and added an int O on the hat.
    Very cool, by the way...

  • Revenue recognition error

    Hi!
    I'm having some problem setting up revenue recognition.
    When I go to trans. VF44 to post the revenue I get this error log:
    -  Accounting document for collective processing 1000000005 was not created
    - Incorrect doc.no.: $ 1. Select document number between 0090000000 and 0099999999
    The document number you specified, "&v1", is not in the
    appropriate number range. The number range is dependent on
    the document type.
    The exception to this rule is formed by recurring entry
    documents, which must use number range 'X1' and sample
    documents, which must use number range 'X2'.
    Possible reasons for this error message are:
    o   You have entered an incorrect document number.
    o   An incorrect document number was transferred to this
         application during an update from another application
         (e.g. CO).
    Any ideas?
    Regards.
    Eduardo

    Hi check the number ranges of all the documents involved. What happens is that normally the accounting document is the same as the billing document. But sometimes FI consultants do not necessarily take this approach.

  • OFR (Oracle forms recognition) ERROR

    Hi ,
    I am currently working on Oracle forms recognition(OFR) . I downloaded OFR and the installation was perfect . In the downloaded OFR component dey have given a predefined AP Solution project for automating invoices , so i loaded that proj and started working on it with all the configuration settings mentioned in the AP_Installation guide .
    Initially i started importing tiff images and it went on well generating xml file outputs , but after trying to import a pdf invoice file OFR is not able to recognize the fields .
    So again i tried importing a tiff image to check whether OFR processes it corecltly unfortunaltely OFR Recognition Admin throws an error stating
    " Import Step:Failed to add file D:OFR projects/AP/Import/sampleinvoice.tif"
    it will be really helpful if anyone can help me fixing this error !!

    to what is it attempting to add the file? did it fail with a batch open? did you restart the RTS? did you purge any files from the associated directories to clear the queue?
    -ryan

  • KE27 - COGS Revaluation Error

    Hi
    I am having issue in COGS Revaluation below error i am getting in test run, afte ML Closing
    We have sold configural Material 40000000078 &  marked sale order costing has been done still i am getting error message during KE27 COGS Revaluation
    No valuation exists for material 4000000078 8110 1091000075 10
    Message no. MLCCS030
    Diagnosis
    There is no valuation (for instance periodic unit price or cost component split) for material  4000000078 8110 1091000075 10 ( Material plant sales document item ).
    note: Material valuation zero because configurable material. but value will be available material / plant / sales document
    Regards
    Vinu.

    Hi,
    The problem is that this material doesn't have any valuation in Material
    Ledger there is not records in ML tables neither in EBEW.
    Now, from a CO-PA point of view, you can avoid MLCCS030 in KE27
    by switching off the error message in KEPC.
    You may use function  'Assign Costing Keys to Any Characteristics'
    in order to assign the costing keys.
    When you create an assignment rule please make sure to include
    field 'GLOBAL-XMES_FLAG' as a target field in your assignment rule.
    If you even want to suppress an error message in this case you should
    set the field GLOBAL-XMES_FLG to '2' in transaction KEPC as it is
    described in the customizing documentation.
    Please check the IMG documenation for more information on this
    If you are using this option please make sure that you no longer assign
    any costing keys by means of the functions:
    Assign Costing Keys to Products
    Assign Costing Keys to Material Types
    I  hope this helps you to solve the problem.
    Regards, MLM

  • Restore face recognition error

    I have Elements 12.  I don't have rarely used the face recognition feature. When I attempt to open my organizer, I can see my last worked photos and a screen pops up saying it is restoring the 'people recognition data'. It stops at 3% loaded and a Microsoft error window appears telling me the program failed, it searches for a repair it can't find, then closes my program.  I can open the editor using a photo on my desktop but I need to search for photos in on my C drive and open them in edit one at a time. I am very frustrated.  I recently purchased a Canon 70D and shoot RAW and JPEG files. Is there a fix for this?

    > don't really understand the instructions going through the CMD route
    Using CMD you could enable the real Admin account but as far as I know you can uninstall the Face Recognition software in control panel -> software
    Here remove the face recognition and reboot the notebook.
    This should work too.
    >There are 2 drivers on the Toshiba website, but the latest is from 2010, did this work for you, as it didn't for me?
    It would be interesting to know the notebook model. But the latest version should work properly.
    Important is that you would remove the old version from the system firstly!

  • Revenue Recognition - error while creating sales order

    Hi,
    one of my colleague is having a Problem. Its very urgent. could you guys help.
      I have used Revenue recog as"b" and Accrual start period as "a".
      We are getting the error while creating a sales order, G/L account no. not found.
      We have checked all the account assignment config but couldn't find anything.

    Hi guys,
    I have a question, we being SD consultants, do we deal with n e of the revenue issues, I am assuming we deal it to a really brief extent, but I am not familiar with the areas of doing it, so could someone please help me by letting me know the areas where we deal with those issues and how are they looked upon, any material would also be great.
    Just in case, my email is : [email protected]
    Look forward for a response
    Thanks..

  • Recognition error after iOS5 update of ipad (1)?

    I updated my ipad (1) with iOS5. The update was successful, but now my Windows XP does not recognize my ipad (the USB does not recognize). Also, now, itunes can not identify and update it. My ipad was working fine before the iOS5 update.
    The USB error is that "USB device not recognized - One of the USB devices attached to this computer has malfunctioned and Windows can not identify it".
    I tried to update the USB driver (unknown device driver in the "Driver Manager" field of Windows) but reached a deadend. Apple online support guide says that I need to call them or get them to service/repair it. But, they need money to provide support. *****, as this was working before the update.
    Please advise/help.

    I have the same problem.. try this:
    power off iPad
    unplug USB cable
    plug in USB cable
    iPad should power up, and if iTunes is open, should recognize the USB port.
    if that doesn't work, try plugging the USB cable in directly to the computer.
    it seems to be a bug with USB hubs

  • Nasty Burning and Disc Recognition Error(s)

    Hi there,
    I've recently been having two problems with my drive (HL-DT-ST DVDRW GWA4080M model) regarding DVD-R burning. I work with Toast Titanium 7. I also recently tried a new brand of DVD called Dataware (I switched from Ridata, with which I had no problems, but I doubt this is a DVD compatiblity problem).
    Problem 1.
    My drive doesn't recognize blank DVD-Rs. When I insert the disc, it spins for 20-30 seconds before ejecting, when I've got it set to open Toast when blank is inserted. And when I manually open Toast and insert the disc afterwards, in the 'Record' window, it says 'Waiting...' rather than 'Blank DVD-R'. Again, this occurs for 20-30 seconds before the disc is automatically ejected.
    Problem 2.
    On the off occasion (like once in every 10 or more blanks), the disc will be recognized and the burn will begin. Midway through, I get a pop-up along the lines of:
    The Drive Reported An Error:
    Sense Key = HARDWARE ERROR
    Sense Code = 0x44, 0x86
    INTERNAL TARGET FAILURE
    That's the most recent one; I used to get 'Section ____ is unverifiable' in the verification portion of the burn. But I've had that a few times when I've tried backing up some of my oldest discs that had some scratches, so I didn't really worry too much.
    This message leads me to think my reader/writer aren't contacting my discs properly (hence why it can't recognize blanks often), and when it does make contact, it loses its place (maybe why it can't keep burning). Is this possible?
    I've run the Apple Hardware test for diagnostics on my hardware - it came up fine, but I'm going to try it again, just in case.
    Any suggestions would be immensely appreciated! I'm a university student (one who tries to take very good care of her computer, I should note - I even check any discs before I insert them to make sure there's no dirt or anything), and have papers and notes to take (my degree goes right through summers), so the prospect of having to send my MBP away for several weeks for repair is far from appealing.
    And to note, I've never had a problem with it before; I've had it since last September.

    Most of the time, when I have a problem like this, it's because of the actual disc being used. Though they may fit under the required 'specs', being DVD-R or DVD+R or whatnot, some burners just don't like some discs.
    A while back (this was at least a couple of years ago), there was a post somewhere that listed where each seller got their discs from before relabeling them as their own. There are some discs that are just made with higher quality, more consistently, and those will rarely give you problems.
    Anyways, I would always try to test out a different kind of disc in my drive to eliminate that problem first, as for my experience, those kinds of errors have almost always been caused by the disc and not my hardware.

  • People recognition error in PSE 9 Organizer

    I am new to PSE and PRE. I purchased version 9, installed and began importing my photos and videos. My library has 8566 entries. At first people recognition worked fine finding photos with faces and suggesting names as I entered them. Then it read "No unlabeled people found in your selection." I thought this was great because I had everyone tagged. I noticed as I looked through my photos that not everyone is tagged. Now I get boxes asking "Who is this?" and when I click the box I no longer get a suggestion. Also if I try to run people recognition it says "No unlabled people found in your selection." I get this message even after importing new photos that were just taken. PSE Organizer recognizes the face but still says no unlabled people. How can this be? Please help.

    function(){return A.apply(null,[this].concat($A(arguments)))}
    Flagelpater wrote:
    I am also fighting the same problems.  Tried the suggestion by RDNelson #13 with No Success. Not impressed with ADOBE's response so far.  I have not tried the new catalog procedure yet because I do not want to get 90% finished and have it fail again.  Thank you to all that have responded and I wonder how many others are reading but not joining in?
    Can you tell me what is happening after you tried my suggestions.  Are you still getting "No unlabled people found in your selection" when pressing the Start people recognition button?
    I may have duplicated this issue.  I will ask that you investigate something else.  First, some background information...
    Running face recognition makes an entry in the catalog.  In addition it creates a file for every photo which face recognition is run on.  This file is placed in the BreezeData directory under the catalog directory.  I was able to duplicate the issue where the propmt "No unlabled people found in your selection" by write protecting the BreezeData directory.
    Possibly, there are issues with this directory on your system.  I just helped someone else who had directory permissions on the .dat files which caused other issues.  Possibly there are permission problems in this directory?  Or, could this directory contain too many files (NTFS volumes should allow for a very large amount of files)?
    This is what I would like you to check...
    1) Check to make sure the security settings are set to "Full Control" on the BreezeData directory.
    a) Right click on the BreezeData directory from the Windows Explorer
    b) Click on the Security tab
    c) Click on the Advanced button
    d) Click on the Effective Permissions tab
    e) Click on "Select..."
    f) Type in the user name which is currently logged in or the user name you wish to check permissions on in the box "Enter the object name to select (examples):
    g) Press the "Ok" button.
    f) Review the checkboxes in the "Effective permissions" list to ensure there is a checkbox next to all items in the list.
    If you don't have sufficent permissions, then add full control to the desired users.  You may want to verify that the catalog and all content under the catalog is set to Full Control.  Make sure to exit the Organizer and restart before you try face recognition again.
    2) If 1) does not indicate any problems, see if you can actually navigate to the BreezeData directory.
    a) How many files are in this directory?
    b) Can you open up any file?
    c) Can you create a temporary file such as a word document or even a text file with Notepad?
    Note that the same thing happens for media-analysis except for a file is created in the CAXMPFiles directory for every photo analyzed.
    I hope this helps.  I'm not sure I can help you beyond this and it would be best to contact Adobe directly to report this.

  • VF44 - revenue recognition error

    while running VF44 (revenue recognition) run message is displaying 'Accrual period not determined for doc. 16343 000010; no revenue dist. possible.
    If i were not wrong then in sales order >>accounting tab>the posting periods fields are blank ,for this reason might revenue list is not possible.
    In item category i maintaed revenue recognition based on time related data in place of standard .
    kindly look into matter.
    Sourabh Singh

    Hello Sourabh,
    We had similar problem
    The solution would be in the SAP Note: 879439
    Regards,
    Hemachandra K S
    <b>Don't forget to to reward points by marking as "Helpful" or "Very Helpful" or "Solved p</b>roblem".

  • Oracle Forms Recognition Error - import step

    I am committing tiff images from ODC to a file system location where OFR is listening.
    I am getting the following error performing the OFR import step:
    Error in classification and extraction step on document 'path'description
    Error extracting class 'invoices', field 'VendorASSSA'.
    SERbrainware: Search, unable to prepare search (22)
    Does anyone know what I am doing wrong?
    Thanks
    Edited by: 897356 on Feb 1, 2012 10:56 AM

    to what is it attempting to add the file? did it fail with a batch open? did you restart the RTS? did you purge any files from the associated directories to clear the queue?
    -ryan

Maybe you are looking for

  • BDC Probelm

    Hi, No one is responding to my question, iam struck up with my work, pls helpme. 1) iam getting open items into IT_BSIS table and uplaoding all the open items to (f-04) for thta iam using BSEG table. Actually in IT_DOcNO i can popualte BELNR(document

  • Labview 6 problem

    When I try to Run Labview 6, it always comes out Error 37, which seems related to Error I32 and out ref on computer? How can I solve this problem. I am looking forward to help. Thanks in advance.

  • Apple weather widget

    Does anyone by chance know if in the new iOS 6 which I have installed on my iPhone they will update the weather widget to show a real time temperature dispaly instead of the constant 73' icon. Or at least can they give the option of having the temper

  • Can't work out how to get timeline footage to play full size in the Program Window...

    I'm using Premiere Pro CS3. The footage I import plays fine in the Source Window, but is at a more reduced, "boxed-in" size in the Program Window when I put it onto the timeline. I know that i can stretch the image to fit the frame, but I'm worried a

  • Cannot access any wikipedia page from googlesearch on intel imac 10.4.11

    Home network is via apple extreme... PC laptop on same network accesses w'pedia fine, neither mac (both 10.4.11) can access anything else on web, but not wikipedia... Firefox and Safari both tried, both with failure, Safari error msg: Safari can't op