Control on Vendor Payment by Cash for more than Rs.20000/- in FBCJ

HI All ,
Here there are one  validation existing for a particular vendor.
We would like to control the vendor cash payment should not be paid more than 20000/- per day per vendor.  As of now we have the control of Rs.20000/- per cash document but whereas we require the same control for the day.
Does anyone knows if there are any User Exits / BADIs or other enhacements in transaction FBCJ for the Cash Journal.
please suggestion.
Regards.
Ramesh.S
+919894692946.

Hi
Instead of posting key 40 you can try with 50 in this thread Configuration to fix the amount in cash journal
Aravind Boddupalli

Similar Messages

  • Cash payment restriction for more than Rs.20000 to vendor per day

    Hi
    I want to restrict cash payment transaction for more than Rs.20000 (as per income tac act) to one vendor in one day
    How to bring this control
    Edited by: Meenu_ND on Mar 8, 2010 3:43 PM

    Hi
    Instead of posting key 40 you can try with 50 in this thread Configuration to fix the amount in cash journal
    Aravind Boddupalli

  • Cash payment restriction for more than Rs.20000

    Hi
    I want to restrict cash payment transaction for more than Rs.20000 (as per income tac act)
    I gave amount limit as Rs.20000 for company code in01. Date i gave as 01.01.2000 and currency as INR
    Inspite of this, i passed one payment for Rs.22000 and it allowed me to pass. How to restrict such excess payments ?

    Hi
    Are you trying to post Cash Journal (FBCJ) for posting payments.  If so, you can use this configuration to restict your limits.
    If you are posting through other T.codes, then this configuration will not control those.
    For creating a validation rule, i have given a example below:
    Say for example, if you are using doc type 'KZ' for payments, then
    1. Identify or create a message class/message number, which you can use as an error message is the document amount reaches > 20000  This message class/messages can be created in T.code SE91
    2. Go to GGB0 and create a valiation under FI -> Line item and under which create a step as follows:
    Pre-requisire: if BKPF-BLART = 'KT'
    Check : BSEG-DMBTR <= 20000
    Message: Enter the identified message class/number
    3. Attach the validation in OB28.
    Regards
    Prakash K

  • Residual payment should not allow more than Vendor Invoice

    Hi,
    Eg: Vendor has booked invoice 5000 INR, when user make payment through F-53 or F-58 through "Residual" payment user can pay more than invoice 5002 INR and below accounting entry is posting.
    Bank Cr 5002 INR
            To  Vendor Dr 5000 INR (Invoice amount)
            To  Vendor Dr 02    INR  Excess than invoice 
    Business requirement is system should not allow pay more than invoice amount. How to control suggestion would be appreciated.
    I have done below settings for your understanding here system configuration.
    1. OBA3: Under "Permitted Payment difference" zero for Gain , Loss , Amount, Percent & Adjust Discount By  However "Permitted Payment Differences for Automatic write-Off(Function code AD)" zero.
    2. OBA4: Cash discount per line item: Zero and Under "Permitted Payment difference" Revenues, Expense, Percent & Cash discount  put Zero.
    Regards,
    Babu.

    Hi Prashant,
    I have restricted many fields to use through screen variant now user can not pay more than Invoice amount except through Residual payment process.
    Client side management strongly says that they want to use Partial and Residual payment process options but user should not allow pay more than invoice amount.
    If any solution please guide me.
    Regards,
    Babu.

  • Payment Terms for more than 3 payment terms in OBB8

    Hi Gurus,
    Please advise as to how to create for more than 3 instances, say 4 or 5.  Because standard SAP provides only for 3.  Let me brief you as below :
    -  I created the 5 payment Terms in OBB8. 5001 (clicking as instalment) ; 5002 for 5% - 30 days ; 5003 for 4% for 60 days ; 5004 for 3% for 90 days and 5005 for Net 180 days.
    -  I assigned these 5002 to 5005 to 5001 with say 25% instalment each in OBB9.
    -  Now I assigned this 5001 payment term in the Vendor Master.
    -  Posted new FB60 invoices with say 01st Oct 09 as Document Date with say Rs. 25000/-
    -  Now, I have to make the payment to the Vendor on say 15th November 2009.
    -  So ideally I am eligible for 4% discount on Rs. 25000/- since I am paying after 30 days and before 60 days.
    -  I am posting through F-53 with 15.11.2009 as the document data, and now the system is not calculating discount for the first instalment of 25% instalment and for the next 25% the discount is calculated @ 4% on 25% only.
    -  Now my requirement is to calculate 4% discount in Rs. 25000/-.
    Can any one suggest the required approach.
    Vikas

    Hi,
    Unfortunatelly payment terms in OBB8 is working as designed and the functionality cannot be enhanced. In the standard system you cannot add additional levels in the transaction OBB8.
    Instead you can check the option of using Terms of Payment for Installment Payments (transaction OBB9). Terms of payment for installment payments are made up of individual terms of payment. An individual payment term can be assigned to each installment. When you post an installment payment, the total amount is split up into individual items for each installment and each installment
    is calculated with the relevant payment term. For more information on maintaining terms of payment, refer to the Implementation Guide for Accounts Receivable and Accounts Payable.
    The terms of payment key can determine the following:
    -The valid cash discount rate for an individual payment with a maximum of 3 payment terms (first cash discount period, second cash discount period, and due date for net payment) and also a baseline date for the payment
    -The terms of payment for installment payments.
    You define the following for the terms of payment key for installment payments:
    - Sequential number of the installment
    - Percentage rate for the installment
    - New terms of payment key for the installment item
    The percentage rates you specify must total 100%.
    Example
    Suppose you can create payment term NT30 (30 days net), NT60 (60 days net), NT90 (90 days net).
    Installment terms of payment
    RT01   1   30%   NT30
    RT01   2   30%   NT60
    RT01   3   40%   NT90
    I hope this helps.
    Regards
    Ravinagh Boni

  • Restrict Outgoing payment document, if cash is more than Rs.20,000

    Hai!
    I am using SAP B1 PL40.
    can u help me out on this issue.
    I want to restrict the users to ADD
    Outgoing Payment document if they choose,more than 20,000 payment by cash mean.
    pl let me know if u want more detailed explanation.
    Thank u,
    Thanga Raj.K

    Hi Thangaraj,
    Try the following Stored Procedure. I checked in my system and works fine.
    Try the same in the Test System. Then get the approval and load in Live System.
    set ANSI_NULLS ON
    set QUOTED_IDENTIFIER ON
    go
    ALTER proc [dbo].[SBO_SP_TransactionNotification]
    @object_type nvarchar(25),                     -- SBO Object Type
    @transaction_type nchar(1),               -- [A]dd, <u>pdate, [D]elete, [C]ancel, C[L]ose
    @num_of_cols_in_key int,
    @list_of_key_cols_tab_del nvarchar(255),
    @list_of_cols_val_tab_del nvarchar(255)
    AS
    begin
    -- Return values
    declare @error  int                    -- Result (0 for no error)
    declare @error_message nvarchar (200)           -- Error string to be displayed
    select @error = 0
    select @error_message = N'Ok'
    IF @transaction_type = 'A' AND @object_type = '46'
    BEGIN
    If exists (SELECT T0.docentry  FROM OVPM T0 where T0.cashsum>=20000)
         begin
              SET @error = 10
              SET @error_message = N'You cannot Pay Cash More than Rs. 20000/-'
         end
    END
    select @error, @error_message
    END
    Edited by: Sridharan T on Aug 25, 2008 11:35 AM

  • Perform VENDOR EVALUATION for MORE THAN ONE VENDORS at a time

    Hello all,
    Please guide for any process where i can perform Vendor Evaluation for MORE THAN ONE vendors AT A TIME.
    At my location there are around thousand vendors, which are to be evaluated, and difficult to perform the evaluation process one-by-one.
    (ME61/ME62/ME63)
    Detailed replies with various possibilities would be highly appreciated.
    Thanks & Regards,
    Joy Ghosh

    The vendor evaluation for some thousand vendors at the same time has already been in SAP long before they developed LSMW. The purpose of LSMW is to load data from a legacy system, of course you can (mis-)use it for a lot other things.
    But you should not always use LSMW if you are to lazy to go thru the SAP standard menu to find a transaction like ME6G
    There you define a job that runs RM06LBAT report.
    You first have to define a selection variant for this report. this can be done in SE38 by entering the report name, select variant, clicking display, then entering a name for the variant and clicking Create.

  • Vendor Payment Terms config for 30%advance 70% after GR

    Hi Guys,
    How to configure Vendor Payment Terms for " Vendor Payment Terms config for 30%advance 70% after GR "
    Please suggest your expert comments.
    Thanks in advance.
    Regards,
    Jackie

    sappassion2011 wrote:
    Hi Guys,
    >
    > How to configure Vendor Payment Terms for " Vendor Payment Terms config for 30%advance 70% after GR "
    >
    > Please suggest your expert comments.
    >
    > Thanks in advance.
    >
    > Regards,
    >
    > Jackie
    Hi Jackie,
    Do them in trxn OME2
    Regards
    Shiva

  • Pending Payments for more than 90 days

    Hi,
    I have two pending payments for more than 90days. I cant buy any more subscription, kindly help me cancel those where it would be better to save money on calling my home country. The status is pending from 14-Feb-2014. Thanks in advance.
    BR
    DJ

    please contact Skype customer service
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • I made the purchase association for more than a week, but even having already received confirmation of payment and the invoice , I can not use the application . I am being told I do not have no purchase on my name

    I made the purchase association for more than a week, but even having already received confirmation of payment and the invoice , I can not use the application . I am being told I do not have no purchase on my name. What i must to do ?

    Does your Cloud subscription show on your account page?
    https://www.adobe.com/account.html for subscriptions on your Adobe page

  • How to configure EM Grid Control for more than one databases?

    Hi,
    I'm configuring EM on Oracle 10gRel1 on Linux. I have more than one databases in the server, and I want use IE at my PC to monitor the databases on Linux server. I can configure and access the Grid Control Console by emca for first database, but cannot configure for the second one, unless I remove the first one configurration. How can I configure EM for more than one databases?
    Thanks.

    Thank you everybody.
    Yes, I'm talking about DBConsole rather than Grid Control (sorry for misuse the term). I managed to set up DB Console for every DB in the same Linux box (10Rel1). What I did is:
    1) stop db console and agent with emctl
    2) remove repository with RepManager
    3) config with emca
    Then I can monitor individual databases from my PC (but have to login with different port).
    I'm thinking mybe I should use Grid Control instead.

  • No home phone service for more than two months

    I am sending this note on behalf of my mother.  She has been waiting for technical services to her home phone for more than two months.  She has received dates where a technician would come out to repair her services in which she has left work early or stayed home on weekends no avail.  My mom is not in best health and has a child with disabilities living in the home and it is imperative that her services are working.  It is frustrating to her to pay for a service she's not receiving.  This is the worst customer service experience from Verizon.  
    I am asking for immediate resolve to this issue and to work with us to assure payment for time where phone has not worked Will not be charged to her account.  Please contact me {edited for privacy}.

    Hi lmatthews522,
    Please go to your profile page for the forum by clicking on your name, and look at the top of the middle column where you will find an area titled "My Private Support Cases". There you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis, as the agent may be waiting for information from you before they can proceed with any actions. Please keep all correspondence regarding your issue in the private support portal.

  • Error message that no virtual memory pops up & crashes when application is run for more than 1 hour

    My application uses VISA serial operations. It has arrays to store data collected from various devices. I reinitialise the arrays each time the index reaches 50.
    Data acquisitions is carried out in separate threads by invoking the runVI method.
    When i run the application on Win XP continuaously for more than 1 hour it gives an error message that no more virtual memory to complete the task and the system hangs up.
    I open the serial port only once and close it when the application is terminated. But serial read/write operations are done continuaously
    Is the error caused due to memory leakage? How can i solve the problem. It's very urgent and i shall be thankful if i ge
    t the help.

    Yes, it sounds like a memory leakage (either that or you're trying to run an advanced app on an old computer w/ little memory and a small hard drive).
    Things to try:
    1. Ensure it's only labview, and not say labview and another application interacting. This isn't a likely case, but you never know what people have on their boxes and I've seen some weird things with virus scanners. Hit Ctrl-Shift-Esc to get the task manager. Go to processes and watch the memory consumption (click Memory twice to sort in descending order) of the various processes. If labview keeps rising, you've got a leak.
    2. If only a reasonable amount of memory is being used, double check your page file settings (read virtual memory).
    From the Control Panel
    Select System
    Select
    Advanced Tab
    Under Performance, select the Settings button
    Select Advanced Tab
    Under Virtual Memory, let windows dynamically adjust the page file (and any XP speed tweakers out there can now chime in about how wrong this is. This essentially allows windows to keep upping the virtual memory as needed by various processes.
    3. Find the leak. In LV Tools->Advanced->Profile VIs. Turn on memory stats. Start the profiler. Start your vi. If the vi crashes labview totally, you'll have to keep hitting snapshot to find the leaky vi (the one that's memory keeps growing).
    4. Upload the vi to the forum so we can give it a looksee.
    G'luck
    2006 Ultimate LabVIEW G-eek.

  • Using i3 - keys start to lag (have to hold key for more than 1 second)

    I'm using i3 and am having trouble with the keys suddenly and I have to restart the session to get it back to normal.  No clue what it could be.  I can use gnome, cinnamon, wmii, and awesome without issue, but i3 is what causes me problems.
    When I type, I have to hold each key for more than 1 second before it registers.  So in order to type "boat" I have to press and hold b for a second, then o for a second or so, same with a and t.  Any idea what I should check first?
    Thanks.
    EDIT:
    It just seems to happen randomly.  When I'm typing, on the web, playing a game, etc.  It's not like it's happening whenever I do a specific task or am running a specific application.
    Last edited by sdouble (2013-04-07 19:30:25)

    UnsolvedCypher wrote:What's your desktop environment?
    Boots into GDM, select my session (i3), and log in that way.  only WM I'm having trouble with this way is i3.
    kaszak696 wrote:Can you see how xev (xorg-xev package) reacts to keypresses? Also, posting relevant configs and logs would be helpful.
    I think i had a similar issue years ago, but i can't remember the details, sorry.
    I haven't checked. I'll check next time it happens.  It happens about once per day.  I'll report back next time.
    Here is my i3 config file.  It's pretty raw, I've really only added a couple things to it (gimp & multimedia keys from keyboard, though I just noticed today that my vol up and down wheel isn't working anymore)
    # This file has been auto-generated by i3-config-wizard(1).
    # It will not be overwritten, so edit it as you like.
    # Should you change your keyboard layout somewhen, delete
    # this file and re-run i3-config-wizard(1).
    # i3 config file (v4)
    # Please see http://i3wm.org/docs/userguide.html for a complete reference!
    set $mod Mod4
    # Font for window titles. Will also be used by the bar unless a different font
    # is used in the bar {} block below. ISO 10646 = Unicode
    font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
    # The font above is very space-efficient, that is, it looks good, sharp and
    # clear in small sizes. However, if you need a lot of unicode glyphs or
    # right-to-left text rendering, you should instead use pango for rendering and
    # chose a FreeType font, such as:
    # font pango:DejaVu Sans Mono 10
    # Use Mouse+$mod to drag floating windows to their wanted position
    floating_modifier $mod
    # start a terminal
    bindsym $mod+Return exec i3-sensible-terminal
    bindsym Control+$mod exec i3-sensible-termi
    # kill focused window
    bindsym $mod+Shift+c kill
    # start dmenu (a program launcher)
    bindsym $mod+p exec dmenu_run
    # There also is the (new) i3-dmenu-desktop which only displays applications
    # shipping a .desktop file. It is a wrapper around dmenu, so you need that
    # installed.
    # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
    # app launcher
    bindsym $mod+Control+g exec gimp
    # multimedia keys
    bindsym XF86AudioMute exec amixer set Master toggle
    bindsym XF86AudioRaiseVolume exec amixer set Master 2%+
    bindsym XF86AudioLowerVolume exec amixer set Master 2%-
    # change focus
    bindsym $mod+j focus left
    bindsym $mod+k focus down
    bindsym $mod+l focus up
    bindsym $mod+semicolon focus right
    # resizing alternative
    bindsym $mod+Control+Left resize shrink width 5 px or 5 ppt
    bindsym $mod+Control+Down resize grow height 5 px or 5 ppt
    bindsym $mod+Control+Up resize shrink height 5 px or 5 ppt
    bindsym $mod+Control+Right resize grow width 5 px or 5 ppt
    # alternatively, you can use the cursor keys:
    bindsym $mod+Left focus left
    bindsym $mod+Down focus down
    bindsym $mod+Up focus up
    bindsym $mod+Right focus right
    # move focused window
    bindsym $mod+Shift+j move left
    bindsym $mod+Shift+k move down
    bindsym $mod+Shift+l move up
    bindsym $mod+Shift+semicolon move right
    # alternatively, you can use the cursor keys:
    bindsym $mod+Shift+Left move left
    bindsym $mod+Shift+Down move down
    bindsym $mod+Shift+Up move up
    bindsym $mod+Shift+Right move right
    # split in horizontal orientation
    bindsym $mod+h split h
    # split in vertical orientation
    bindsym $mod+v split v
    # enter fullscreen mode for the focused container
    bindsym $mod+f fullscreen
    # change container layout (stacked, tabbed, toggle split)
    bindsym $mod+s layout stacking
    bindsym $mod+w layout tabbed
    bindsym $mod+e layout toggle split
    # toggle tiling / floating
    bindsym $mod+Shift+space floating toggle
    # change focus between tiling / floating windows
    bindsym $mod+space focus mode_toggle
    # focus the parent container
    bindsym $mod+a focus parent
    # focus the child container
    #bindsym $mod+d focus child
    # switch to workspace
    bindsym $mod+1 workspace 1
    bindsym $mod+2 workspace 2
    bindsym $mod+3 workspace 3
    bindsym $mod+4 workspace 4
    bindsym $mod+5 workspace 5
    bindsym $mod+6 workspace 6
    bindsym $mod+7 workspace 7
    bindsym $mod+8 workspace 8
    bindsym $mod+9 workspace 9
    bindsym $mod+0 workspace 10
    # move focused container to workspace
    bindsym $mod+Shift+1 move container to workspace 1
    bindsym $mod+Shift+2 move container to workspace 2
    bindsym $mod+Shift+3 move container to workspace 3
    bindsym $mod+Shift+4 move container to workspace 4
    bindsym $mod+Shift+5 move container to workspace 5
    bindsym $mod+Shift+6 move container to workspace 6
    bindsym $mod+Shift+7 move container to workspace 7
    bindsym $mod+Shift+8 move container to workspace 8
    bindsym $mod+Shift+9 move container to workspace 9
    bindsym $mod+Shift+0 move container to workspace 10
    # reload the configuration file
    bindsym $mod+Shift+q reload
    # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
    bindsym $mod+Shift+r restart
    # exit i3 (logs you out of your X session)
    bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
    # resize window (you can also use the mouse for that)
    mode "resize" {
    # These bindings trigger as soon as you enter the resize mode
    # Pressing left will shrink the window’s width.
    # Pressing right will grow the window’s width.
    # Pressing up will shrink the window’s height.
    # Pressing down will grow the window’s height.
    bindsym j resize shrink width 10 px or 10 ppt
    bindsym k resize grow height 10 px or 10 ppt
    bindsym l resize shrink height 10 px or 10 ppt
    bindsym semicolon resize grow width 10 px or 10 ppt
    # same bindings, but for the arrow keys
    bindsym Left resize shrink width 5 px or 5 ppt
    bindsym Down resize grow height 5 px or 5 ppt
    bindsym Up resize shrink height 5 px or 5 ppt
    bindsym Right resize grow width 5 px or 5 ppt
    # back to normal: Enter or Escape
    bindsym Return mode "default"
    bindsym Escape mode "default"
    bindsym $mod+r mode "resize"
    # Start i3bar to display a workspace bar (plus the system information i3status
    # finds out, if available)
    bar {
    status_command i3status

  • Dunning proposal for more than 8 documents using F150

    I have a requirement to make dunning proposal for more than 8 documents through transaction F150 in a single run for same or multiple customers  but it is not allowing to create .Can somebody please advice what i could do ??
    <subject edited by moderator>
    Message was edited by: Manish Kumar

    Hi Nanditha
      According to SAP, BDC is not possible for Enjoy transactions. BDC is based on screen technology where as Enjoy transactions are based on control technology and are not compatible for BDC....So better try to use bapi( BAPI_INCOMINGINVOICE_CREATE)
    Regards
    Jeevi

Maybe you are looking for

  • Iphone not recognized by windows or itunes

    Can anyone please help me figure out how to resolve this issue?  My iphone 4 is not recognized by my PC.  My OS is by Vista Home Premium Service Pack 2.  I tried the various "device not recognized" troubleshooting to no avail.  I tunes is up to date.

  • Message without a solution

    every time i open my HP Deskjet 5940 i get a message:  .    " because the printer ejects ink onto the paper in a fine mist ink smudges will eventually appear on the printer and adjacent surfaces to remove use a fine cloth moistened with water.  "   F

  • SATELLITE A30 ERROR!!! AFTER INSTALL RECOVERY DISCS

    INSTALLED BOTH DISC AS IN MANUAL... GET ERROR MESSAGE ...AT THE END OF DISC 2... CAN FIND NO WAY OF EXITING OR CARRYING ON WITH THE INSTALLATION..REMOVED DISCS SEVERAL TIMES AND BEGAN PROCEEDURE AGAIN WITH THE SAME RESULT; ERROR NO;437 MESSAGE.. ;CAN

  • Where can i get java se 6 runtime

    I have a program that is telling me I need to download Java SE 6 Runtime.  But when I click the link it gives me, it takes me to a blank page on Apple.com.  How do I download Java SE 6?

  • Connect a LJ 2100 printer to a USB port on my router

    I have a LaserJet 2100 printer with a parallel port cable.  Can I use a DB-25 to USB converter to connect the printer directly to my ASUS RT-N66U router to make it a network printer?  Will I need anything else (software, firmware, or ?).