List of customers who are not having sales orders

Hi All,
Hi All,
I want to take list of customer numbers which are not having any sales activities(No sales transactions) from required date. Do we have any standard functionalty to find all these kind of customers.
I can get all customer numbers (Sold to party) from KNA1 table, then if we do somuch manual work, then we will be able to find those customers. In that manual work we may do some mistakes, that will not give 100% perfect result. So, we are searching for any standard functionality.
Please let us your views.
Regards
Lakshmikanth

This depends on how "sales" are defined in your organization.
If we are talking about the sales documents (orders, contracts and such - VBAK table), then there is no standard report. The Sold-to customers that do not have any sales documents may be identified by creating a query (SQVI, for example) on table KNA1 with LEFT JOIN on VBAK table by KNA1-KUNNR and VBAK-KUNNR field. (VAKPA table may be used instead of VBAK for better performance, as long as it's being populated in your system.) The KNA1 records that will come out without any VBAK records will be the customers with no sale documents.
If the invoiced (i.e. billed) sales have to be considered, then most likely S_ALR_87012186 suggested above or the same query but with VBRK will work.
Please note that S_ALR_87012186 report uses KNC1 table, which is not updated when a sales document has just been created. I've just tested this report with a new customer with one contract and it came out as having "no sales" and there were no entries in KNC1. I bet this table is updated only when something is posted into Accounting. If this fits your requirements, then, naturaly, this report would be the way to go.

Similar Messages

  • How to find out the customers who are not performed transaction

    Hi Experts,
    My all transactions in my cube and my customer records in my master data now i want to find out the customers how didn't perform transaction..
    can somebody give me idea...
    Thanks
    Kiran Kumar

    Hi,
    possible solution:
    - make IObj customer as infoprovider (RSD1)
    - Create a multiprovider having your cube (your trans data) and your customer master
    - identify cube-customer with iobj-customer
    - create a query on thi multi and filter one of the characteristic of your cube, e.g. document number or calendar day, with # (not assigned)
    - drilldown the customer.
    This will give you all the customers having no fact in your transactional data.
    You can also have your query without the filter; in this case, one of your cube key figure will be 0 (or empty) for those customers...
    hope this helps
    Olivier..

  • I recently bought an iphone 4s from people who are not in the know and restore my iphone .. Now do not be in use for not having ID and password ... Owner apple owner just gave me a serial number how do I want to continue to use this ... Their telephone he

    I recently bought an iphone 4s from people who are not in the know
    and restore my iphone .. Now do not be in use for not having ID and password ... Owner apple owner just gave me a serial number how do I want to continue to use this ... Their telephone help me: (

    I am having same problem . i can not use the phone. my Carrier ROGERS checked the phone its not stolen or lost phone but after restoring always ask for apple ID of previous owner and seller is not responding to any mails or phone if some one can help me out than it will be great.
    thank you

  • Fetching ename who are all having max(sal) in each of job from emp table

    hi all,
    i need a query to fetch all the ename who are all having maximum salary in each job category from emp table
    thankx in advance
    regrds,
    punith

    SQL> select ename,job,sal
      2  from emp
      3  order by job,sal desc;
    ENAME      JOB              SAL
    SCOTT      ANALYST         3000
    FORD       ANALYST         3000
    MILLER     CLERK           1300
    ADAMS      CLERK           1100
    JAMES      CLERK            950
    SMITH      CLERK            800
    JONES      MANAGER         2975
    BLAKE      MANAGER         2850
    CLARK      MANAGER         2450
    KING       PRESIDENT       5000
    ALLEN      SALESMAN        1600
    TURNER     SALESMAN        1500
    WARD       SALESMAN        1250
    MARTIN     SALESMAN        1250
    14 rows selected.
    SQL> select ename,job,sal from emp
      2  where sal in(select distinct max(sal) from emp
      3* group by job)
    SQL> /
    ENAME      JOB              SAL
    FORD       ANALYST         3000
    SCOTT      ANALYST         3000
    MILLER     CLERK           1300
    JONES      MANAGER         2975
    KING       PRESIDENT       5000
    ALLEN      SALESMAN        1600
    6 rows selected.
    SQL>Is this what you need ?

  • Need Webi formula to get list of people who are turning 65 next month

    Hi,
    I am trying to get the list of people who are turning 65 in the next month (not everyone who is 65) in Webi 4.1.  I have the formula to bring everyone who is 65 next month. If any one has any ideas, I really apprecite it.
    Thank you,
    Charvi.

    Hi
    You have variable to calculate people aged 65.
    1.Create same to calculate people aged 64
    2.Create Current month from Current date
       Month(Currentdate())
    then Convert to CurrentmonthNumber
    Then Next Month =Currentmonthnumber+1
    Then Write a variable to capture the month numbers from the date of birth.
    Now as a report filter Write Nextmonthnumber=Date of birth number.
    How it will work:
    If i am running In Feb then people having Date of birth month as 3 will be turning 65 right?
    So currentmonthNumber =2
    NextmonthNumber =Current month +1=3
    Date of birth Month number= Next month

  • How to list of Users who are using Crystal XI application?

    Hi all,
    Thanks for your support provided so far.
    I need to get the list of users who are all using the Crystal XI application. I tried to get this info from the Business Objects Enterprise Applications in CMC but it was not there. Where can I find this information?
    kindly help me.
    Thanks,
    Bhuvan R

    There is not such a portlet available out of the box...
    Have you looked at the code share section?
    If you want to develop yourself, I don't think this is achievable using the IDK (remote interface)
    But It is definitely possible to create such a portlet using the server API (drawback: the portlet has to live where a portal component is installed - WS, automation or Portal)

  • How to list those employees who do not have a certain pay rate type set up

    Hi,
    I'm trying to create a report that lists all employees who DO NOT have a certain pay rate role type set up.  An employee can have multiple pay rate roles - for example: chargeable miles, non-chargeable miles, subsistence, etc.
    I want to identify all those employees who do not have, say, subsistence yet set up.
    I joined the employee table to the employee rates table. The employee_role_id=20 is the particular rate role value that I am interested in. I want to only list those employees who do not have rate of role type 20 set up. That way I can go and set one up for these employees.  At present, I am using selection criteria where employee_role_id=20. This brings back only those employees that have an employee_role_id of 20 setup. I would like to do the inverse but setting <>20 only screens out those roles with value 20 and displays all of the rest of the pay role values for each employee.
    Any help is appreciated.
    thx!
    Mark

    if you are not sure about the linking i suggest to just show all roles associated to all the employees,
    group by employee
    create true/false formula for the role_ids  where ONLY your 20 role is TRUE per employee
    then exclude all false - that should give you only the employees that are missing that particular role.

  • Just wondered if anyone else is experiencing the following problem and knows a solution. I know a few friends who are also having the issue so its obviously something wrong with IOS7.   Basically I have an iphone 4 and upgraded to v7 and most recently v7.

    Just wondered if anyone else is experiencing the following problem and knows a solution. I know a few friends who are also having the issue so its obviously something wrong with IOS7.
    Basically I have an iphone 4 and upgraded to v7 and most recently v7.0.2. When I am on calls the phone started to beep and vibrate and sometimes change the call to speaker. It seems to be that the screen is sometimes active whilst on calls and so my ear is actually pressing the buttons and hitting numbers or changing it to speaker phone. It has also cancelled a call a few times.
    This is extremely annoying and makes every call a worry.
    Any ideas of how to solve this problem?

    I have taken it back to the Apple store genius bar, but they say they don't see anything wrong. Well unless you use it all day and experience the problems when they happen, you wont see anything wrong. But there are lots wrong with it. But this would be the same store as I purchased the phone. And they backed up my old Iphone 4, but were not able to get anything to load back onto my new phone. So, I lost pretty much everything. But over time, some of my contacts have started showing up, although i am still missing over 800 of them.

  • Delivering the crystal formated reports to users who are not defined BO/SAP

    Hi,
    The requirement is to send the crystal formatted report to number of users who are not in BO/SAP System. Can we use the whole dynamic contact list for automated personalization and distribution to people not set up as a user in the system?
    Can we deliver a publication to the users who are not at all defined in the BO system or any SAP system
    its to the users who are all together different vendors who do not have any login.
    Please let me know if this is possible via publication if possible could any one provide me any doc which states the same
    Thanks in Advance,

    Moved to BOE Admin forum.
    I assume you are using a BOE Scheduling options to distribute your reports?
    Check the Scheduling Guide and formats for more info.
    And yes simply send them a DPF file and set up a Group in your e-mail Server, or individual if that works better. More work though.
    Don

  • TS1702 My youtube app is no longer working on my iphone 3. Others, with the same phone, are not having the problem. It works occassionally, but it's unpredictable. I've updated phone software, deleted the app, re-downloaded the app, turned the phone off a

    My youtube app is no longer working on my iphone 3. Others, with the same phone, are not having the problem. It works occassionally, but it's unpredictable. I've updated phone software, deleted the app, re-downloaded the app, turned the phone off and on...nothing.

    You may have debris in your headphone jack blocking the sensor.  Try blowing hard on the jack, and inserting/removing your headphones quickly multiple times to clear it.

  • If I wish to print Contacts as a list how do I get the list to be alphabetized.  All my contacts print but they are not in alpha order.

    Sign out

    If I wish to print Contacts as a list how do I get the list to be alphabetized.  All my contacts print but they are not in alpha order.-cannot find an answer other than use iCloud which did not work.Tried Safari and Firefox.
    What to try?

  • 3 Files are in recovery modes & we are not having any backup, how to recove

    3 Files are in recovery modes & we are not having any backup, how to recover.
    select from v$recover_file;
    FILE# ONLINE ONLINE_ ERROR CHANGE# TIME
    137 ONLINE ONLINE 1.7142E+10 05-MAR-11
    138 ONLINE ONLINE 1.7142E+10 05-MAR-11
    139 ONLINE ONLINE 1.7142E+10 05-MAR-11
    These 3 files are part of tablespace, whcih is having total 26 files
    SQL> select FILE#,TS#,name from v$datafile where TS#=12;
    FILE# TS# NAME
    137 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_00.dbf
    138 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_01.dbf
    139 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_02.dbf
    140 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_03.dbf
    141 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_04.dbf
    142 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_05.dbf
    177 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_06.dbf
    178 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_07.dbf
    179 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_08.dbf
    180 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_09.dbf
    181 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_10.dbf
    182 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_11.dbf
    183 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_12.dbf
    184 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_13.dbf
    185 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_14.dbf
    186 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_15.dbf
    187 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_16.dbf
    188 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_17.dbf
    189 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_18.dbf
    190 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_19.dbf
    192 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_20.dbf
    195 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_21.dbf
    196 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_22.dbf
    200 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_23.dbf
    257 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_24.dbf
    258 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_25.dbf
    260 12 /dbo/data/IBPROD/IBPROD_TDB_IDX_26.dbf
    Pls treat it urgent.

    Pls treat it urgent. If it's urgent , open a priority 1 service request on My Oracle Support/metalink.
    If it's not so urgent, set the datafiles to OFFLINE, so you can open the database.
    Without backup you only can recover if you have ALL archivelogs since creation of the files. Normally that's rarely the case.
    Werner

  • PI Export(PI_INRUN) - picking up few extra employees who are not suppose to

    Hi,
    PI Export - ADDL_PAY_DATA Data Export through PI Export.
    I am exporting ADDL_PAY_DATA Data through PI Export Process for earning codes defined in Definition Table.
    PI Process picking up few extra employees in export file who are not suppose to be in export file.
    Export File has following fields.
    Company - From Custom View based on JOB
    Branch - From Custom View based on JOB
    Department (RC) - From Custom View based on JOB
    Empl ID - From ADDL_PAY_DATA
    REGALLOW - From ADDL_PAY_DATA for Earning Code
    AUTOALLOW - From ADDL_PAY_DATA for Earning Code
    LIEU BEN - From ADDL_PAY_DATA for Earning Code
    NON TAX - From ADDL_PAY_DATA for Earning Code
    Thanks in advance for your help.
    Regards,
    Shanti Nagulapalli.

    bnjr86 wrote:  There have been times when I've walked in there, that I really don't want to deal with VZW anymore and just take my business elsewhere.
    I  wonder if another provider would really be much different?  Read some of the other carrier forums - seems to be the same story everywhere.
    I'm not disagreeing with you - I've found that I am usually more informed about Verizon policies and procedures than some of the reps in our local store.

  • Filter recipients who are not in the Directory and smtp connectors for anothers mail systems organisations

    Hello,
    The cusomer have exchange 2003/2010 in the same organisation for the forest @domain1.fr (main organisation exchange). all users in the same forest use smtp address @domain1.fr
    This Exchange organisation is used as a rely for others branch. I mean that, they have multiples smtp connectors for another internal messaging organisation (postfix, exchange, exim....).
    When a external mail sent to @toto.fr (internal or accepted smtp domain), it sent to the main organisation exchange (@domain1.fr) to be relayed for @toto.fr smtp server.
    we want to filter the recipients in the main organisation exchange(only for @domain1.fr) by enable "Filter recipients who are not in the Directory" in global setting. we wonder if there is an impact for relying the mails to others accepted domain
    because the recipients doesn't exist in the forest @domain1.fr.
    is there a workaround ?
    Regards

    Hi,
    "Filter recipients who are not in the Directory".
    Do you mean the "Block messages sent to recipients that do not exist in the directory"?
    This will impact the whole Organisation.
    More details to see:
    http://technet.microsoft.com/en-us/library/aa995993(v=exchg.141).aspx
    Please correct me if there is any misunderstanding.
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • How can I Registere people who are not Registered  with iMessage ?!

    How can I Registere people who are not Registered  with iMessage ?!? :(

    If they have a Mac or Apple iDevice, call them or email them and tell them to activate iMessage.
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    For non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
     Cheers, Tom

Maybe you are looking for

  • Wireless Keyboard Shortcut for Home Key

    I have the wireless keyboard w/o the keypad which I use with my Mini. On my MBP, the fn-Up Arrow key combination functions as the Home key on keyboards with the built-in keypad. This shortcut doesn't work on the wireless keyboard. Do I have to define

  • Error Message in Query Filter on attribute of 0MATERIAL filters charac.

    Hi All, i have a query with few variables , i used navigational attributes of 0material...... I am getting the below Warning Message...  Ineed to supress the below Error Message.... Please let me know the solution... Error Message: Filter on attribut

  • How to unload an SWF

    Hi All, I have a problem working with SWFLaoder, I have loaded one SWF(child) file inside another SWF(Parent) using an SWFLoader.Now I have a "Back" button in second SWF(Child) on click of that button i have to unload the current SWF(child) and and m

  • Connect to camera

    Lightroom is not recognizing that I have my camera connected and I am not able to import my photos.  I am on a macbook and a nikon D800.  How do I fix this?  I've rebooted, turned camera on and off, plugged and unplugged the USB cord, checked for lat

  • Display success message in same page when submit button is clicked

    I have a jsp page, where i use a form to submit data into my database.when submit button is clicked, i am able to display "Data entered Successfully" in a different page. But i want to display the message in the same jsp page. what do i do? PS :- i h