How to handle the One-Time Customer Process (Customizations - Master Datas)

How can we handle the processes of one time customers (for example sales from a store without a warranty process fort he products)? Iu2019m planning of creating a different sales document type and use a single customer number for all of the documents created. On the other hand SAP has a solution for the one-time customers but I donu2019t know its details. Can anybody explain me the standard one-time customer process of SAP (the needed customizations and the master datas to be created)?
Thanks in advance for the answers....

Hi..
the one-time customer is an account group (CPDA) that is used for "walk-in" or "cash" buyers. although this account group can be used for regular sales orders, this is intended to be used with the Cash Sales type of sales documents, where no accounts receivable is created. you also need the one-time customer as a "dummy" and avoid creating many customer masters for buyers who may only do one transaction with your company.
when you use the one-time customer account group in the Cash Sales order, you enter the one-time customer number in the sold-to party field. the system will then prompt you to enter the actual name (and address) of the buyer. you can have the option of generating SD reports with the real names of the customers.
you create the one-time customer the same way you do with the regular Sold-to party. there are some differences, in the sense that this is a "dummy" account. you do XD01 or VD01 to create the account, choosing account group CPDA. you also make entries in the sales areas.
Regds
MM

Similar Messages

  • How to avoid the long time consuming process of settlement on periodic basi

    For investment Project(purpose of capitalisation) related expenses We would like to show it  Directly in Balance Sheet rather than P/L  A/C.Whether it is feasible or not?as per one of consultant it will be first hit the p/L and after settlement it will only be shown in B/Sheet.So how to avoid the long time consuming process of settlement on periodic basis.

    Hi, could you write down an example? And what you mean by investment project-is this an WBS?

  • How to identify a One time Customer in Oracle Apps AR

    Hello,
    How to identify a One time Customer In Oracle APps AR?
    Is it possible to find out how many number of transactions a Customer does so that, if the number of transactions is 1, then that customer is a one time customer. or else he is not?
    Thank you
    Bob

    Hi Bob,
    to my knowledge, i cannot recollect a seeded report from oracle that could meet your requirement. You can try running the Transaction Register report from your Go live date till now, so that system would generate a list of all the Invoices along with the Customer Name, then you could export this to excel and perform a sort, filter and groupby to get the desired result ....
    However if you are a person with technical expertise, check the table RA_CUSTOMER_TRX_ALL this stores all the transaction related information ..... you can select TRX_NUMBER, BILL_TO_CUSTOMER_ID from this table and perform a count by customer...(I am not sure on the syntax and usage of sql functions) you can get the desired results ...
    Also in future, while creating a new customer if you know well in advance that this customer is going to be an ONE TIME CUSTOMER, there you could capture that information in any unused field on the customer configuration or can enable a DFF and capture this information, so it becomes very easy to identify such customers or have a report built based on it...
    I assume there is an objecive behind trying to find One time customers or customers with a single transaction history ... are you planning to disable/end date/inactivate such customers ....?
    Regards,
    Ivruksha

  • How long is the life time of process scope variable ?

    Hi All,
    How long is the life time of process scope variable befoer it expires ?
    Is it the same with the life time of session scope ?
    How can we set the value in OAS when deployment ?
    Thank you,
    xtanto

    Hi,
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/devguide/communicatingBetweenPages.html
    " Finally, processScope never empties itself; the only way to clear processScope is to manually force it to clear:
    AdfFacesContext afContext = AdfFacesContext.getCurrentInstance();
    afContext.getProcessScope().clear();
    Otherwise the variable lives for the duration of the window process. The referenced document above also shows how to set a variable to process scope
    Frank

  • How to delete the sales org information from BP Master Data in SAP CRM 5.0

    Hi Guruu2019s
    How to delete the sales org information from BP Master Data in SAP CRM 5.0
    Thanks...
    Mahesh Pasupunuri

    Hello
    There is a report attached to [SAP Note 725857|https://service.sap.com/sap/support/notes/725857] that performs the deletion.
    Regards
    Joaquin

  • IDOCS: One time customer Processing Issue with TRMTYP

    Hi Gurus,
    We are working on the process of Transfer of Location Master from SAP ECC 6.0  to Third Party TMS  and we are facing the following problems: While transmitting One Time Customer:
    In case of one time customer Account group used are CPD and CPDA. And when we send  TPSLOC01 IDOC the TRMTYP has to be OC but it is taking by default CU.
    As per my understanding:
    Customer one time or regular is determined based on Account Group.
    Please guide us on the same to get OC instead of CU in case of one time customer location transfer.
    Thanks&Regards
    Sreekanth

    Hi All,
    I am closing this as there are no updates on this.
    Thanks a lot.
    Sreekanth

  • How to handle 2 semanticaly different characters with same master-data?

    Hi specialists,
    I've got a little moddeling problem - here's the szenario:
    I've got a cube with a dimension "Customer".
    This dimension shall have the following characteristics
    - CustomerNumber (0Customer),
    - Region_Cust (0Region (or reference of 0Region))
    - Country_Cust (0Country (or reference of 0Country))
    - Region_ShippedTo (ZRegion (=Reference of 0Region))
    - Country_ShippedTo (ZRegion (=Reference of 0Region))
    (The mentioned Info-Objects are just a proposal)
    The regions need to be in the cube (for historical correctness) - (Display-)Attributes won't help.
    The hatch: 0Region has a compound with 0Country. There seems to be no way to tell Region_ShippedTo to use ZRegion for the compound.
    Let's say a customer has it's headquarter in Germany(Region: Berlin) - while the product is shipped to the brance in France(Region: Ile-de-France). Imho this is currently not modellable.
    So how can one implement that (not that artificial) szenario without beeing forced to dublicate and keep synchronized the 0Country-InfoObject and all of its master-data? Master-Data should imho follow the idea of beeing centralized - it should be useable for the customer country/region as well as for the shipped-to country/region.
    Could you please gimme a hint how to solute that problem?

    I see - you're absolutely right! - Thanks!
    Unfortunately the time-dependance is just the half job.
    I fear I've to modify my szenario for making my problem clear:
    Customer (with region_customer and country_customer) orders a product which might need to be shipped to a different region/county for every new order. (Simple example: Customer often orders flowers at flowershop.net - which need to be shipped to an always different ship-to region/country ).
    In that case I certainly can't store the ship-to region/country in the customer's master-data, can I?
    But I need them for futher analyze. In this case I need to add them to the cube - and it needs to be navigation-enabled. (region_shippedTo, country_shipedTo)
    Now I want to report all customers from France together with all regions where the product was shipped-to.
    Is that possible? Can I set a filter for country_customer (=0Country) without filtering the shipped-to regions (which are references of 0Region, which has a compound-key with 0Country) at the same moment? Will the report still show me the flowers shipped to Berlin?
    Hope I could clearify my question a bit!?

  • How to delete the duplicate email address in BP master data

    Hi,
    When  you get an email ids from the third party vendor and you are loading into CRM BP master data.  how to delete the duplicate email address already exits in the system.  In CRM you can create the same BP with different id.   I would like to know how to delete the email address during importing email addresses from the third party tool.
    During the campaign you are sending email to all your customers, when the customer want to unsubscibe the email address from your list, how to unsubcribe the email address and how to updat the BP master data. 
    If you are sending the email to customer, you are using html or simple text, if the customer wants only html or simple text, how you to specify in the system?
    thanks,
    arul

    Hello Arul,
    welcome to the SDN CRM Development forum.
    1. I think you should clear the data with duplicate E-Mail adresses in the external tool.
    2. Unsubscription could be done by a Marketing Attribute which could be set by using a Target Group which is created by Campaign Automation. Have a look at this Toppic. There is also a Best Practice avaliable at http://help.sap.com/bp_crmv340/CRM_DE/index.htm.
    3. Also HTML or Simple text can be mained in a Marketing Attribute. You have to use different Mail Forms to which are sent to different Target groups.
    Regards
    Gregor

  • How to cusotmize the attribute of being mandatory for master data and order

    Hi,everyone
    how to make the  un-mandatory field on the verdor master data mandatory?
    Also, How  to set to define my own mandatory fields on  purchase order?   I also need to remove the mandatory setting which is pre-set by the system on many docutments&master data.
    How to fullfil them.
    thank very much

    hi
    for vendor master
    spro>Logistics - General>Business Partner>Vendor>Control>Define Account Groups and Field Selection (Vendor)
    or code  OMSG
    material master 
    OMSR
    Purchase Order
    Go to SPRO > MM > Purchasing > Purchase Order > Define Document Types > here get the Field selection key for the PO Doc type
    Now go to SPRO > MM > Purchasing > Purchase Order > Define Screen Layout at Document Level > Here the field selection key, under selection group "GR/IR control", mark "GR-based invoice verification" field as mandatory
    hope it help
    try asking the questions one by one
    regards
    kunal

  • How to find the number of entries in a master data table

    Hi Experts,
    I am trying to find the entries in 0CUSTOMER master data.
    BW>LISTCUBE>Data target: 0CUSTOMER and selected the fields that I need.
    I would like to know how to find the "number of entrees". I tried to run the SUM for a count field, but it is taking forever as there are huge number of records .

    Hi Dev,
    Go to the change/display mode of the info object (0CUSTOMER) in your case. Go to the Master data/Text tab. Here you will find the master data tables according to your settings (P orQ or X or Y). Double click on the table name and it will take you to the SE11 display. From there, you can check the number of records as you do in any transparent table.
    Hope this helps.
    Thanks and Regards
    Subray Hegde

  • How to update the New Depreciation Area in Asset Master Data

    Hi,
    Please guide me
    How to update the New Depreciation Area in the Asset Master Data.
    Regards
    Srinivas

    Hi,
    a) The procedure is as follows:
    1. Create Depreciation area via OADB.                                                                               
    2. Activate Depreciation area via OAYZ.                                                                               
    3. Automatic opening of new depreciation are via AFBN and program  
       RAFABNEW :                                                                               
    3.1     Indicator: Leave values initial = not ticked.           
               Do not set this indicator if you want the system        
               to copy the values from depreciation area 01.                                                                               
    3.2     Indicator: Leave values initial = ticked.               
               Set this indicator if you want to open the newly created
               depreciation area without any values i.e. blank.                                                                               
    4. Recalculate depreciation via AFAR and program RAAFAR00.   
    b) Helpful notes:
    430618 (Procedure for setting up new depreciation area)                           
    301113 (Restrictions of RAFABNEW)                                                 
    421549  (RAFABNEW: Error with closed fiscal years)
    c) A documenttation you find if you enter RAFABNEW in SE38 and press the butto "documentation"
    regards Bernhard

  • How to configure one time customer

    Dear Friends,
    Please guide me how to configure one time custoemer in 6.0 version.
    Regards,
    Sreehari
    Message was edited by:
            Sreehari Kondapalli
    Message was edited by:
            Sreehari Kondapalli

    Hi Prashant,
    Can you please tell me the one time customer aslo requies the same settings what we do for regular customers in configuration or it requires some different settings.
    Regards,
    Sreehari

  • Show information of one-time customer in Cover letter

    Hi Experts,
    Here is my situation, I used one-time customer to create oders, when a widow that require the detail of the customer poped up, I entered some information(city,street, etc) of the customer.
    When I generate automatic report shipping, in the cover letter, I found the infor I entered during creating orders did not shown, instead, the infor showed in the cover still use infor that stored in customer master table KNA1.
    I checked the cover sheet template in CG4B and found the part where show address infor of the customer is defined by report symbols, and the function module that controll the logic of the report symbol is getting record from table KNA1, I want to change the logic of the FM, but do not know how I could get the document number of the order that I created.
    Could you please help me with this?
    How could I make the infor of the customer that I entered when creating order be shown in the cover letter?
    Many thanks for all your help!
    Anna

    Hello Anna
    to my knowlegde it is not possilbe to use "one time customers" in EH&S in the context of the report shipment process. As an alternative you can create the "one time customer" as a report reciepient in EH&S and dsitribute the reoprt manually.
    You can use to my knowledge only these adddress types:
    ·        Customer (business partner, customer, company)
    ·        Office user of the SAP system
    ·        Report recipient
    To my knowlege the main reason is that the subsequent shipment is done with  the "unnique id" of a business partner; and it is assumed that this business partner does have always the same adress. To my knowldge the whole report shipment process uses this unique ID and the "unique" adress
    The "one time customer" does not have a "unique adress". It has only a unique business partner ID.
    In the area of DG managment you can use "one time material" regarding DG classification etc.
    With best regards
    C.B.
    PS: may be you can do something by doing a review of the function module as mentioned; may be you can try to configure the system in such a way that the report will be distributed the first time but my assumption is that you will not manage the subsequent process.
    Edited by: Christoph Bergemann on Jun 10, 2010 9:45 PM

  • One-time customer with ERP Sales Order

    Hello experts,
    I am working with ERP Sales Order on SAP CRM 7.0 Ehp3.
    We have a requirement to start using 'one-time customer' process. I know there is a standard account groupd (CPD) on ECC side for this purporse.
    We would like to enter a sales order for occasional customers, without saving the customer in the master data table.
    I would like to have an occasional customer (example nº 1000 which should work like a CPD). I need to enter a sales order for this customer nº 1000, and once I enter nº 1000 on the BP number field, it should bring a Pop-up in order to enter the customer's information (address).
    This is working when I create the order via VA01 on ECC side, but the pop-up is not shown when I try to create the order on CRM via erp sales order.
    Any suggestions on how to make one-time customer work on ERP sales order? And how to make the pop-up work?
    Thanks in advance!
    Luis

    Thanks a lot, Rene! I have just read this SAP note and confirmed your information.
    Do you know of any workaround or development that could be done for this scenario using ERP sales order?
    If not, I will suggest using transaction launcher and create this type of order for the one-time customer directly in VA01.
    Once again, thanks for replying!
    Luis.

  • Training & Event Management - Billing - One Time customer

    Hi All,
    Would anybody be able to help us with the below scenarios, Thanks in advance for the help.
    1. How do, I do Billing in Training & event management?
    2. Can we have more than 1 one time customer for different departments in training & event management. if yes, what would be the process?
    3. Integration table _T77S0,_ have only 1 one time customer as integration between training & event management and sales & distribution, but if we assign different one time customer at Attendee level, there is a confilict, how we can assing different one time customer for different attendees( say department wise)?
    Thanking you.

    Hi,
    One time customer itself means that there is no regular transactions with this customer, so that is why a generic account is created for such customer and the transaction for various one time customers posted with such generic account.
    The credit check is not relevant to the one time customer.
    Regards,
    Gaurav

Maybe you are looking for

  • Can give another developer access to my MUSE documents?

    Hi, I made several products in MUSE lately as a kind of prototyping for testing and descionmaking at a publishing house in Norway. Now the website design has to be mapped to a publishing system for a product line. Ofcourse I can make the HTML export

  • Share Mac monitor with PC tower?

    A friend is offering to give us a PC computer (used, but still good), and I was wondering if I could set up the PC tower alongside my Power Mac G5 tower and somehow share the mac monitor that I already have.  Any ideas?  Not savvy in this area, so no

  • Best file format for 8mm home movie conversion

    Hi there, I'm about to get some old 'standard' 8mm home movies from the 60s & 70s converted to DVD as a Christmas gift for my mum. The transfer company will also supply the footage as files to view/edit on my mac at a later date. I'm a complete iMovi

  • Unable to activate the photoshop elements 9

    can't log on.  put in my  password and it comes up: Photoshop is currently unavailable . try again later check ur network error 400.  also one time it told my i had this on two computer with this loaded in it.  as i told the last person,   i had it o

  • Pictures from Nokia 6230i

    I have only owned this phone for a few days but am delighted with it apart from the fact that I cannot download any photos. I had no trouble with a previous Nokia but with this one I either get an Error message or a refer to Microsoft message. Can an