Credit Management with AR and SD

Dear FI Gurus,
Please solve my problem.
I am SD consultant and did all the settings for automatic credit control. It was successful. The message used to come that the dynamic credit limit exceeded.Myversion is mySAP2005
After that I went to F-28 and using the cash transactions I posted some payment for one customer and cleared all the outstanding invoices.
After doing this , now whenever I am doing a sales order the credit mgmt is giving the following message for the exceeding of the Credit Limit as follows:
"Check AR summary has exceeded time limit: exceeded by days/hrs"
The system is blocking the document and I am able to release the same.
Problem is that I want the usual message " Dynamic Credit Limit exceeded for this Customer ".
Can you please guide me as to how to get rid off this error. On the SAP Help I got help that was for older versions.
The message no is V1669.
Can someone help me.

Hi,
You got this message because you set check for "Permitted aging of A/R summary" on OVA8.  And you also chose to create AR summary on table T000CM.
You can do one of following:
1. on OVA8, make "permitted days and monthes" blank.
2. delelte entries in table T000CM
3. Make "permitted days and monthes" longer, and delete and re-create AR summary by FCV2 and FCV1.
Hope it helps.

Similar Messages

  • R12: Create on-account Credit Memo with invoicing and accounting rules

    In R12.1.2: when using the AR_INVOICE_API_PUB it seems to be impossible to create a on-account Credit Memo with invoicing and accounting rules. The next errors are returned by the API:
    - AR_INAPI_INV_RULE_NOT_REQUIRED
    Do not include an invoicing rule if the transaction type's class is Debit Memo or Credit Memo.
    - AR_INAPI_RULE_NOT_ALLOWED
    Do not enter an invoicing or accounting rule for on-account credit memos
    Please advice how to create on-account Credit Memo with invoicing and accounting rules using an API.
    Edited by: nl05517 on Jan 17, 2011 10:43 PM

    We will use the AR_CREDIT_MEMO_API_PUB api.

  • Credit Management (Open Items and Oldest Open Items)

    I have 2 questions.
    1)What is the difference between Open Items check and Oldest open items
    2) I want to activate a Credit management check which should work in way that the Order will be blocked on the basis of Payment term check
    Let say if I am using the Payment terms 0001 i.e Payment immediately due net .now what I want is that if I post the first invoice system as configured will check only the Credit check againt the credit Limit but when i post the 2nd invoice on the same day and the first invoice is not cleared system should give a warning message for it .
    Currenlty as i Configured it working but not for the same day option its give a warning on the 2nd day's invoice
    SO Need the help of Experts.
    Thanks in advance

    Hi,
    Open items check means it will consider all the open items when it is doing credit check. Here it adds all the open items amount and do the credit check..
    Oldest open item means it will consider only the oldest open item and based on tht i will do credit check..Here i will check the oldest open item value and its date then do the credit check..
    Coming to payment terms check, system is responding correctly.. because payment terms are immed due net. tht means still time is there in the same day. that is the reason it is not blocking the second document.
    once move to 2nd day then it means first doc is not cleared tht is the reason it is blocking the 2 nd doc on 2nd doc..
    Hope u have understand..
    Regards
    Sankar

  • Credit Management with Letter of Credit.

    Hi Gurus,
    We need to consider the "Letter of  Credit"  amout in credit management.
    ie. if there is LC created on customer worth Rs. 5lacs, system should not block the sales order unless 5 lacs is consumed.
    Pls suggest any workarounds.
    Reg.
    Amol

    Dear Amol Tamhane,
    Have not worked on 'letter of credit'.
    But if there is any accounting document which gets created due to letter of credit, then you can use the exit for credit management in SALES ORDER LEVEL and write the code to BLOCK THE SALES ORDER ONLY IF
    (CREDIT LIMIT + LETTER OF CREDIT AMOUNT ) - (PREVIOUS EXPOSURE + SALES ORDER VALUE ) < 0
    You can check BSEG, if accounting document gets created for 'letter of credit' or you can check any tables related to letter of credit based on customer code.
    Thanks & Regards,
    Hegal K Charles

  • Performance management with ESS and no MSS??

    Hello Gurus,
    I have a very peculiar scenario regarding and ESS/MSS.
    Let me first post our requirments:
    We have implemented all modules of HR along with OM and now in the process of implementing Performance Management along with ESS only . I am stressing on ESS only here with NO MSS functionality.
    Now my question is..is it really possible in the first place to have a performance management functionality without MSS and just with standalone ESS? If yes, what are the options that I have to configure the performance management system and the ESS system so that the workflows for Planning, Rating an employee, and Approvals regarding appraisals can be achieved??
    Is it possible to assign an ESS role to the manager and then when the manager logs in ESS, he/she can go ahead with the performance management process and can check employees just like the way it happens in MSS?
    Thanks a lot for your time.
    Best Regards.
    Karan.

    Hi,
    In your case check for HR administrator for final ratings and other things also check for r/3 desktop services.
    but why they are not going for mss, om is in place right
    regards
    rafi

  • Credit Management with advance payment

    Hi,
    We have credit management scenario with advance payment.
    In most cases the customer pays an advance. This advance may / may not be against a specific Sales order. At the time of checking the Credit limit, the system has to check the customer advance account as well.
    We have 2 types of products u2013 standard (fast moving products) for which there is a min stock defined. There is also a non standard product for which there is no min stock defined.
    When a customer places order for standard products & pays an advance against that, this advance may be used to deliver any product in any sales order for standard items. Hence for standard products advance is not linked to a sales order.
    However, in case a client places an order for Non standard product & pays an advance against that order then that advance cannot be used to deliver a standard product.
    This is to ensure that if advance is paid for non standard profiles, then advance paid against that should not be used to clear orders for standard products.
    This can be administered correctly by locking an advance received to specific sales orders. This can be done at the time of receipt of advance & order confirmation.
    If this is possible then please suggest step by step configuration.

    Hi
    If the credit limit is specific to only few customers who pays in advance then you can go with dynamic credit check.
    Please go through this link which will help you for configuration
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/4d/4653b0cfd70692e10000000a42189b/frameset.htm
    Regards
    Srinath

  • Release management with Azure and Visual Studio Online (Cloud TFS)

    What strategy would you use to manage the releasing of versioned software to Azure cloud services (web and worker roles)? We are not looking for continuous integration. We are using Visual Studio 2013 and Visual Studio Online (Cloud TFS).
    At one point, we were releasing straight from Visual Studio using the Azure Cloud Project Publish tool. This is really bad practice in my opinion as you can never be sure what you are really releasing. Additionally, there is no automated control on the labeling
    or branching of code, or the running of unit tests and code analysis checks.
    Next, we employed Release builds on Visual Studio Online. Before deployment, one would edit the appropriate Build Definition (whether it be for Test or Production by and filling in the code label (under the "Get Version" build property) that is to
    be released. This would then get the appropriate code (by the label specified), build it, and release it to whatever cloud service is specified in the targeted Cloud Project profile (this is using the AzureContinuousDeployment.11.xaml template).
    There is still a degree of manual intervention involved. Also, the fact that a version of code is built every time before it is released is not ideal (as far as I understand it would be better if it was packaged once).
    Microsoft Release Management tools
    look ideal for the job, but are not supported with Visual Studio Online.
    Is there a better way of handling our releases?

    /waves hand.. These are not the tools you seek. You are looking for continuous integration.
    Although CI has the word continuous in there, it does not mean "all the time, every checkin". It can easily refer only to those bits you want to release - -and the way to tell the system which bits you want released is to merge them to a Releases
    branch.
    If you do this, not only do you get all the joy of controlled CI, but you guarantee what you release is exactly what is controlled in your SCM - under the Releases branch, preferably tagged or otherwise noted as a particular release. That means you can also
    rollback to a previous release by simply reverting to a previous release in your SCM!
    Of course you don't have to let it happen automatically, you can set it up to build 'continually' and then remove the check on the SCM to see if any changes have been committed. You can replace this with the manual build button.

  • Best file manager with SMB and streaming support? Time Capsule access?

    Constantly having to jump through hoops it seems, because of no file manager in iOS. Another simple scenario: have 2 disks connected to my Apple Time Capsule. Can accesss them with Android phones, always in trouble finding a good app on iPhone. Any tips? Wish I could also stream my home videos, etc from these disks. Documents 5 (Readdle) can access them via SMB, but not stream, which is nasty for large videos.
    Thank you,
    Roman

    I was experiencing the same problem when I upgraded to a Time Capsule. To fix the problem remove all personal file sharing port mapping settings. Then make sure that the enable  file share, and enable over WAN is on and checked for the TC, then update the TC. While that's updating go into the server app and remove any old file sharing protocols from the TC on the server app. Next add a new custom protocol by hitting the + name it file share and set the port to 140. hit the update button and wait for it to finish. Once that's finish go back to the airport utility and find the newly made file share protocol by selecting it under port mapping for the TC. If you don't have the newly made one in there make a new one your self. Name it the same as you did in the server app and set the public TCP ports to 140 and the private TCP ports to 548, make sure the private IP address is set to the same as your server in the reserve. Update the time capsule and you should be able to access both by putting in the appropriate afp://www.yourserver.com:140 for the server and afp://www.yourserver.com:548  for the TC. Have fun, lion server can be a little fussy!

  • Font management with InDesign and Windows 7

    Hello
    I am presently looking to upgrade to Windows 7 and use InDesign CS4.  I have had a play with installing postscript type 1 fonts using the windows font manager and it seems absoloutley average, but it worked (I think).  I was wondering if you had any suggestions of what would be best practice in this setup.
    Thanks for your time

    Thanks for that.  I spoke to the team using indesign and they would love to move to Extensis Suitcase but they had experienced problems with MathMagic pro.  I am going to test this out and hopefully resolve it but I wondered if you had any knowledge of compatibility issues?
    Thanks again

  • Memory Management with NSString and synthesized properties

    I thought I understood memory management but now I'm getting some odd behavior and that's the only thing I can see that I might be doing incorrectly:
    I have a synthesized NSString propery called displayText. At one point I attempt to set a label with the displayText property (label.text = [[note displayText]]). The first one works, but the second one does not:
    [note setDisplayText:[[note fileName]]]; // - works
    [note setDisplayText:[[self getCharacterInFileName:[[note fileName]]]]; // - does not work
    And here is getCharacterInFileName:
    // Given the fileName for the image, get the specific part of that fileName for the note letter
    - (NSString *)getCharacterInFileName:(NSString *)fileName
    NSRange range = {1,1};
    NSString *characterInString = [[[NSString alloc]] initWithString:[[fileName substringWithRange:range]]];
    return characterInString;
    Is there some pointer mismanagement going on here that I'm missing?
    Message was edited by: darkpegasus

    Nevermind, I'm an idiot. I forgot to close an if/else block with a brace and it screwed everything up.

  • Vlan management with WLC and WCS

    I'd like to know if it is possible to use the same vlan for the management of the WCS and for configuring a wlan?
    I try to make this lab and when I declare a dynamic interface that is in the same subnet as the WCS ip address, the reliability between controler and WCS is lost.

    I know that I should not put servers on the same vlan as wireless client but I just want to know if it is possible or if Cisco implemented something to avoid this to understand why my lab didn't work with this configuration.
    Thanks

  • Unknown device in device manager with gx620 and win xp64

    I am having a problem with my new msi gx620 which i have installed windows xp 64 bit on. The problem is that there is an unknown device in the device manager.
    The location of the device is on Intel(R) ICH9M LPC Interface Controller - 2919
    the Device Instance ld is:
    APCI\ENE0100\4&FF861E6&0
    i have tried to install the xp drivers avalible for the gx620 here on this site but note of them seems to fix the issue.

    google lead me to this and belief ints an infra red port
    http://vip.asus.com/forum/view.aspx?board_id=3&model=X55Sv&id=20080704205520750&page=2&SLanguage=en-us

  • Credit management with different sales organization

    hi,
    one cusotmer master code with different sales area, can i separate the credit limit? pls advice. thanks

    Dear Friend,
    Pls proceed as follows for implementaing credit control at sales Area level:
    1.Define two control Areas e.g C1 & C2 in enterprise structure(Definition)
    2.Do not assign the Company code with control area howver keep the "overwrite CC" tab checked (SPRO-Assignement of control area with company code)
    3.Assign Sales Area e.g S1 & S2 with control Area C1 & C2
    4.Now define credit limit in FD32 for customer in control area C1 & C2
    Pls note the control area will be derived automaticaly in case of sales transactions however while posting thru FI control should be a mandatory field in all transactions affecting cutomer ledger balance.you would be required to take help from Fi for this.
    Following areas of FI needs changes:
    1.Incoming payment & down payments
    2.Credit or debit notes
    3.Manual clearing of payments with Invoices.
    Pls do ask if any other calrification is required.
    Regards
    Sanjay

  • Color management with Aperture and HP Envy 110

    I have an up-to-date version of Aperture and a new HP envy 110 printer. There does not seem to be the option to use any clor profile but HPs on the print menu. Th eproblem seems to be common to all other apps I use. Have I wasted my money?

    Hi Melnee,
    I see that you are having some scanning and eFax issues with the ENVY 110. I would like to see if I can help. When you try to scan from the front panel of the printer into the computer, what error or message do you get?
    Although the 10.9.4 Operating System is not listed in this document, the 10.8 steps will be the same: A 'No Computer Detected' or 'Connection Error' Message Displays during Scanning.
    Regarding the eFax issue, you would need to speak with the HP Cloud Support Team. If you live in the USA/Canada, 1-855-785-2777. If you live outside the USA/Canada, click HERE to find the Technical Support number for your country/region.
    Let me know if the document for scanning has helped.
    Cheers,
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • CO-PA, is credit management suppose to block orders from posting to CO-PA?

    We are currently using CO-PA to track the $ amount of sales orders that were booked for a particular date range, and it will show the sales order created or changed and the $ amount that was added or taken away from the bookings for that day.  This report is to show management how much sales has been recorded for the day, but not necessarily shipped out yet.
    What we are currently facing is problems with credit management blocking the order from posting into the CO-PA tables.  When the order is created and the order desk hits save it first goes through credit management, and if it is put onto the blocked order lists to be released it does not post the value that was created for that day into CO-PA.  Also when we run our rescheduling report for orders that have already been created the order can again go back and forth on and off credit hold, and each time it posts an entry into CO-PA. 
    I was wondering if anyone has been requested to have a report written to record bookings of sales for a particular day, and have you run into the issue of the credit management posting over and over onto the report and how do you get around this.
    We just want to see if any new orders have been created for that day, if current orders have been added on to or taken off from, and have a report to show the order #, dollar value and quantities.
    Thank you,
    Karen Kim

    Dear Karen,
       You cannot see blocked SD documents for credit check in CO-PA. Values are transfered to CO-PA after the sales order is processed or after the billing document is posted.  So if the sales order is not
    processed because it is blocked for credit check, naturally it will not be transfered to COPA. The logic to exempt orders on credit hold was implemented in release 40A.
    To overcome your problem you may implement the modification described in the note 214059. Please be aware that this is a modification note. Please implement in a development environment first and retest.
    regards
    Waman

Maybe you are looking for

  • "An error occurred while updating the configuration"

    I recieved an Apple Airport Base Station in the mail today. I got it second hand, and I performed a hard-reset since I didn't have the password and stuff. I wanted to update it properly before I started using it. I have followed the guides in here po

  • Cannot connect to database using the Upgrade Simulation Tool

    I have installed the Upgrade Simulation Tool on my system and when I try to run the tool my system works in the for awhile in the background and creates the _Simulation mdf and ldf files and a .bck file.  After 3 or 4 minutes it gives me an error "Ca

  • Cinema Booking System

    Hi there, I need help on this program. It has to be simple and I need to use "array". The program must be displayed in a system( black screen) Write a complete Java program for a cinema booking system. In this system, the program will help you to kee

  • Not able to update pixelator. Purchases show "an error has occurred" repeatedly

    I am having problems in updating Pixelator which I purchased from App Store. When I click update I am informed that it can not be down loaded go to Purchases. When I do that I get the message that an error has ocurred. What do I do?

  • How can I get a split sceen feature on my Firefox 5.0, with Windows Vista?

    We are trying to add Split Panel v 1.0 to Firefox V 5.0. However, when installing the application and then rebooting Firefox and then trying to use it, it redirects us to the current URL: https://addons.mozilla/en-US/firefox/addon/split-panel/.......