Inactive customers and credit limits

Hi
Is there a way to have a list of inactive customers since a particular date and review their credit limits. would like to change all credit limits for inactive customers to 0 and have them on ship block
Cheers

Hi Eric,
1.) Go to transaction MC+E (Customer Analysis).
2.) Enter criteria to selection screen. If sales is zero, that particular customer is inactive for the given period.
3.) To review their credit limit, go to transaction SE16N, enter table name KNKK (Customer master credit management)
Best regards,
Juvy

Similar Messages

  • Customer listing with address data and credit limits

    Hello all,
    I need a report I can download to Excel detailing address data and credit limits by customer.
    Many thanks.

    Hi
    You can not get the report with address details from standard reports. You have to download the address from table level to excel and you can do what ever you want. If you want a special report what you want you have to contact your programmer (ABAP).

  • Email notification of inactive customers and mailb...

    I received an email today apparaently from BT Yahoo.
    It looks like a hoax. I didn't click on the link
    Has anyone recieve them?

    borderline wrote:
    I received an email today apparaently from BT Yahoo.
    It looks like a hoax. I didn't click on the link
    Has anyone recieve them?
    Hi.
    If you hover over the link, what is the actual website it wants you to visit (no need to post) ? I expect it's not as shown on screen in the html.
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

  • Detect customers without credit limit

    Hi,
    in my firm we use credit control for customers in the EXP market.
    In SE16N when I go to table KNKK I can pull a list of all customers with credit limits -- they have value "EXP" in field KKBER or no. of credit (equal to customer no.) in field KNKLI.
    However I noted that were several customers in table KNA1 that belonged to account group (field KTOKD) no. 0001 or 0003 and technically are part of EXP market, hence should have credit limit, but I cannot find them in table KNKK.
    Why is that? When master record is set up it's another process to set credit control for the customer?
    Also, I'd like to pull a list of all customers from table KNA1 that belong to EXP market and cross-match them to table KNKK in order to detect if they do not exist in KNKK, i.e. do not have credit control.
    How can I do it?
    Would appreciate your response. Regards

    Hi,
    Try the T-Code F.32
    In this T-code you will get the list of all the customers whose credit limit is not maintained in FD32.
    Thanks and regards,
    Amitesh Anand

  • Bank Guarantee and Cash Credit Limits in SAP

    Dear SAP Gurus,
    How  Bank Guarantee or Cash credit limits are maintained in SAP? How to do configuiration of it?
    Thanxs
    Regards,
    Divyesh.

    Hi,
    Credit limits are set for the Customers depending on the nature of business, their repayment pattern.
    This comes under Credit Management which you configure through Credit Control Area and set
    credit limits to monitor the customer credit worthiness and ageing analysis.  Regarding Bank Guarantee and letter of credits, they are normally for export customers which comes under Risk and Credit Management in Sales & Distribution Basic data.  You refer to SAP pdf searching through Google for SAP's SDBFCM pdf file which gives you total scenario regarding setting of credit limits and Bank Guarantee etc.
    Regards,
    Sadashivan

  • API to Nullify customer site level credit limits and currency

    Hi All,
    We need to nullify customer site level credit limits (CREDIT_LIMIT) and currency (CR_LIMIT_CURR_CODE) in prod. Is there any API to Nullify customer site level credit limits (CREDIT_LIMIT) and currency (CR_LIMIT_CURR_CODE) for Oracle 11i ( 11.5.9). There are many customers so its difficult to do it manually.
    Please let us know,its urgent.
    Thanks in Advance.
    Thanks,
    APAC

    Refer MOS note:
    Can we create Credit Limits at Party Level? [ID 414997.1]
    Different uses of TCA API. [ID 230753.1]

  • QUERY FOR CUSTOMERS FULL DEBIT AND CREDIT WITH CLOSING BALANCE

    Hi Friends,
       I need query for CUSTOMERS FULL DEBIT AND CREDIT WITH CLOSING BALANCE for selection criteria from date and to date.
       I know the Trial Balance Report will sort out this issue... but i need routeday wise report
    1. Business Partner Master Data - i created one UDF field called U_Routeday (MONDAY, TUESDAY, WEDNESDAY,THURSDAY,FRIDAY)
    2. The query should be like selection criteria 
                                  - Routeday [%0]
                                  - Posting Date [%1]                           
                                  - Posting Date [%2]
    CardCode
    Debit
    Credit
    Balance
    D10503
    25031.50
    24711.50
    2962.00
    D10641
    5466.00
    7460.00
    285.00
    D10642
    2866.00
    142.00
    give any helpful query ASAP... Thanks in advance

    Hi,
    Try this query:
    Declare
    @fromdate as datetime
    Declare
    @Todate as datetime
    Declare
    @Code as nvarchar(25)
    set
    @fromdate = ( select min(Ta.[RefDate]) from OJDT ta where
    Ta.[RefDate] >= [%0])
    set
    @Todate = ( select max(Tb.[RefDate]) from OJDT tb where Tb.[RefDate]
    <= [%1])
    set
    @code = (select max(Tc.[ShortName]) from JDT1 tC where Tc.[ShortName]
    = [%2])
    SELECT
    [Name] as AcctName, [Jan]= sum([1]), [Feb]= sum([2]), [Mar]=
    sum([3]), [Apr]= sum([4]),  [May]= sum([5]), [June]= sum([6]),
    [July]= sum([7]), [Aug]= sum([8]), [Sept]= sum([9]), [Oct]=
    sum([10]), [Nov]= sum([11]), [Dec]= sum([12]), total = sum
    (isnull([1],0)+ isnull([2],0) + isnull([3],0) + isnull([4],0) +
    isnull([5],0) + isnull([6],0) + isnull([7],0) + isnull([8],0) +
    isnull([9],0)+ isnull([10],0) + isnull([11],0) + isnull([12],0))
    from
    (SELECT
    T0.[ShortName] as Name, sum(T0.[Debit]-T0.[Credit]) as T,
    month(T2.[RefDate]) as month FROM JDT1 T0  INNER JOIN OACT T1 ON
    T0.Account = T1.AcctCode INNER JOIN OJDT T2 ON T0.TransId =
    T2.TransId WHERE T2.[RefDate] between @fromdate and @todate and
    T0.[ShortName]  = @code  GROUP BY T0.[ShortName],T2.[RefDate] ) S
    Pivot
    (sum(T)
    For  Month IN ([1],[2],[3],[4],[5],[6],[7],[8],[9],[10],[11],[12])) P
    group
    by [Name],[1],[2],[3],[4],[5],[6],[7],[8],[9],[10],[11],[12]
    Let me know your result.
    Thanks & Regards,
    Nagarajan

  • Credit control with Groups of Customers and individul customer

    Hello,everyone.
    I want to realize the credit control for the groups of customers and
    each individul customer belongs to it.
    how can i do ?
    thanks first

    Well you can group these customers under one credit control area Tcode OB45 , and you can define your individual customer under this credit control area.
    & in OB38 assign company code to this credit control area.
    Hope this fixes your Problem
    Cheers

  • Hide inactive items and customers

    Is there a way to hide inactive items and customers in SAP Business One 8.8.  I dont want to show inactive items when we are searching for the items if we dont know the sku.  I simply want to hide them from search.  The same applies to customers.  I know there is an archive feature in B1 8.8 but its only for transaction data to archive.  Any ideas anyone.
    Thank you.

    Hi Russel,
    In Administration - System Initialisation - General Settings - BP Tab
    De - activate DISPLAY INACTIVE BUSINESS PARTNERS IN REPORTS
    In Administration - System Initialisation - General Settings - INVENTORY Tab
    De - activate DISPLAY INACTIVE ITEMS FROM REPORTS.
    I tried this in marketing related docs.
    This will restrict inactive master entries from appearing in reports and in transaction screens.
    But you can not restrict them in masters.
    Thanks
    Malhaar

  • Multiple Credit Limits

    Background
    I am implementing SAP SD where there are two main separate business in one company.  One customer can buy products from both business. Credit limits are defined separate for the same customer as the sales team of both business are different.
    Question
    a) I am trying to persuade to the client that we should define centralized one credit limit for the common customers who deal with both business. Hence one credit control area will be defined in SAP. Can you please let me know the advantages of single credit limit for one customer?
    The only problem business will face is that for example: Customer A was assigned credit limit 1000 Rupees. Business A and Business B gets problem that what % of credit limit they should offer to customer for each business.
    b) To fulfil the business requirement of defining separate credit limit for one/common customers for both businesses, i will go for the option of defining separate credit control area and can define separate credit limits. What are the advantages/disadvantages of this option?
    c) How to configure multiple credit limits for one customer ?

    How many company codes you are defining?
    You can follow de cenrolized Credit Management.
    Please follow the below link, it will explain you the config steps you required.
    http://www.sap-img.com/sap-sd/credit-management.htm
    Let me know if you have any questions.
    Arun
    Edited by: Arun Duddilla on Aug 20, 2010 12:55 AM

  • Goods Return and Credit Memo

    Hi Experts,
    I've stuck with one problem on implementation project. The scenario is as below.
    Cut-off data is 30th Apr 2009
    Go live date declared is 30th April 2009, but the client has one specific requirement regarding the Return goods from customer.
    The industry is a publication industry. Their customers are all around the world.
    When they sale some material the goods may return after 3 years from the sale date and they give the cash back according to the invoice amount at the invoice date.
    1) We shall upload all the balances as on 30th April 2009.
    2) If any customer returns the goods which we had sold in year 2006.
    3) How to book return order, delivery and Credit Memo.
    4) What will be the effect on Inventory stock and price and according to Balance sheet.
    5) We don't have back dated data (in Year 2006) in SAP system.
    6) Client don't want to refer legacy system for the exchange rate and rate at the invoice time.
    Please guide me how to map this scenario.
    Regards
    Amol

    Hi,
    1.  If you are using ERS, then running MRRL transaction will automatically generate credit memo for your return delivery with movement type 122.
    2.  MIR5 is the one you should look into.
    3.  Take a look into ME80FN report.  Yet, this report does not indicate specifically for movement type 122.  If it is required that this movement type shall be chosen as part of selection parameters, then you should develop your own report.
    4.  There is not any particular difference if you are using movement type 161.  The only difference is that in case of using 161, you will have to raise a new return PO and make necessary GR and IR posting.  However, the disadvantage is that you will lose the track of your original PO (and PO history).
    Cheers,
    HT

  • Link between Payment Terms and Credit Management .

    Hi Friends
                        Where and how does Payment Terms interact with Credit Management ? Is it with Horizon date or open items check ?
    Regards
    Mahesh

    Hi
    Payment terms means the time given to a customer or vendor to pay the value of goods.
    credit management is used to check whether the customer has excedded his credit limit given to him.
    An agreement the company has with its customers or vendors, including:
    Payment period
    Price list
    Total discount in the document
    This information is used to calculate prices for the items; the due
    dates of invoices and the total discount.
    A key functional area of mySAP CRM that provides credit check with use of information about payment history and credit risk analysis.
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • OBYA Settings for Intercompany Customers and Vendors

    Hi SAP folks,
    I have a small question on TC: OBYA
    We have 2 co codes (CC10 & CC20) . We have customer and vendor account with the same number 900CC10 in Co Code CC20 and  customer and vendor account with the same number 900CC20 in Co Code CC10
    The requirement is such that if vendor invoice is posted in CC10 for vendor 900CC20 , then automatically customer invoice should be posted in CC20 for customer 900CC10 and vice-versa. Same logic applies if customer invoice is posted in CC20 for customer 900CC10 , then automatically vendor invoice should be posted in CC10 for vendor 900CC20.
    How should i configure these accounts in TC: OBYA.
    In OBYA....
    Co Code1
    Posted in CC10
    Cleared Against CC20
    Receivable                   Payable
    Debit P.K.                   Credit P.K.
    Acct debit                       Acct credit
    Co Code2
    Posted in CC20
    Cleared Against CC10
    Receivable                   Payable
    Debit P.K.                   Credit P.K.
    Acct debit                       Acct credit
    I shall appreciate if you can guide me. Do we also have to make settings for trading partner in the master data for customers and vendors.

    Hi Sumit,
    i've 2 CoCd INTA and IPW, where IPW as a customer INTA and INTA as a vendor for IPW.
    So IPW make Purchase Order to INTA and INTA make Sales Order to IPW.
    how to set automatic posting in OBYA ?
    Transaction BUV - Clearing between company code
    Posted in            INTA
    Cleared againts  IPW
    Receivable                                          Payable
    Debit Pst Key   ?                                 Credit Pst Key    ?
    Accoun debit   ?                                 Account Credit   ?
    Receiveable  Payable
    Posted in            IPW
    Cleared againts  INTA
    Receivable                                          Payable
    Debit Pst Key   ?                                 Credit Pst Key    ?
    Accoun debit   ?                                 Account Credit   ?
    Best regards,
    Korintus

  • FSCM-COL: Worklist separated by invoices and credit notes

    Hi all,
    We are implementing FSCM-COL and in the u2018Process Receivablesu2019 screen, in the tab "Invoices", there is a split between invoices and credit notes,in two separate lists. The documents are not displayed together!
    As a basic requirement for a collection contact, a single list is required, in order to be possible to sort all open items and enable
    greater efficiency during the customer contact.
    Do you know how this separation is done (by posting key for instance...?) and if we can change this....
    Or this is standard functionality of the worklist ?
    Thanks for your inputs,
    Best Regards,
    Bruno Sousa

    This is standard.
    Credits are normally a different colour.
    The worklist should be used by the team to define what the customers owe's and what they should pay.
    Total overdue - disputed items not resolved = amount to be collected.

  • BEx Report: How to get Inactive Customers from past 2 years

    Hi Gurus,
    Our requirement is to  develop a BEx report to display inactive customers (Customers who does not have any sales from past 2 years)
    We have a Multi-provider which has Invoice Cubes with all transaction data. the Multi provider does not contain Customer master info object, It Contains only Invoice cubes for Euro and North America.
    Now we need to build a report on top of this Multi provider and achieve the inactive customer logic.
    I request anyone who have worked on this kind of report, please help me with this.
    Please note that we are using BI 7.
    Thanks and Regards,
    Rama.

    Thanks all for you replies,
    Rahul, We have Customer infoobject in the invoice cube, but not the customer master data infoobject itself separately.
    So we have to use the customer infoobject included as part of the invoice cubes.
    there is a similar concept called Slow moving Material.. which can be achieved in a similar way..
    There is an example in Sap help portal on this. Not sure how we can do that for Inactive customers..
    Any more ideas welcome.
    Thanks and appreciate all your efforts to contribute to this..
    Regards,
    Rama.

Maybe you are looking for

  • Problem during database creation of 9.2.0 in RedHat 7.3

    hello I installed successful the 9.2.0 release on Linux7.3 RedHat, and I want to create a database. ERROR: ORA-01043: ORACLE not available ORA-27101: shared memory realm does not existI try to start the database: sqlpus /nolog connect / as sysdba sta

  • Why won't Camera Raw "open" my photo in Photoshop?

    Why won't Camera Raw "open" my photo in Photoshop? I open a photo in Camera Raw and when I select "Open" to move it into Photoshop(CS5), nothing happens. What's happening?

  • How is DNotesBal Calculated?

    How is OCRD.DNotesBal calculated relative to vendors? We had an instance where we ordered two items from a vendor and ended up returning one of them. The vendor said to keep the remaining item at no cost because its value was too small to bother with

  • Wrong Last Active Time-stamp (Ref: TA-21165)

    Status: Investigating Affects: Some Users Description:  Some members have recently reported seeing a discrepancy between Last Active Timestamp on Pets and on Profile. We've verified this issue with engineers and they're working to get the problem res

  • Constant outages in different places in key west

    Not only I have seen them but neighbors and buissnesses as well in my area would lose phone, internet and tv services, some reporting how it often goes off at night at random times.  I know they've been working on upgrades and stuff but this has been