Sales person assigned to an account?

On which screen of the WEB UI can i see a sales person assigned to an account?

Hello!
Within the Account Overview Page there is the Assignment Block u201CRelationshipsu201D. Here all Employees related to this Account are listed here with the Relationship u201CHas the Employee Responsibleu201D.
In addition the u201CMainu201D Employee Responsible is visible in the Header of the Account Overview Page directly.
The main Employee Responsible is also visible directly in the Account Search-Result-List.
Within the Employee Overview Page you can see the other direction of the Relationship. Here the Relationship is u201CIs the Employee Responsible Foru201D.
Best regards
Arno

Similar Messages

  • "Sales Person" updated as "Associated Account" owner

    Hello,
    I have some doubts on "Sales Team" field present on the lead
    When a user tries to update "Associated Account" on lead, field "Sales Person" is updated with Account owner name even though we already have populated "Sales Person" with other value.
    Steps to reproduce:
    Create a new Lead, update the "Sales Person" with a valid user. When users tries to update the same lead for "Associated Account" then it overwrites the information on "Sales Team" with Account Owner. Please let me know if this is the standard functionality or is a issue in the system.
    (While creating the lead users normally don't populate "Associated Account" value but populates the "Sales Person")
    Thanks
    DK

    Edmund,
    The behavior you describe is different from what DK is referring to.
    What you're describing is the lead-conversion behavior when a NEW account is created as part of that lead-conversion. This can be adjusted in the lead-conversion-mapping settings in the Admin-section.
    What DK is describing is CRM's behavior when the "Associated Account" field is populated with an EXISTING account reference when a lead is created or edited. When the "Associated Account" is populated, CRM overwrites the value that already exists in that field with the owner of the account.
    Not only is this not documented by Oracle anywhere that I can find, this is also NOT expected behavior.
    It's behavior that is invalidating our data and requiring us to go outside of the CRM tool to make things work they way we need them to. Unfortunately, this is just another example of poor database-design resulting in unpredictable behavior that conflicts with our business-needs. We seem to encounter these on a weekly-basis.
    Thank you Ben - for logging the Enhancement Request.

  • Change the Profit Center in Sales Order line item's Account assignment tab

    Hi Gurus,
    I need to change the Profit Center at Sales order Line item in Account Assignment Tab. Currently  The Profit center is coming from Material Master for the Line Item's Material as default but I have to change / overwrite  that.
    Can any body provide me how can i achive that means
    Any User exits, substitution or any thing ?
    I tried MV45AFZZ but i am not able to find out the right place where I can change COBL-PRCTR.
    Sony

    Hi
    There is perform which moves the values to VBAP field.
    This PRCTR field is stored in VBAP (i.e., SO line item table)
    USEREXIT_MOVE_FIELD_TO_VBAP
    Hope it works.
    VVR

  • Assign Sales Office to a GL Account and Profit Centre

    Where do I assign a Sales Office to a GL Account and Profit Centre.

    Currently a when we create a sales document for a plant, that document is posting to a specific GL account  (Cash on Hand account) and profit centre. In VKOA, the Account Assignment Group is assignment to a GL Account, and that AAG is assigned to the material master. I want to find out how SAP is currently determining to which profit centre and GL Account it is posting to. The only thing that I can get is the Plant and sales office in the Sales document. I want to know the determination factor.

  • OV77 Assign g/l account for cash sale only

    Dear FI Experts very good mng
    i am sd consuultant I know VKOA Account determination Process but OV77 Also Assign G/L Account For cash sales only
    i thing For cash sale also we can maintaine Account Determination proceduere we can use VKOA But i want to know any special thing is there For OVKK ?
    Thanks a lot
    Plz forgive me if it is basic question

    Hi,
    Please check whether below thread is useful to you
    Cash Sales Process & Accounting Entries
    Regards,
    Tejas

  • Sales Accounting by sales Person

    Dear all,
    Please give me a solution for how to calculate Sales Accounting /sale by sales Person indivually.
    Thanks & Regards
    Amit Karalkar

    Hi,
    Implement partner function Employee responsible/Sales Employee in customer master,
    OR
    Implement partner function Employee responsible/Sales Employee in Sales Document (Header Level).
    Create personel number in HR with help of HR Consultant
    Create sales order,include partner function Employee responsible/Sales Employee - Speciefy personel number (at header level).
    Now go to t-code VA05N
    Speciefy Partner Functions Responsible or Personnel Number Responsible and execute,
    you will get personel wise sales.
    kapil

  • I purchased mac book pro in China Shenzen and at that moment the sales person put my details of china,but i recide in india i want to change my account details but cannot change,pls suggest how can i do this changes.

    PurchasedMac Book pro From Shenzen China and at that moment the sales person inserted my account details for china but i leave in Pune India and like to change my details for india.Question is how can i do this.

    What needs to be changed? Most details such as Date & Time can be set in System Preferences.

  • I need to delete this apple id from my phone ******* when i bought my iphone 5s the sales person set the id and password iforgot the password and reset my account with different id

    how to change icloud id password My id is ********. in icloud shows ******* that was my id given by the sales person my original id was
    <Email Edited by Host>

    I don`t remember the password for ramonarredondo672icloud.com

  • Contact Person for One Time Account Customer?

    We have set up a One Time Account Customer for use in Sales Orders, using a separate Account Group to normal customers. However when creating our sales orders, we normally put in the customer contact person in the partner tab, having created the contacts in VAP1. I have tried creating a test contact for the OTA (just something like Accounts), and it will not allow me for the Account Group OTA. How do I correct this?

    In the partner determination procedure assigned to this new Account Group (One Time Customer) please make sure to add the partner function Contact Person.
    I think for Sales header Partner determination procedure you already have the Partner function :Contact Person added.
    Regards
    Sai

  • Block customer sales order for other sales persons

    Hi all
    Could some one tell me how is it possible to block the sales documents created by one sales person from not being accessed by other sales person.
    In my case, we r having sales person dedicated to a customer nad when ever he wants to access a document, he should not be able to go into others documents not even in the display mode.
    Requirement quite urgent. points assured for helpful answer.
    Sailendra

    Hi,
    There is no exit name for field exit.Go to se38 run program RSMODPRF.
    Here you will have to create the field exit for the required field.
    Consult your ABAPer,he will do the rest
    Few more info for you:)
    Short text
    Field Exits for Data Elements
    Description
    Maintenance transaction for creating and activating field exits
    As part of the extension concept, SAP allows you to install a field exit for each screen field. Similar to the conversion exit, the system branches at the field exit at DCI (DATA COMMUNICATIONS INPUT) to a function module, if the field is an input field and a function code was triggered. The function module must adhere to the following naming convention:
    Prefix: FIELD_EXIT_
    Infix:  <Data element name>
    Suffix: _0 to _9 (optional), _A to _Z
    The interface is automatically generated during the creation of the function module, and has 2 parameters:
    Import parameter:  INPUT
    Export parameter:  OUTPUT
    After a function code has been triggered the contents of the field are made available to the FB via the "INPUT" import parameter. You can edit this and, when changed, make it available to the ABAP/4 processor in "OUTPUT". The input field contents are usually passed on: you can simply write OUTPUT = INPUT.
    If, e.g., you have activated the field exit for the data element 'PROGRAM', then the fields of all the screens, which refer to the data element 'PROGRAM', branch to the function module FIELD_EXIT_PROGRAM. This includes the field 'Program' of the initial screen SAPMS38M0100 in transaction SE38, for example.
    If you do not want the function module to be accessed from all screens, assign particular screens to the data element PROGRAM. By allocating an exit number, it is also possible to branch to other function modules with the corresponding suffix _0 ... _Z.
    Example: You have assigned screen SAPMS38M0100 and exit number 5 to data element 'PROGRAM'. The corresponding field on SAPMS38M0100 branches to FIELD_EXIT_PROGRAMM_5.
    As soon as you activate an exit, the corresponding screens are invalidated.
    Note: Field exits are only taken into account during screen generation if the parameter  abap/fieldexit = 'YES' is set in the system profile.
    Requirements
    Set the profile parameter  abap/fieldexit = 'YES' before system start.
    Limitations
    The following ABAP statements are not allowed in the function modules of field exits:
         BREAK-POINT,
         CALL SCREEN, CALL DIALOG, CALL TRANSACTION, SUBMIT,
         COMMIT WORK, ROLLBACK WORK,
         COMMUNICATION RECEIVE,
         EXIT FROM STEP-LOOP,
         MESSAGE I, MESSAGE W.
    Note:
    Field exits cannot be edited with the debugger.
    You should not use any external Performs in field exits. The ABAP processor shares the table work areas of externally called programs with those of the first caller. This could lead to errors at field exits that can hardly be analyzed, as field exits are sometimes slipped into the flow of the program at unforeseen events.
    Questions and answers on field exits
    1. A field exit was created with the CMOD and activated, but it does not get executed when the screen is called.
    Since the field exit is not executed until DCI, some action must occur in the screen (e.g. press Return, saving....).
    Set the abap/fieldexit profile parameter to YES and start the system again.
    After the FIELD_EXIT... function module has been activated and the field exit has been activated, the transaction in whose screen the field exit is to be executed must be terminated. The screen is not generated until it is called.
    Do not work on different application servers, otherwise there may be a delay before the field exit becomes active.
    The profile parameter must be set either on all application servers or on none.
    If the field exit is to be active in certain screens only, then you should check whether you have selected the correct program and the correct screen number (Careful with SUBSCREENS Do not rely on the F1 information for the field!
    2. How does setting abap/fieldexit affect the performance?
    If a screen is generated and the profile parameter is set, then the system checks in 2 tables (TDDIR, TDDIRS) to see whether a field exit has to be generated for the field. In practice the screen load after a Put is not generated until the screen is called. The user will not experience a noticeable delay, since screen generation is extremely fast.
    3. Can the contents of other screen fields be read in a field exit?
    In principle all fields can be copied to global variables in the TOP or the function group. However, since the order in which the field exits are called is not guaranteed, this possibility should not be used.
    4. How does the field exit work in step-loop fields?
    After data input to DCI the field exit will be called as many times as fields are visible on the step-loop. The SY-STEPL system variable is incremented each time. If a new value is assigned to be field, then it will be visible in the module between LOOP. ENDLOOP. This module will also be called as many times as there are visible step-loop lines.
    5. Can field exits be debugged?
    No. Field exits have to be tested in isolation in the development environment. To analyze problems that occur only in the screen environment, the relevant variables can be written to the file system using TRANSFER... and can be analyzed there.
    6. What should one do if the field contents are not getting transported to ABAP/4?
    Check whether you have assigned a value to the OUTPUT field.
    7. When does the field exit get called in the case that there is a conversion exit attached to the data element?
    The field exit will be called after the conversion exit. This means that the INPUT field contains the data in the same form as that in which the ABAP/4 program also gets them.
    Reward points if useful
    Regards,
    Amrish Purohit

  • Sales Person and Sales Commission without HR Module

    Hi,
    Can anyone explain me the customisation and process for sales person commission.
    Mahi

    Use T code <b>VPE1</b>. and create . hiring event.. mini
    master... create sales representatives
    Sales employee without HR
    <b>For Commission </b>
    1) Establish Partner Functions for the Commissionee(s)
    Menu Path: TOOLS ->; BUSINESS ENGINEER ->; CUSTOMIZING ->; SALES AND DISTRIBUTION ->; BASIC FUNCTIONS ->; PARTNER DETERMINATION ->; DEFINE PARTNER FUNCTIONS
    Transaction Code: VOPA
    2) Assign the Partner Functions to Partner Procedures
    Menu Path: TOOLS ->; BUSINESS ENGINEER ->; CUSTOMIZING ->; SALES AND DISTRIBUTION ->; BASIC FUNCTIONS ->; PARTNER DETERMINATION ->; DEFINE PARTNER FUNCTIONS
    Transaction Code: VOPA
    3) Create a Partner Procedure for the Commissionees
    Menu Path: TOOLS ->; BUSINESS ENGINEER ->; CUSTOMIZING ->; SALES AND DISTRIBUTION ->; BASIC FUNCTIONS ->; PARTNER DETERMINATION ->; DEFINE PARTNER FUNCTIONS
    Transaction Code: VOPA
    4) Create New Customer Account Group(s) for Commission Agents
    Menu Path: TOOLS ->; BUSINESS ENGINEER ->; CUSTOMIZING ->; LOGISTICS GENERAL ->; LOGISTICS BASIC DATA: BUSINESS PARTNERS ->; CUSTOMERS ->; CONTROL ->; DEFINE ACCOUNT GROUPS AND FIELD SELECTION FOR CUSTOMER
    Transaction Code: OVT0
    5) Assign the Partner Functions to the Customer Account Group(s)
    Menu Path: TOOLS ->; BUSINESS ENGINEER ->; CUSTOMIZING ->; SALES AND DISTRIBUTION ->; BASIC FUNCTIONS ->; PARTNER DETERMINATION ->; DEFINE PARTNER FUNCTIONS ->; GOTO ->; PARTNER FUNCTIONS ->; ENVIRONMENT ->; ACCOUNT GROUP ASSIGNMENT
    Transaction Code: VOPA
    6) Assign the Partner Functions to the Partner Procedure for the Sales Document Header
    Menu Path: Tools ->; Business Engineer ->; Customizing ->; Sales and Distribution ->; Basic Functions ->; Partner Determination ->; Define Partner Functions
    Transaction Code: VOPA
    7) Assign the Partner Functions to the Partner Procedure for the Sales Document Item (OPTIONAL)
    Menu Path: TOOLS ->; BUSINESS ENGINEER ->; CUSTOMIZING ->; SALES AND DISTRIBUTION ->; BASIC FUNCTIONS ->; PARTNER DETERMINATION ->; DEFINE PARTNER FUNCTIONS
    Transaction Code: VOPA
    8) Edit the Pricing Communication Structure (KOMKAZ) to Hold the New Functions (Client Independent)
    Menu Path: Menu Path: TOOLS ->; ABAP WORKBENCH ->; DEVELOPMENT ->; DICTIONARY
    Transaction Code: SE11
    9) Edit MV45AFZZ – userexit_pricing_prepare_tkomk (Client Independent)
    Menu Path: TOOLS ->; ABAP WORKBENCH ->; DEVELOPMENT ->; ABAP EDITOR
    Transaction Code: SE38
    10) Edit RV60AFZZ - userexit_pricing_prepare_tkomk (Client Independent)
    Menu Path: TOOLS ->; ABAP WORKBENCH ->; DEVELOPMENT ->; ABAP EDITOR
    Transaction Code: SE38
    11) Edit MV45AFZB - userexit_new_pricing_vbkd changing new_pricing (Client Independent)
    Menu Path: TOOLS ->; ABAP WORKBENCH ->; DEVELOPMENT ->; ABAP EDITOR
    Transaction Code: SE38
    The following code should be inserted into program MV45AFZZ to allow the system to re-execute pricing if the user makes a change to the relevant partner function (alteration, addition, deletion).
    13) Add the KOMKAZ Fields to the Pricing Field Catalog (Client Independent)
    Menu Path: TOOLS ->; BUSINESS ENGINEER ->; CUSTOMIZING ->; SALES AND DISTRIBUTION ->; BASIC FUNCTIONS ->; PRICING ->; PRICING CONTROL ->; DEFINE ACCESS SEQUENCES ->; MAINTAIN ACCESS SEQUENCES
    Transaction Code: OV24
    14) Create Condition Tables (Client Independent)
    Menu Path: TOOLS ->; BUSINESS ENGINEER ->; CUSTOMIZING ->; SALES AND DISTRIBUTION ->; BASIC FUNCTIONS ->; PRICING ->; PRICING CONTROL ->; DEFINE ACCESS SEQUENCES ->; MAINTAIN ACCESS SEQUENCES
    Transaction Code: V/03
    15) Create an access sequence containing the new tables (Client Independent)
    Menu Path: TOOLS ->; BUSINESS ENGINEER ->; CUSTOMIZING ->; SALES AND DISTRIBUTION ->; BASIC FUNCTIONS ->; PRICING ->; PRICING CONTROL ->; DEFINE ACCESS SEQUENCES ->; MAINTAIN ACCESS SEQUENCES
    Transaction Code: V/07
    16) Create a new condition type
    Menu Path: TOOLS ->; BUSINESS ENGINEER ->; CUSTOMIZING ->; SALES AND DISTRIBUTION ->; BASIC FUNCTIONS ->; PRICING ->; PRICING CONTROL ->; DEFINE CONDITION TYPES ->; MAINTAIN CONDITION TYPES
    Transaction Code: V/06
    17) Add the Condition Type to the Pricing Procedure
    Menu Path: TOOLS ->; BUSINESS ENGINEER ->; CUSTOMIZING ->; SALES AND DISTRIBUTION ->; BASIC FUNCTIONS ->; PRICING ->; PRICING CONTROL ->; DEFINE AND ASSIGN PRICING PROCEDURES ->; MAINTAIN PRICING PROCEDURES
    Transaction Code: V/08
    11) Create Commsission Report ZZCOMMISSION (Client Independent)
    Menu Path: TOOLS ->; ABAP WORKBENCH ->; DEVELOPMENT ->; ABAP EDITOR
    Transaction Code: SE38
    Message was edited by:
            SHESAGIRI.G
    Message was edited by:
            SHESAGIRI.G

  • Sales org is invalid for Account

    Hi expert's
                 I am working on CRM2007 . Whenever  I create a Trade Promotion and select Account type  as "Account" and Planning Account as a BP which I have assigned to sales org,I am getting an error "*Sales org is invalid for Account*."
    Kindly suggest
    Regards
    Subbaraju

    self

  • I was scammed by a sales person

    last week, i visited the store to upgrade my phone. one of representative approached us and saying we, i and my husband were qualified for a free tablet. from the past experience, i know there is nothing like true FREE and we refused to accept an offer. however, he was saying we had credit of $50 and we could use it to have a tablet. after i and my husband spoke, we decided to take it with paying tax only for the machine. After that, he was installing some kind of program and asked us to provide personal information including social security. My husband works for mortgage lender and we are very careful with providing social number since my husband experienced so many bad situation. We asked him why we needed to provide social number and he told us that was the way they approved us $25 credit for each person. WE DID NOT KNOW WE WERE SIGNING CREDIT CARD CONTRACT WITH AMERICAN EXPRESS CARD TO GET $25 SIGNING BONUS FOR EACH ACCOUNT. WE CLEARLY TOLD HIM THAT IF PROVIDING SOCIAL NUMBER LEAD TO CREDIT CHECK OR SOMETHING, WE WERE NOT AUTHORIZING THAT AND WE WOULD CALL SALES PERSON AND VERIZON FOR DAMAGE. HE WAS SMILING AND TOLD US IT WONT HAPPEN. AGAIN WE ASKED AGAIN WHAT WE WERE SIGNING AND HE SAID THIS WAS THE WAY TO GET $25 CREDIT NOT MENTIONING SIGNING CONTRACT WITH AMERICAN EXPRESS CARD. A week later, as we thought, we received american express card. at this moment, we are seeking for legal action no matter what verizon and sale person are responding. I just need to find out the name of sale person and need feedback from verizon why you did such things to customers without disclosing entire situation. Please let know.

    You have me totally confused? You know the tablet is not FREE
    And get talked into it. Not good on your part. That free tablet carries a $10 a month charge so $120 for the year.
    Then the sales person says you have a $50 credit so you now pay $50 for a free tablet. Second mistake.
    The name of the salesperson is on your sales receipt. Normally at the bottom.
    What the sales person was doing was setting up your tablet to use on Verizon's network. However as a customer Verizon already has your social security number why would he need it again?
    My guess is you went to a Verizon reseller and not a corporate store. That was the need for the number.
    You have or had 14 days to return everything and walk away. However that FREE tablet has a $70 restocking fee.
    Pretty high price for FREE
    Two year contract on the tablet is $240 ($120 per year)
    Good Luck

  • No taxes on sales/purch.are allowed for account 440080 1000, A2 is not allo

    hello gurus
    when evere we are doing the billing am getting the prob like this
    No taxes on sales/purch.are allowed for account 440080 1000, A2 is not allowed
    where we can assign cost center in SD
    can u pls tell me the procedure 
    thanks
    shameer

    Dear Shameer
    Go to FS00, input the G/L Account and click on Control Data tab. There maintain asterisk (like star) mark against the field "Tax Category"  This should solve your problem.
    thanks
    G. Lakshmipathi

  • Sales person targets

    can you please let me know is there any provision of inserting Sales person target so as to get reports of Target VS Actuals and other reports
    thanks
    srinivasan

    Dear Friend,
    If you want to assign a sales person to a customer master records,
    It can be done via partners .
    go to sales and dis tab in customer masters and in the partner function put PE  and then put the sales person's personnel number in the next column and save the same.
    now there are several satandard reports availabe sales person wise report where you can display number of customers their sales revenue with the personnel number of the sale semployee.
    reward points if helpful.
    regards,
    Amlan

Maybe you are looking for

  • How do you save voicenotes to your hard drive?

    I am trying to save my voicenotes from my device to my laptop harddrive using the Media Manager software.  When I did this, it converted these .amr files to .mp3 files.  Now I cannot open or preview these mp3 voicenotes...when I try, I get a "Cannot

  • Keep Together

    Hi ALL Is there a way to force a group and the detail to Keep together i have tried playing with the Keep together options on a per section basis but find that i end up with the group header printed at the bottom of a page and the detail on the next

  • BW 7.3 Problem Activating Admin Cockpit PC 0TCT_MD_C_FULL_P01 (shadow obj.)

    Hi together, we have an BW 7.3 System and trieid to activate the administration cockpit from business content. Went fine so far except from one process chain. 0TCT_MD_C_FULL_P01 Content Master Data When we try to activate it we get following error me

  • Changing from a shuffle to a Nano

    Yesterday I switched from a Shuffle to a Nano. I removed Itunes and all related info from the shuffle and downloaded new software that was included with the Nano, basically I started from scratch. For some reason when I buy a song from iTunes, it won

  • Help - I am finding this really difficult - I just want to talk to someone to help me sort out my blackberry

     Please help me I hate all this stuff I just need to be able to talk to someone I have spent hours and hours now and am so frustrated .I need to talk to a UK helpline ( I can find number for Pakistan ) my blackberry will not send emails since I put i