Linking Sales Employee name/code to Employee data

I want to display the phone number and email address for the name that is selected in the Sales Quotation Sales Employee field in my sales quotation form. I am having a hard time making the link between the two tables so I can display the correct information.
Any tips will be welcomed.

Thank you. Here are the details of what I did.
The Sales Quote shows:
Sales Employee: Gary and his Employee No. is 41
Owner: Octavio and his Employee No. is 11
In the Print Layout Designer I have the following fields and their results:
Employee:Sales Employee = 14 (I don't know where this number comes from)
Employee:Employee No. = 11 (this is the Owner's employee number)
Employee:Office Phone = phone for Owner
If I reverse the names in the Sales Quote:
Sales: Octavio and his Employee No. is 11
Owner: Employee: Gary and his Employee No. is 41
In the Print Layout Designer I have the following results:
Employee:Sales Employee = 22 (I don't know where this number comes from)
Employee:Employee No. = 14 (this is the Owner's employee number)
Employee:Office Phone = phone for Owner
Maybe you can help explain where the Sales Employee numbers come from? Otherwise I think I know what to do.
Thank you.
Francisco

Similar Messages

  • Update sales employee for Portugal

    This functionality is available for Spain and this request is for Portugal as this is not available for that localization.
    Functionality requeted consisted on updating sales employee data for Portugal,  so you can change the sales employee or buyer data for all the documents listed  below at any time (including after the document is closed), at both document and row level.
    Documents:
    A/R Invoice & A/P Invoice
    A/R Down Payment Request & A/P Down Payment Request
    A/R Down Payment Invoice & A/P Down Payment Invoice
    A/R Reserve Invoice & A/P Reserve Invoice
    A/R Credit Memo & A/P Credit Memo
    Delivery & Goods Receipt PO
    Return & Goods Return
    If the change is done at the document level, a message asking the user whether to apply the change on the rows should appear.

    Hola Carmen,
    That functionality is available since B1 2007A SP01 PL07. Please check SAP Note 1369615 for more information.
    Please visited the LEGAL REQUIREMENTS AND IMPORTANT CORRECTIONS Channel Portal page regularly to check for important changes.
    ¿Vale?
    Regards,
    Vítor Vieira

  • Sales employee wise report

    Hi,
    I need a report to see total sales by sales employee wise. We are using HR module and I am able to select sales employee in my sales order from the HR master. However when I run the report MCTI, I am not able to select the sales employee (no drop down available). I guess the issue is with sales employee data from sales order not getting updated in LIS. Can any one tell me the settings to update sales employee data in LIS.
    Girish

    Hi Girish,
    If you run MCTI without sales employee selection (use just sales org, distr. channel or whatever), what's the result? Do you see a bunch of zeros 00000000 under the sales employee column?
    In VPE3, are you able to find the sales ppl list under Personnel no. (with restriction to the relevant sales area)?
    Thanks for your feedback
    BR,
    Zuzana

  • TableName  and Business Object to get  Sales Employee Details.

    Hi everybody,
    I am extracting all the modules data using SAP SDK..
    In Contacts Object,SalesPersonCode also comes.I want to know in <b>which table Sales Employee datas are stored</b>.. In Employees object of HR module,Sales Employee details can't be extracted..
    Please help me to take Sales Employee details using BusinessObject or Querying..

    Hi,
    Which SBO version are you running? in 2005 there is a SalesPerson Object.
    The PaymentMethod is in the OPYM table, and even in 2005 there isn´t any object in the DI API for it.
    Regards,
    Ibai Peñ

  • Sales Analysis by Item Group (Monthly) - To include Sales Employee Name

    Hi,
    I have added Sales Employee Name in the Sales Analysis by Item Group (Monthly) report by A/R Invoices. I have added this under Repetitve Area Header0. However, the sales employee name showed in the preview is different than the criteria entered.  It seems that the report only the first Sales Employee Name in the report.
    Anyone have any idea? Thanks in advance
    Regards,
    MH

    That is a good question.  You have to find out any unique relationships between your Sales Employee and your sales analysis data if there is. Hope the help below can assist you:
    Relate to
    This option is relevant for special scenarios only and requires knowledge of SQL.
    This field is used for retrieving data related to key records found in tables other than the table linked as default to the current print template.
    A key record is a field used as a primary key in a certain table. This key record functions as the identifier of the record, and, therefore, it is required to retrieve any additional data related to it.
    Following is an example:
    e.g.If you need to print the name of a certain bank, which is not linked to the table used in the current print template, you must first create a Text field of Database source type using the required table and select a key record, such as Bank Code.
    Then, you need to create an additional Text field of Database source type. Select the table again, select the required column (such as Bank Name), and enter the unique ID of the field with the key record in the Relate to field.
    There might be two or more key records in the same table. In such a case, these two key records are both required for retrieving the data.
    Identical bank codes are used in many countries. If you need to print the name of a specific bank, you need to link it to a relevant country, in addition to its relevant bank code.
    You are currently working on a print template for Incoming Payments. However, you need to retrieve data (such as the business partner's bank name) linked to the key record Bank Code from the Bill of Exchange for Payment table, rather than from the Incoming Payments table.
    In the Relate to field, select the unique ID of the field containing the required key record. In this example, this is a Text field of Database source type containing Bill of Exchange for Payment in the Table field and BP Bank Country in the Column field. The drop-down list contains the unique IDs of all the fields that are situated in the same area as the current field.
    This link makes the system retrieve the Bank Code linked to the BP Bank Country field found in the Bill of Exchange for Payment table.

  • XL Reporter - Sales Employee Name

    Has anyone else had issues getting Sales Employee Name to show up correctly on XLReporter from the default employee linked to a business partner?  We can get the Employee code to show up correctly but when adding the name it always displayes "no sales employee" even though there is one specified.

    You need select both codes and names. Code can be hidden. Have you tried that?
    Thanks,
    Gordon

  • Adding Sales Employeed Name to Query

    Hi Guys,
    I have this query and would like to add to it the name of the Sales Employee that created the Sales Order, I am relatively certain I need to use the OSLP table to get this information but am not so sure on the JOINS required to add it. Any help would be greatly appreciated.
    SELECT T0.DocNum as 'SO No.', T0.DocDate as 'Date', DateDiff(DD, T0.DocDate,
    GetDate()) AS 'DayDiff', T0.CardCode as 'Customer Code', T0.CardName as 'Customer Name',
    T0.NumAtCard as 'Ref/PO No.', (T0.DocTotal - T0.VatSum) as 'SO Amt'
    FROM OINV T0
    WHERE
    DateDiff(DD, T0.DocDate, GetDate()) >= '1' AND DateDiff(DD, T0.DocDate, GetDate()) <= '7'
    Many Thanks Sean

    Try this:
    SELECT T0.DocNum as 'SO No.', T0.DocDate as 'Date', DateDiff(DD, T0.DocDate,
    GetDate()) AS 'DayDiff', T0.CardCode as 'Customer Code', T0.CardName as 'Customer Name',
    T0.NumAtCard as 'Ref/PO No.', (T0.DocTotal - T0.VatSum) as 'SO Amt',T1.U_Name
    FROM dbo.ORDR T0
    INNER JOIN dbo.OUSR T1 ON T1.USERID=T0.UserSign
    WHERE
    DateDiff(DD, T0.DocDate, GetDate()) BETWEEN 1 AND 7
    You don't need 100 year. May not even 100 day if you really want to learn.

  • Runtime error in MSS - Team- General Information- Related links- Employee Dates

    Hello All,
    We recently upgrade from 7.01 to 7.31, we also updated the respective XSS components also to compatible levels. All applicatoins are coming up well except the Employee dates and Desciplinary actions based on related links under MSS ->Team->General Information.
    Below is the error -
    java.lang.ClassNotFoundException: com.sap.pcuigp.xssfpm.wd.interfaces.wdp.IExternalIVAC ------------------------- Loader Info ------------------------- ClassLoader name: [sap.com/mss~hras] Loader hash code: 5ed59f53 Living status: alive Direct parent loaders: [system:Frame] [interface:webservices] [interface:cross] [interface:security] [interface:transactionext] [library:webservices_lib] [library:opensql] [library:jms] [library:ejb20] [service:p4] [service:ejb] [service:servlet_jsp] [library:tc~bl~exception~lib] [library:tc~aii~base~offline~facade] [library:tc~cmi] [library:tc~ddic~runtime~facade] [library:tc~bl~logging~api] [sap.com/tc~wd~api] Resources: /Q1ETP001/usr/sap/QP4/J44/j2ee/cluster/apps/sap.com/mss~hras/servlet_jsp/webdynpro/resources/sap.com/mss~hras/root/WEB-INF/lib/sap.com~mss~hras.jar ---------------------------------------------------------------
    Please note our ECC is on EHP4, so we cannot proceed as mentioned in http://scn.sap.com/thread/3415508
    Thanks,
    Vamshi

    Same here: ClassNotFoundException in getting connection>>java.lang.ClassNotFoundException: com.sap.portals.jdbc.db2.DB2Driver Found…
    cheers

  • Require Sales Employee Name when creating SO or AR Invoice

    Hi everyone,
    I would like to set up my Sales Orders and AR Invoices so that it is required to enter a Sales Employee Name.  Is there a way to make it so that if no Sales Employee name is entered, a pop up will require you to go back and enter one in the same manner it does for Posting Date.
    Thanks,
    Hayden

    Hello,
    Add this code in SQL .
    Open SQL>Select your Database(Comapny DataBAse)>Programbility>Find([dbo].[SBO_SP_TransactionNotification] ) >right click and modify it.
    and paste the code at that place between dot dot line.
    This Code for Invoice Docuement.
    if (@object_type = '13' and @transaction_type = 'A' )
    BEGIN
    IF exists ((SELECT     OINV.DocEntry
    FROM   OINV   where slpcode = -1 and OINV.Docentry = @list_of_cols_val_tab_del ))
    Begin
    select @error =@object_type
    select @error_message = N'Please fill Sales Employee in Business Partner master Data'
    End
    END
    This Code for SAles OrderDocuement.
    if (@object_type = '17' and @transaction_type = 'A' )
    BEGIN
    IF exists ((SELECT     OINV.DocEntry
    FROM   OINV   where slpcode = -1 and OINV.Docentry = @list_of_cols_val_tab_del ))
    Begin
    select @error =@object_type
    select @error_message = N'Please fill Sales Employee in Business Partner master Data'
    End
    END
    If you got any issue revert same.
    Thanks
    Manvendra Singh Niranjan

  • How to add Sales Employee Details in Customer Master Data

    Hello Gurus,
    The requirement is that my client is in manufacturing and sales. And they have different sales person assigned (like territory manager and accounts support) for respective customers.  My clients needs to have the name of the territory manager available somewhere in CMD so that the end user is aware about the sales support representative. How we can configure it? If yes, will we use LSMW or MASS to upload the data.  Please suggest. And we dont have a HR module in Place, so do we use T COde VPE1 (or PAL1) and then asign it parnter function or is there someway else. Eg - My customer number is 1000, in the same master number,  details of sales employee with the phone numbers and email address should appear.
    Regards

    Hey thank you Warren for your quick reply.
    So If I am right, the only option to add sales employee is in partner function tab.
    Moreover, will we use LSMW to add the data or T code MAss will work.
    And we dont have HR module in place, so I guess we will not be able to use. T- code Like PAL1

  • Customer Report with Sales Employee and Due date

    Hi,
    I need to configure a report for Customers with Sales Employee & Due date.is there any standard report for this combination in SAP or Do i need to Configure separate report for this.If i need to configure this -kindly help me with some guide lines to prepare this.It would be a great help if you provide some steps to configure this Report.
    Thanks in advance
    Suvarna

    Have you tried the txn code MC-Q or the report program RMCV0500.

  • How to set the Description Name of Sales Employee in COPA

    Dear Expert,
    I maintained Characteristis Sales Employee at COPA but when I run this report, there is no description name of employee appear. It just appear the Number of Sales Employee.
    I used table VBPA and field Name PARVW in Characteristic Derivation. In Sales Document I created Partner Functin VE Sales Employee.for characterristic and I ser VE Partner Function in SD Document.
    In Data Structure KMVTNR Sales Employee there is no Validation Check Table. 
    Kindly help to solve this problem and thank you in advance for your help.
    Cyrenia

    You need to use Characteristic Derivations for this to work.
    In transaction KEDR, maintain a "look-up" and provide your Reference table as VBPA and your target field will be the COPA Characteristic that you defined for the Partner Function Sales Employee.
    Select the Characteristics that will allow you to determine the Sales Employee (Partner Function = "VE") and then map the KUNNR field to the COPA Value Field.
    This will allow the flow of Sales Employee Values into COPA and hence the description as well.
    Hope this helps.
    Cheers.

  • Characteristic Name of Sales Employee in COPA report is not appear

    Characteristic Name of Sales Employee in COPA report is not appear, it is just the a Code of Sales Employee
    1.I created Characteristic Derivation t.code KEDR Table lookup PA0001 using condition Origin GLOBAL USERTEMP1 until USERTEMP6
    2.During Test Analyze Derivation there was result “Derivation was not carried out. Reason: Not fulfilled” in Field USERTEMP6
    How to solve this problem?
    Thanks & Regards,
    Cyrenia

    You need to use Characteristic Derivations for this to work.
    In transaction KEDR, maintain a "look-up" and provide your Reference table as VBPA and your target field will be the COPA Characteristic that you defined for the Partner Function Sales Employee.
    Select the Characteristics that will allow you to determine the Sales Employee (Partner Function = "VE") and then map the KUNNR field to the COPA Value Field.
    This will allow the flow of Sales Employee Values into COPA and hence the description as well.
    Hope this helps.
    Cheers.

  • BP: can't edit "user name" field in section "employee data"

    Transaction -  BP, tab - identification, Change in BP role - employee.
    why i can't edit "user name" field in section "employee data"?
    Field is unchangeable only for one in a  ~800 BPs.

    Earlier it is possible to change the User ID field.
    Guess that this might be ur prb
    If this BP is used somewhere else I mean in some transaction/CRMD_ORDER/Support message,so it might be not possible to change this now....becuase the log will become incosistent.
    for e.g. if in ticket XXXX i have been assigned as reporter as...BP no 10
    Later you are assigning this to no 10 to some other person or ID ....
    Then the log of CRMD_ORDER or ticket will become inconsistent because the BP is now assigned to a different person who never worked on the same.
    Actualy i have faced this query during one implementation that why we are able to change the UserID of existing BP even if it is used in some transaction/message.
    Might be this is a new correction in the recent release.
    Regards
    Prakhar
    Edited by: Prakhar Saxena on Jan 16, 2009 10:10 AM

  • Name of Sales Employee in Sales Order...........

    Hi Experts,
    In our Company the person who picks the order from the market and one who create the order in SAP, both are different.
    Is there any way so that we can include the name of sales employee in SAP sales Order.
    So that I can fetch all the sales order month wise for any particular Sales Employee......
    Please ,sugess me.
    Thanks and Regards,
    Vishal Singh

    Hi vishal!
    Yes, you can put in the sales order the employee that picked the sales order and the employee that is registering the order in the system.
    To do this, you need to create a partner procedure and assign it in your sales order/contract or others sales documents that you have.
    The partners can be maintained in the sold-to-party, or you can define in your partner procedure that you have a mandatory partner and the user that is registering the sales order in the system need to put manually the partner.
    There are some ways to achieve this.
    Take a look at: [Partner Determination in Sales and Distribution (SD-BF-PD)|http://help.sap.com/saphelp_erp60_sp/helpdata/en/90/758534c960a134e10000009b38f83b/frameset.htm]
    And look at this Wiki too [SD_Business Process|http://wiki.sdn.sap.com/wiki/display/ERPLO/SD_Business+Process].
    Regards.

Maybe you are looking for

  • Project Gantt Bar Bug in P6 (EPPM and PM) - A strange and Unique Issue

    Hello All, I have 18 projects in my production EPS but one has a problem, i've been unable to resolve, so far. The Issue* In the Project-Layout-View (Project Space), when I look at project X's Gantt Bar, following is observed. A- When he Project is O

  • When is the next update for ipod nano 7th gen

    just wondered because the ipod nano 7g is already getting boring

  • Addonics "external" hard drive - not recognizing

    I just bought an Addonics external drive case with firewire interface - part #AE5SACSUF, and then installed the 250GB internal drive from my imac G5 (which died) to it, and then connected it to my imac G4 through the firewire port. The drive seems to

  • OSS1- partner could not be reached

    Hi all, My SAP-OSS connection test in SM59 is working OK, the download SaPnote via SNOTE is also works well, but calling from OSS1 is always failed : partner 'IP address' could not be reached...... Any suggestion ? Thanks.

  • Safari adres bar url broken

    When i am on a site the address bar from Safari isn't showing the full address only the domaine name. Every time i have to click in the address bar behind the domain name to show which page or page number i am on. Apple please fix this! no complete u