Credit Limit Change in Customer Master

Hi,
I have a customer in 4 credit control areas. Details are as follows:
      Each limit in each credit control area is 10Milions....total limit each 50Milons
When i am making change in one CCA through FD32 i.e from 10 Milion to 1 milion
Getting below error:
<b>Total limit (  41,000,000.00 USD) should only be   10,000,000.00 USD</b>
Pls guide me.
Regards,
Venkat

A customer has a total credit limit, held in KNKA and a credit control area limit.
The sum of the CCA limits cannot exceed the total.
I would suggest you change all of the CCA values first and then the total amount.
Award points if this is useful to you.

Similar Messages

  • Tracking Credit Limit Change History

    Hi,
    Does anyone know what tables I would need to look at to track changes to a customer's credit limit?  Also any key fields I would need to take note of?
    I need to create a SQL query to report on credit limit changes per customer.
    Thanks,
    Michael

    Hi Michael,
    This needs to be written a little better but try this!
    SELECT     derivedtbl_1.CardCode, derivedtbl_1.CardName, derivedtbl_1.DebtLine, derivedtbl_1.Updated, dbo.OUSR.U_NAME AS [User Name]
    FROM         (SELECT DISTINCT CardCode, CardName, DebtLine, MIN(UpdateDate) AS Updated, MIN(LogInstanc) AS Instance
                           FROM          dbo.ACRD
                           GROUP BY CardCode, CardName, DebtLine
                           HAVING      (CardCode = '1000049')) AS derivedtbl_1 INNER JOIN
                          dbo.ACRD AS ACRD_1 ON derivedtbl_1.CardCode = ACRD_1.CardCode AND derivedtbl_1.Instance = ACRD_1.LogInstanc INNER JOIN
                          dbo.OUSR ON ACRD_1.UserSign = dbo.OUSR.USERID
    See if its what you are looking for!
    Kind regards,
    Ben
    Edited by: Ben Holmes on Aug 20, 2009 7:55 PM
    Edited by: Ben Holmes on Aug 20, 2009 7:56 PM

  • I want to set dynamic customer credit limit for a customer

    Hi,
    I want to set a dynamic credit limit for a customer which should trigger during the time of Sales Order Creation.
    Can anyone please let me know the settings one has to do to implement this process in the system ?

    Hi Below is the whole process for confign.
    1. Transaction OB38
       Check which credit control area is assigned to the company code.
       Company code:
       Credit control area:
    2. Transaction OVFL
       Check which credit control area is assigned to the sales area.
       Sales area:
       Credit control area:
    3. Transaction XD02 or VD02
       Check which credit control area is assigned to the payer.
       Payer:
       Credit control area:
    4. Transaction SE37
       Is user exit EXIT_SAPV45K_001 being used?
    5. Transaction OBZK
       For the settings under items 2 - 4, field "All company codes" must be marked in Transaction
       OB45, or the credit control area must be entered under the relevant company code in table
       T001CM of the credit control areas allowed.
       Company code:
       Credit control areas allowed:
    6. Settings for the credit checks
    7. Transaction OVAK
       Which settings do exist for the sales document type used?
       Sales document:
       Check credit:
       Credit group:
    8. Transaction OVAD
       Which settings do exist for the delivery type used?
       Delivery type:
       Credit group for delivery:
       Credit group for goods issue:
    9. Transaction OB01
       Credit management/Change risk category
       Definition of the risk category for each credit control area. This risk category can be
       assigned to a credit account by using Transaction FD32.
    10. Transaction OVA8
        Here, the individual credit checks for key fields
        o credit control area
        o risk category
        o credit group are set. Take these key fields from the above settings and go to the detail
          screen. In particular, check whether fields "Reaction" and "Status/block" are set
          correctly. To carry out follow-up actions in case of a credit block, the credit check
          status must be set (field "Status/block").
    11. Transaction FD32
        Credit master data for the payer of the relevant document.
        Credit account:
        Credit limit:
        Risk category:
        Currency:
    12. Settings for updating the credit values Update of the credit values is required for the limit
        check (static or dynamic credit limit check).
    13. Transaction OVA7
        Update of the credit value is active for the corresponding item type if the check box is marked. This field corresponds to 
        field "Active receivable" in Transaction VOV7.
        Item type: 
        Active receivable:
    14. Transaction V/08, Pricing
        In the pricing procedure used for pricing, subtotal "A" must be entered in a line for
        determining the credit value (mark the pricing procedure and doubleclick on "Control").
        Usually, the net value plus taxes is used. This way the system is determined to use this
        subtotal for credit pricing. The credit price is stored in field VBAP-CMPRE and used for
        update and credit check.
        You can find the used pricing procedure of the order under "Item -> Condition -> Analysis".
        Pricing procedure:
        Line with subtotal = 'A':
    15. Transaction OB45
        Which update group (field "Update") do you use in the relevant credit control area? The
        default setting is "12". If you use another update group, check whether this is fine with
        you. If you open an OSS message, please tell us the alternative update group.
        Credit control area:
        Update:
    16. Transaction OMO1
        Which kind of update did you choose for structure S066? 
         In any case, "Synchronous update (1)" has to be chosen as the kind of update. 
         All other settings will lead to errors.
    Regds
    MM

  • Credit limit sharing main customer and sub customers

    Dear all
    Credit limit sharing main customer and sub customers. we have hierarchy to identified main cutomer and sub customers and different account groups. now in system we are using main customer payer for all sub customers also. in future we are going to share the credit limit sub dealesr also. wt are the possibilities to complete my requirements.
    Regards
    Venkey

    Hi Venky,
    If i understood correctly. You wan to share main customer credit limit to all sub customer i.e. if main customer is having 5 Lacs Credit Limit the same amt you want to use for all sub customers.
    If this is the scenario then assign the main customer in the sub customer Credit master as a credit account.
    FD32 ---> Control Area Data ---> Status --->  Credit Account ( Under Credit Limit )....
    Process to change the credit account: Perss F6 or from the status view Go to Edit ---> Change Credit acct...
    Hope issue may resolve..
    Regards
    Durga Sana
    Edited by: Durgaprasadsana on May 13, 2010 7:40 AM
    Edited by: Durgaprasadsana on May 13, 2010 7:42 AM

  • Productwise credit limit for a customer

    Hi All,
    Is it possible to maintain credit limit productwise (Divisionwise )for a customer.
    we sell different products like Washing machine,Air conditioner ,Refrigrator etc which we classify as division in SD Module . we want to maintain credit limit for a customer productwise.ie seperate limit for Washing Machine, Air Cond and ref etc .
    same should be checked at the time of creating sales order (VA01).
    If some one have any solution for the above scenario please let me know.
    Thanks & Regards
    Meenakshi

    Hi,
    There is no standard functionality available to have the credit limits at product level, but try to build the logics and process through the three exits available in credit Management.
    Also,
    You  can do is set credit limit, Credit control area wise.
    You can use multiple credit control area, and assign the CCA to separate sales areas ( That will represent the different Region / Products, as per your requirement).
    The assignment can be done in the below path:
    IMG> Enterprise Structure>Assignment>Sales and Distribution>Assign sales area to credit control area
    Here for combination of Sales Organisation , Distribution channel and Division you can assign separate credit control areas.
    While the Distribution channels can be defined Region wise, the Divisions can be defined Product wise.
    Now in FD32, Set the Credit limit of the customer , Credit control area wise.
    regards,
    Siddharth.
    Edited by: Siddharth Dabhowale on Jan 9, 2008 12:40 PM

  • Function module to find the Credit limit of a Customer based on Credit Area

    hi Experts,
                       Is there any function module to find the Credit limit of a Customer based on Credit Area.
    Regards,
    Dheepak

    hi
    try this:
      select single * from KNKK INTO zzKNKK
          where KUNNR = xkunnr and KKBER = xkkber.
    credit limit: zzKNKK-KLIMK...
    regards,darek

  • Changes in customer master data

    Hi
    Is there a different way (apart from using IDOCS) to identify changes (create/update/delete)  in customer's master data to the following  Condition Class:
    BPAR
    TESTRF
    DEBI
    KLIM
    Best Regards
    Tal

    Hi
    I want to know if all the changes in customer master data objects: BPAR,TESTRF,DEBI,KLIM
    are recorded in the system and where?
    is it relevant to customization?
    Best Regards
    Tal

  • Change the customer master fields

    Hi all,
    I am looking for a BAPI or USER-EXIT to change the customer master fields KNA1-STCD3, BRAN1, BRAN2, BRAN3, BRAN4, BRAN5. If anybody knows please share.
    Thanks in advance,
    Pranav

    Hi Pranav,
    If you want to change these fields while saving the trasaction XD02, use user exit: Enhancement- SAPMF02D and exit: EXIT_SAPMF02D_001 or BADI: CUSTOMER_ADD_DATA.
    Reddy

  • Dunning level not automated change in Customer Master

    Dear All,
    We have an issue- once we completed F150, the dunning level was not automated change in customer master data after the first dunning was successfully run.
    Do suggest.

    Hi,
    First check, whether you are getting same problem when creation of Master Data?
    Some times we have to Stop the MMC and Restart MMC once again.
    Still if you are getting same problem, please send the in which screen you got the problem and error description Performance Assistance screen also (double click on error message in the task bar to view Performance Assistance screen)
    Thanks
    Chandra

  • Mass change of customer master data

    Hi,
    I would like to do a mass change of customer master data.
    I need to remove the international VAT register number for local Polish customers, as we will use the local NIP number for these customers.
    Which transaction code do I need to use?
    Are there any things I should keep in mind?
    Thank you.
    Kind regards,
    Linda

    Hi,
    You haev a Transaction called MASS. Please check whether you have the authorization for the same. If you have then it is very much easy for you to maintain the same. If you dont have the MASS authorization then you have to create a LSMW and then make the change.
    Steps:
    1. Enter MASS
    2. Object type - Select KNA1 (avaialble in the drop down) and execute
    3. You should have an option "Customer master (VAT registration numbers general section) " with table KNAS. Execute
    You will be able to choose those customers whom you want and make the changes.
    Hope this should help you.

  • Credit Management Query - Transfer of credit limit to other customer.

    Hi Team
    Can Credit limit can be transfered from one customer to other customer with in same control area ? If so what are the necessary step that has to be taken care (i.e, is Business Approvals mandatory or manually SD Cons can do it  ?)
    Ex : There are 10 customers in control area 5000.
    Customer1 has credit limit has been set to 250 US $ & he has already used 249.99$ , now his credit limit has to be transfered from customer 1 to customer 2 .   Is it possible to do this thru T.code VDH1N ?
    Please provide your suggestions .
    Thanks.
    Edited by: Medhaphani on Oct 11, 2011 9:19 AM

    Dear Medhaphani ,
    First of all, Business approval is MANDATORY for making such changes.
    Secondly, the requirement is not feasible as per my knowledge.
    One possbility is , imagine we have to transfer the credit limit of customer A to customer B.
    There should not be any exposure for both A and B.
    Because financial documents have already been created for A and B and hence even if we manage to manipulate the transfer of exposure (using table edit), it will create a mismatch in the accounting during audits.
    Hence please wait for more exper opinion on your requirement and ask business to hold this requirement for a while.
    Thanks & Regards,
    Hegal K Charles

  • Prevent Credit Limit Change

    How can i restrict some users from editing/changing credit/commitment limit (feild)value in BP Masterdata and still allow them to create new BP or edit other feild?
    The reason for this is because some users are responsible for creation of BP Customer i.e. Sales and Marketing,but they're not supposed to be permited to change or set Credit limit for BP. Since they can change the Credit Limit to allow Documents with Credit Limit check restriction to be saved and return it back. OR is there is any other way i can handle this?

    Hi Adegoke,
    As suggested by Gordon you can achieve it through SDK.  Alternatively you can use Transaction Notification stored procedure to restrict the update. 
    Define a user table where you have to list the users who are authorized to update the business partner fields.  Or as an alternative to this you can use hard coded user names in stored procedures.  SAP Business One maintains the change log for few of the entities.  So here you can query the change log table for Business Partner; to identify if the value for Credit Limit field is updated.  Once you find a change here you can verify if the user who is updating the record is authorized user and accordingly bypass the update.  
    I hope the above solution works for you!
    Regards
    Nitin
    Manager, SAP Business One
    Greytrix
    It's time to think outside the box.
    Email: sap at greytrix.com | Web: www.greytrix.com
    u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026
    Development Partners for SAP B1

  • Credit Limit based on customer and material?

    Hello Gurus,
    I've 2 diff types of goods..
    1) fast moving/ selling goods
    2) slow moving goods.
    For a particular customer, I've assigned certain credit limit of say 10,000 EUR via FD32.
    My question is, for the slow moving goods or one particular material/certain goods, I want to have higher limit--is it possible to configure to assign credit limit per customer/ material?
    Rgds,
    Raghu.

    Hi,
    As preceding answer, it's not possible in standard SAP.
    The credit check is on the totallity of sales order, not by item.
    If you are in the same sales order different materials, what is the reaction of system ?
    But, you have different options to check this :
    - Exclude material in credit check (according to material group for example)  by using requirement in OVA8.
    - Create a new condition type to check the credit limit in Ztable for customer/material. When you create sales order, a message is displaying according to your configuration (or blocking status for item).
    You can compare Ztable (credit limit for customer/material) and another table for open orders.
    Just an idea.
    Regards,
    Lionel

  • Copy Credit Card details from customer master to Sales Order automatically

    Hi all,
    We would like to have the Credit Card information created in customer master to be copied in to the Sales order when we select the SP/SH..in the SO
    I request your input on how to set this...( as of now..we need to go to Header--> payment cards and then select)
    Note: customers do not have option of multiple cards .therefore the card info is defaulted in the Customer Master.
    Thanks you
    Ravi

    I could do it from the Header of Sales order

  • Display Changes in customer master records

    Hi Guru's
    I have added a new bill to party and ship to patry in customer master record.
    But the strange thing is :-
    1.I want to see which bill to party and ship to party have been added through VD03=> sales Area =>.Goto Environment => Account Changes => All Fields => click on <b>Entry Button</b>=>Double Click on customer master partner functions..Now here I can see the entries added in the format time, user , USJ2 01 01 BP000 etc, but I cannot see the bill to party number even by doubble clicking on any entry(it will show sales area , partner funtion but will not give the partner number.
    2. Even if I dont click on <b>Entries</b> button in account changes and goto <b>all changes</b> it will display the deletion and changes but will not display the entries, why?. 
    I also tryed the same through VD04 but still the problem is same.....any help please ..............

    Hi
    check OV51 and also in tables KNA1, KNVV
    all changes are stored in CDHDR and CDPOS tables
    regards

Maybe you are looking for