Both Credit Limit and L/C are not working in Sales Order

Dear All,
We are working on Export scenario where order are created based on L/C and Credit Limit. In my scenario both credit Limit and L/C check is not happening please suggest.
I have created a sales order with value is 1024.00 INR. (My Credit Price is 1024.00 INR)
Customer credit Limit is 50.00 INR. (In FD32)
My L/C value is 1000.00 INR (In VX11N).
I have Implemented Dynamic Check and Assigned L/C to Sales Order. During Order process system blocking the order through Dynamic check. As per the above value System should not block the order. But System blocking the order. When I check Header -> Billing -> Financial Document Log, System showing the value update error. Its comparing entire Netvalue of the Order(1024) with L/C value (1000). How it is possible.
My requirement is system should consider both Credit Limit and L/C value. Please suggest.
Thansk & Regards

No reply received from any body. But there is limit to post the questions to post another one. I am closing this.
Thanks & Regards

Similar Messages

  • "Validation" enabled for the composite and my testsuites are not working

    I have posted the below issue in Test suite in JDEV - Studio Edition Version 11.1.1.2.0 But I felt that this is the right forum, so posting this again here:
    I have mediator calling bpel. Mediator is exposed as web service. Whenever I run the service using "Test" button on EM with validation turned on
    then it works and the process will be completed.
    But I have initiate xml in the test suites. I select "UnitTests" and select my test case xml that was associated to "Initiate Message for operation",
    I see that the process is still in the "Running" state. I put in exactly the same values as I use for testing the service from EM.
    Did anybody face this issue? This happens only when we turn the validation to "Enabled" in EM.
    I have "Validation" enabled for the composite and my testsuites are not working. When I test using unit tests, I am only seeing "Running" status of the processes and these are not getting completed.

    Hello there, RevDebMN.
    The following Knowledge Base article is always a great fallback article for troubleshooting Mail issues:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/ts3276
    Particularly useful, in your case:
    Mail Connection Doctor shows one or more red dots () in the account Status column
    Check your Incoming IMAP or POP and Outgoing SMTP email account settings
    Use Apple's online Mail Setup Assistant to discover what the correct settings should be for both your Incoming (IMAP or POP) and Outgoing SMTP email servers. If your email service provider is not listed in the Mail Setup Assistant, visit your email service provider's website or contact their support staff to get the correct settings. You can use this "cheat sheet" when asking your email service provider about the settings you need.
    After you have the correct email service provider settings, make sure Mail is configured properly.
    Click here if your Incoming and Outgoing email account settings are correct, but the issue persists
    What alert message is shown in the Mail Connection Doctor "Details" column affected account?
    Click here if a "Could not connect to this (server type) server…" message appears
    Click here if a "Trying to log in to this (email server provider name) account failed…" message or any other error message appears
    If the issue persists, then you'll want to remove the account and then add it again using this article:
    Mail (Mountain Lion): Remove accounts
    http://support.apple.com/kb/PH11794
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • TS3048 Right click on Mighty Mouse and Wireless Keyboard are not working

    I have a 24" iMac, early 2009  Lion,10.7.5.  My wireless keyboard and mighty mouse are not working properly. Wireless keyboard- I can turn it on and it will ask me to pair it with the Blue Tooth.  I cannot log the numbers in - I even tried logging them in with my wired keyboard device (which is an Apple keyboard).
    My Mighty Mouse's right click stopped working as well. 
    I have gone through all of the troubleshooting steps-
    New Batteries - Cleared Blue tooth preferences list, repaired permissions, Cleared cache, Made sure that the settings were correct ex: key was not checked on mouse, Removed both devises (keyboard, and mouse) from blue tooth and allowed them to be discovered again, PRAM reset, Hardware check/ reset, and lastly, Reinstall of OSX.
    I am still having the same issue with both devices.
    Thank you.

    This is why you should always have a wired keyboard and mouse as backups.
    Try smc and hope for the best.
    I'd also suggest pram reset but you need the keyboard for that.

  • How to delete video from iTunes library? del and shift+del are not working - no any reaction

    how to delete video from iTunes library? del and shift+del are not working - no any reaction.

    seb963 wrote:
    Hi
    Currently, iMatch is turned off on my computer, as I do not want to upload any more songs. If I turn it on, will it upload all songs that are currently in my library? Is there another way that deleting them one by one?
    You must enable iTunes Match on the new computer. The best way to accomplish what you want to do is to create a new, empty library by launching iTunes while holding down the Option key (Shift on Windows) and choosing "new library." Do not let iTunes scan for new content, but do enable iTunes Match on the empty library. Once the scan is finished you may delete tracks from the cloud. When you are done switch back to the main iTunes library.

  • I transferred my iPhoto FACES to my mini iPad and: (a) they are not in the alphabetical order I had them in, (b) some of the FACES have been deleted, (c) the EVENTS I checked off in iTunes do not all appear in the iPad?

    I transferred my iPhoto FACES to my mini iPad and: (a) they are not in the alphabetical order I had them in, (b) some of the FACES have been deleted, (c) the EVENTS I checked off in iTunes do not all appear in the iPad?

    Go to your Pictures Folder and find the iPhoto Library there.
    Right (or Control-) Click on the icon and select 'Show Package Contents'. A Finder window will open with the Library exposed.
    Look there for the iPod Photo Cache. Trash it. Start iPhoto and try sync again.
    Regards
    TD

  • My copy and paste functions are not working, does anyone know why this might be happening?, my copy and paste functions are not working, does anyone know why this might be happening?

    my copy and post functions are not working, does any one know why this may be happening and what I could do to fix it? Thanks!

    Have you tried rebooting?

  • XMLP 5.6.2 - Parameters -  Both Multi-Select and All-Select  Do Not Work

    Both Multi-Select and All-Select Do Not Work.
    What's up with this behavior?
    And when might it be fixed?
    BG...

    The Multi-Select is now working, not sure what I did wrong earlier. However the "Can select all" option when building the parameter does not work as advertised, though I was able to get around that as well.
    Create a Data Model
    select LAST_NAME, FIRST_NAME from SOME_TABLE where SOME_COLUMN =:SOME_VALUE
    OR
    select LAST_NAME, FIRST_NAME from SOME_TABLE where SOME_COLUMN in (:SOME_VALUE)
    Create a LOV
    Name = LOV_SOME_COLUMN
    Type = SQL Query
    select distinct SOME_TABLE.SOME_COLUMN as SOME_COLUMN from SCHEMA.TABLE
    Create a Parameter
    Identifier = PARM_SOME_COLUMN
    Data Type = String
    Default Value = NULL
    Parameter Type = Menu
    Display Label = LOV_SOME_COLUMN
    List Of Value = LOV_SOME_COLUMN
    Option
    Multiple Selection - Checked
    Can select all - Checked
    Refresh other parameters on change - Checked
    Then test your report. Select "All" from the LOV and click view. Result - No Rows Returned.
    Selecting a "Single" or "Multiple Values" values from the LOV does work.
    The way I am getting around the problem is to uncheck the "Can select all" and then manually select all the values in the LOV in order to get the "All".
    BG...

  • Got iPhone 5.  Really Disappointed!  After 2 days, alert and typing sounds are not working.  Camera is terrible!

    Bought iPhone 5.  Really disappointed.  Within 2 days, alert sounds and typing sounds are not working.  Camera is terrible.  My old HTC One S was far superior!

    First, no, it is not showing orange.  I checked the silent button immediately.  Then I checked the sounds section of my settings, but all is good there.  When I get a phone call, it rings fine.  Alert and typing sounds are not working.
    Second..., yes this was a technical point (in which I was hoping someone else might have had the same problem, with a solution), as well as a complaint (definitely one worth making as it is not a minor issue - it is important to hear text alerts when you have children).

  • HT4818 my zero and nine key are not working

    my zero and nine key are not working and also //////// symbol sometimes keeps repeating

    Try an external keyboard. If it works, you need a new internal keyboard.

  • Hello my battery power has a x on it and the lights are not working and its making a noise - Please assist

    Hello my battery power has a x on it and the lights are not working and its making a noise - Please assist

    The Battery icon with the "X" indicates that your computer does not detect a battery and is operating on electrical power from AC since your computer is plugged in. If your battery is installed but not detected that indicates a problem: 1. the battery is dead; 2. the battery connector is not functioning properly. You mention that there is no response from the indicator lights so it could be either of the two possibilities. The noise is not a good sign. Best to shut it down safely while you can to prevent any possibility of damage and get it to an Apple Genius Bar or Authorized Apple Service Provider to discover the nature of the problem

  • The forward, back, refresh, and stop buttons are not working. Even after installing the latest version. Anyone else having this issue?

    The forward, back, refresh, and stop buttons are not working. Even after installing the latest Firefox update. Also my home page stopped loading upon startup even tho I have it setup to do so. Anyone else experiencing these issues? This is my second request for help and of course, Firefox on-line support is always closed.

    Those are all symptoms of a problem with the places.sqlite file, for details see http://kb.mozillazine.org/Locked_or_damaged_places.sqlite

  • "backspace", "g" and "h" keys are not working.

    hello,
    my laptop is HP 450 and windows 7.it is one years old. i haven't spilled anyting on it or damaed it in anyway i can think of.
    suddenly the "backspace" , "g" and " h " keys are not working. 
    please help me, because i have to complete my university assignment as soon as possible.
    tank you,
    shehara

    Hi,
    While this could be a hardware issue, it's always worth trying the following.
    Open windows Control Panel, open Device Manager, expand Keyboards, right click the entry 'Standard PS/2 Keyboard' and select Uninstall.
    Shutdown the notebook.
    Then unplug the AC Adapter and then remove the battery.  Hold down the Power button for 30 seconds.  Re-insert the battery and plug in the AC Adapter.
    Tap away at the esc key as you start the notebook to launch the Start-up Menu and then select f10 to enter the bios menu.  Press f9 to load the defaults ( this is sometimes f5, but the menu at the bottom will show the correct key ), use the arrow keys to select 'Yes' and hit enter.  Press f10 to save the setting and again use the arrow keys to select 'Yes' and hit enter.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Hey there, my ipad had a dialogue box pop up on the screen and the buttons are not working so i cant exit out or type. PLease help me

    hey there, my ipad had a dialogue box pop up on the screen and the buttons are not working so i cant exit out or type. PLease help me

    Perform a Reset...  Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...

  • I am using iphone4 and recently updated to 7.0.4 from then onwards having issues with phone book. It will open but not able to scrool up and down and all options are not working. Is any one facing same issues?

    I am using iphone4 and recently updated to 7.0.4 from then onwards having issues with phone book. It will open but not able to scrool up and down and all options are not working. Is any one facing same issues?
    Why apple also doing such kind of softwares? Cant they do testing before releasing the product?
    Could any one help me out of this?
    Thanks,
    Rajesh

    See this discussion...
    https://discussions.apple.com/message/23731048#23731048

  • Facebook, hotmail and other sites are not working on safari?

    Facebook, hotmail and other sites are not working on safari. i have tried everything. downloaded google chrome still didn't work. downloaded firefox, still didnt work. tried to update my computer but at the end it always says an error occurs. and i cant find a download for mac os x anywhere.. someone help?

    If you look at the "More Like This" box (top right), other threads appear. Opening them usually displays other threads. It appears you are not the only two having this problem.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

Maybe you are looking for

  • QM-Usage decision

    Dear all if i make Ud of an insp lot and in stock posting only post 2 out of 10 to return delivery then save ,where it 'll post the remaining 8 quantity and in which store

  • HT201104 how do i delete backups in iCloud

    I just sold an iPad.  Per instructions, I deactivated find my iPhone, and used the backup from iCloud to restore key applications and data to a new device.  Now I want to delete the backup that I used from the "named device" that I used to own.  When

  • Light in Headphone jack...

    I have compared the headphone jack on my wife's 3gs with my new iphone 4 and have noticed that there seens to be a noticable light when I look down into the headphone jack hole. That is to say when the phone in on and the screen is lit. Is this a com

  • Which Address Book names have a picture?

    Is there any way to easily see which cards in Address Book already have a picture? I was hoping that the tiny icon in the Name column of Card and Column view would change if you already had a picture attached to that card. Some visual indication, lik

  • Transport User Groups in Portal

    Hi In Development Portal i assigned Portal roles to user groups How can i transport the assignment.....i mean user groups Thanks