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

Similar Messages

  • Update Sales Employee on AR/Invoice

    hello, is there a way of updating the sales employee on the sales invoice using DTW?
    Thanks in advance, Janice

    I found the DTW template that worked for the update of the sales employee on the AR Invoice, thank you

  • Update sales employee to profitability analysis automaticaly

    Dear All
    I have problem like this:
    an order was entered but had the wrong Sales Employee before billing. We made the change in the order header but it is not updated to profitability analysis segment of every item. How can I make this update automatically?
    Regards

    Hi
    You could try using re-alignments with that Sales order.  It will only correct it at PA segment level (ce4XXXX table) and not line item level (ce1xxxx table.  It will then reflect correctly in the reports.
    Hope this helps
    Kind regards
    Dawn

  • Update sales orders for MPS

    Hi Gurus,
    We have the following problem. The project I am working in has 2 phases. In the first phase SD module was implemented. Now in the second phase we have implemented MPS in PP.
    The point is that for all the new sales orders that are created in the system a  customer independent requirement is generated by the MPS but we do not know how to update all the old open sales orders to generate a requirement.
    Is there any standard program or way to do so?
    Thanks and regards,
    Miguel

    Hi Shivan,
    Thanks for your reply. I have tested the program SDRQCR21 and works fine for all the orders I have created since I have activated the MPS becuase as far as I have seen the program checks the entries in table VBBE. The problem is that all the sales orders I create before the MPS was running has no entries in that table so it does not work for them.
    Do you know if there is a way to get them in?
    Kind regards,
    Miguel

  • Enhancement to update sale volume for rebates

    Dear All,
    We have a senerio for sale voume rebate process that only above 50000 sale value will add up in sale volume in rebate agreement for accrual process.
    Can we do this through standerd or through enhancement?
    please help.
    Regards'
    Kumar

    Hi Mukul,
    Mark your condition type VALUE SCALE and Check Value as A.
    Update condition record in Rebate agreement. Then in Scale section mark it applicable as FROM 50,000 INR with respective Rate.
    And it will work as per your requirement.
    When you will do Settlement of the Rebate Agreement it will create Credit Memo only if Value is more than 50000 INR.
    Regards,
    MJ.

  • Showing Monthly Sales Analysis for Sales Employees (including credit notes)

    Hi Experts,
    I want to show a report for my director so we can accurately decide upon sales targets for each sales employee for 2012.
    The Monthly Report > Invoices by posting date in the Sales Analysis module is not ideal because it does not appear to include credit notes so the totals are incorrect.
    How could I create a query which gave me a total for each month of 2011 for every sales employee which includes invoice minus credit notes.
    Unfortunately my SQL is not great but I started something which might help - this is only for first 2 months of the year.   I presume I would need a select statement for each month if I wanted to have the sales employee name followed by a total for each month.    Maybe this is too intensive a query to run anyway.  
    SELECT T1.[SlpName],
    (select(sum(t2.doctotal)-(t3.doctotal)) where (Month(t2.docdate)=1 and t3.docdate=1) FROM OCRD T0  INNER JOIN OSLP T1 ON T0.SlpCode = T1.SlpCode INNER JOIN OINV T2 ON T0.CardCode = T2.CardCode INNER JOIN ORIN T3 ON T0.CardCode = T3.CardCode)
    (select(sum(t2.doctotal)-(t3.doctotal)) where (Month(t2.docdate)=2 and t3.docdate=1) FROM OCRD T0  INNER JOIN OSLP T1 ON T0.SlpCode = T1.SlpCode INNER JOIN OINV T2 ON T0.CardCode = T2.CardCode INNER JOIN ORIN T3 ON T0.CardCode = T3.CardCode)

    Hi,
    I have moved your posting here because it belongs here.
    You may check this first: Re: Top Customers report
    Thanks,
    Gordon

  • 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

  • Aged Debt Analysis by Sales Employee

    Hi Experts
    I would like to be able to show our customer receivables ageing report by sales employee.  Can any of the experts suggest how to write a query which give me the same information but can limited by a user defined choice of the sales employee for the business partner.  This is required as on the road sales employees require information of outstanding debt of BPs before making further sales.
    Regards
    Jon

    The following is filtered to show only Business Partner Balances for On Hold customers, but you should be able to tweak it for your purposes? Give it a try
    /* SELECT FROM OINV T0 */
    declare @AgingDate DateTime
    /* WHERE */
    SELECT @AgingDate = GetDate()
    /* SELECT FROM OCRD T1 */
    declare @CustomerFrom nvarchar(20)
    /* WHERE */
    set @CustomerFrom /* T1.CardCode */ = '' 
    /* SELECT FROM OCRD T2 */
    declare @CustomerTo nvarchar(20)
    /* WHERE */ set @CustomerTo /* T2.CardCode */ = '' 
    /* SELECT FROM OCRD T3 */
    declare @OnHold nvarchar(20)
    /* WHERE */ set @OnHold /* T3.FrozenFor */ = 'Y' 
    /* SELECT FROM OSLP T4 */
    declare @SalesRep nvarchar(30)
    /* WHERE */
    set @SalesRep /* T4.SlpName */ = [%0]
    IF @AgingDate = CONVERT(datetime, '', 112)
                set @AgingDate = GetDate() 
    select ocrd.CardCode [BP Code], 
            ocrd.CardName [BP Name],  
            ocrd.FrozenFor [On Hold], 
            @AgingDate [Aging Date], 
            isnull(T7.[BalanceDue],0) [Balance], 
            isnull(T7.[Current],0) [Current], 
            isnull(T7.[30Days],0) [1 Month], 
            isnull(T7.[60Days],0) [2 Months], 
            isnull(T7.[90Days],0) [3+ Months],                     
            ocrd.CreateDate, 
            T8.[Last Payment Date], 
            ( SELECT SUM(T1.DocTotal) FROM ORCT T1 WHERE T1.CardCode = T8.CardCode AND T1.DocDate = T8.[Last Payment Date]) [Total Last Payment],
            oslp.SlpName [Sales Rep], 
            ocrd.CntctPrsn [Key Contact], 
            ISNULL(ocpr.Tel1, ISNULL(ocpr.Cellolar, ocrd.Phone1)) [Contact Phone]
    from ocrd   
            left outer join ocpr on ocpr.Name = ocrd.CntctPrsn and ocpr.CardCode = ocrd.CardCode  
            left outer join oslp on oslp.SlpCode = ocrd.SlpCode  
            left outer join   (
                        SELECT T0.CardCode,
                                SUM(T1.Original-T1.Cleared) [BalanceDue],
                                SUM(CASE WHEN T1.AgeDays < 0 THEN T1.Original+T1.Cleared ELSE 0 END) [Current],
                                SUM(CASE WHEN T1.AgeDays BETWEEN 0 AND 30 THEN T1.Original+T1.Cleared ELSE 0 END) [30Days],
                                SUM(CASE WHEN T1.AgeDays BETWEEN 31 AND 60 THEN T1.Original+T1.Cleared ELSE 0 END) [60Days],
                                SUM(CASE WHEN T1.AgeDays > 60 THEN T1.Original+T1.Cleared ELSE 0 END) [90Days],
                                SUM(CASE WHEN T1.AgeDays > 30 THEN T1.Original+T1.Cleared ELSE 0 END) [Overdue]
                        FROM ocrd T0
                                LEFT OUTER JOIN (
                                            SELECT T1.CardCode, T0.TransId, T0.Line_ID,
                                                    DateDiff(m, T0.DueDate, @AgingDate) [AgeMonths],
                                                    DateDiff(d, T0.DueDate, @AgingDate) [AgeDays],
                                                    T0.Debit-T0.Credit [Original],
                                                    SUM(ISNULL(T2.ReconSum,0)* CASE T2.IsCredit WHEN N'C' THEN 1 ELSE -1 END) [Cleared],
                                                    (T0.Debit-T0.Credit) + SUM(ISNULL(T2.ReconSum,0)* CASE T2.IsCredit WHEN N'C' THEN 1 ELSE -1 END) [Balance]
                                            FROM jdt1 T0   
                                                    inner join ocrd T1 on T1.CardCode = T0.ShortName
                                                    left outer join itr1 T2 on T2.TransId = T0.TransId and T2.TransRowId = T0.Line_ID and T2.ReconNum = (select T3.ReconNum from oitr T3 where T3.ReconNum = T2.ReconNum and T3.Canceled = N'N' and T3.ReconType <> 7 and T3.ReconDate <= @AgingDate)
                                            WHERE T0.RefDate <= @AgingDate                                                                               
    and T1.CardType = 'C'
                                                    and (T1.CardCode >= @CustomerFrom OR @CustomerFrom = '')  
                                                    and (T1.CardCode <= @CustomerTo OR @CustomerTo = '')  
                                            GROUP BY T1.CardCode, T0.TransId, T0.Line_ID, T0.DueDate, T0.Debit-T0.Credit
                                       ) T1 on T1.CardCode = T0.CardCode
                        WHERE T0.CardType = N'C'                                                     
                        GROUP BY T0.CardCode
                ) T7 on T7.CardCode = ocrd.CardCode
            left outer join (  
                        SELECT T1.CardCode,          
                                    Max(T1.DocDate) [Last Payment Date]        
                        FROM ORCT T1        
                        WHERE (T1.CardCode >= @CustomerFrom OR @CustomerFrom = '')          
                                    and (T1.CardCode <= @CustomerTo OR @CustomerTo = '')       
                        GROUP BY T1.CardCode  
                   ) T8 on T8.CardCode = ocrd.CardCode
    where ocrd.CardType = 'C'  
                and (oslp.SlpName = @SalesRep OR @SalesRep = '')  
                and (ocrd.CardCode >= @CustomerFrom OR @CustomerFrom = '')  
                and (ocrd.CardCode <= @CustomerTo OR @CustomerTo = '')  
                   and (ocrd.ValidFor <>'Y')
                and ( (ocrd.FrozenFor = @OnHold
                             and (GetDate() Between isnull(ocrd.FrozenFrom, DateAdd(d,-1,GetDate())) and isnull(ocrd.FrozenTo, DateAdd(d,1,GetDate())))))
    order by ocrd.CardCode

  • Sales Employee

    Dear All,
    What is 'Sales employee'? What is the concept behind that? And where we use it?
    regards,
    buddhika
    Edited by: BUdayanga on Jul 6, 2011 8:19 AM

    What is 'Sales employee'? What is the concept behind that? And where we use it?
    Hi,
    In the Enterprise structure while defining and assigning you have sales group. Sales Employee comes under the sales group which is assigned to Sales office. We also take the sales employee in partner determination as sales rep or sales employee.
    A sales employee is one who is answerable for all the procured orders from the field which he collect he passed on to the office. For statistical purpose sales employee is mantained to know what is the sales he brought for the company and from the company prespective, how much company is owing to the sales employee for his commission or bonus when he achieve his target.
    A sales employee is the vital link in real scenario, who communicate with the customer, understanding his needs, selling brands, upselling, cross selling informing them about free goods to create more sales for the profitability of the company and to achieve his target to earn commission.
    A sales employee is exclusively appointed by the company to manage sales in the given geographical location and responsible for the some amount of customers whom he handles, starting from sales merchandising, product promotion, procuring orders after enquiry from the customer and by submitting quotation. He is also sometimes involved in making contracts with the customer to send the goods to his location. In the scenarios of consignment sales, he is also responsible for monitoring the sales activity by monitoring the rack stock (which is a traditional method) , although now changed with the emergence of SAP availability checks.
    So in a nut shell sales employee although not very important to map in SAP SD module but depends upon the clients requirement , if they need we can map under sales group.
    I hope to certain extent I could help you understand the role of a sales employee. If you have still any uncleared area where I have not thrown light, You can certainly take my advice.
    Regards,
    Sridhar.

  • Restriction per sales employee in outlook integration in SBO

    Is there a way in outlook integration to restrict a sales employee (SBO User) to choose BPs/Calender or tasks asociated with him/her in SBO.

    Yes there is one USER AUTHORIZATION but I'm now sure that it is working.
    One one the sales employee for my customer is unable to save emails as activities in Outlook if the authorization is set to NO AUTHORIZATION, even if the customer in SAP is linked to him...
    Can anyone help please ?
    Thanks,
    Luce

  • Update sales statistics

    Hi all,
           I have to update sales statisitc for older sales orders and older invoices because the field "Sales Group"(VKGRP) was valued with a bad value.
    I'd like to update the standard table S002.
    I found the standard transactions OLI7 for orders, and OLI9 for invoices but I didn't understand how execute them also reading the forum.
    If this 2 transactions are OK as I suppose do I have to do something before execute them? 
    Any help please?
                      Gino

    Almost there!
    The final step after the update process is to copy the newly-generated data back to the active version.  The normal process:
    1) Initialize a new version to hold the rebuilt data.
    2) Save the existing actual data (for safekeeping) (another version)
    3) Read in archvied documents.
    4) Read in "live" documents
    5) Copy the version in step 1 to the active version.
    Once you're happy with the new data, delete the old copy (from step 2) and the statistical setup copy (created in 1, generated in 3 &4).
    I'm pretty sure that you have to rebuild the entire infostructure - I don't think a partial reorganization, like you're attempting, will work.
    Is CO-PA active in your system?  It has a process (realignments) to handle this scenario.

  • Sales Employee Issue

    All,
    Here is the issue i am having.
    In a sales order i have 10 items.
    I can see the Partner function "Sales Employee" for all items in sales order.
    But in billing document 3 items do not have sales employee assigned and as a result its not coming up in COPA reports.
    Sales Employee is assigned correctly in Customer master and its really strange how it shows up for some items in the same billing document but not coming for the rest.
    Somehow i need to find why Sales Employee is not being copied to billing document for some items in a sales order.
    Please help!
    thank you

    a. SPRO >> Sales and Distribution >> Basic functions >> Partner Determination >> Set up Partner determination.
    b. Click on the node and double click on ' Set Up Partner Determination for Sales Document Item'.
    c. Click on 'Partner Determination Procedure Assignment' to the left hand side... (Looks like a folder)
    d. Now, click on Position and give your item category. You should see if N is assigned to all the item categories.
    Now, what you have to ensure is, partner determination procedure N has sales employee in it. (which seems to be like)
    Hope this helps...
    Regards,
    Mukund S

  • 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.

  • Sales employee responsible at contact BP record

    Hello All,
    I have below requirement.
    1. Add Employee responsible field on contact OV page for create contact record. the employee responsible is similar to Account record
    2. while creating contact for an account, prompt the users to select a sales employee based on the Employee responsible(sales Employee) of an account. if there is only one sales employee for account then assign it to contact by default.
    could any one let me know how to do this, also please let me know where and how to call a pop for displaying sales emploee list for user.
    Thanks in advance
    Seema

    Solved with custom development

  • Setting Sales Employee Commission

    Hello All -
    Can we adjust commission for a sales employee for a specific Business Partner?  For example, for some Business Partner's that the sales employee is responsible for they get a 10% commission...for other BP's they get an 8% commission, etc.
    Please advise how to do this.
    Thanks,
    Mike

    Thanks Marcia!
    If we have both the Set Commission By Sales Employee and Set Commission By Customer checked then is the default commission the commission by sales employee if we do not set a User Defined Commission? 
    We do not want to go through and set User Defined Commission for every BP -- just a handful.  The rest we would like the detault to be the Sales Employee Commission.
    Please advise.
    Thanks!
    Mike

Maybe you are looking for

  • Error when activate standard structure

    Hi guru, i've a serious problem about the activation of a standard structure,the check (for error) pass without problem, but when I want to activate it there is this exception : CALL SCREEN (not modal) in modal dialog box not allowed Anybody can help

  • Dynamic Spry Photo Gallery Thumbnails

    I'm implementing the XML version of the Spry Photo Gallery. I need to edit the size of of the thumbnails and make them larger, roughly 100x130 or maybe a little smaller. Since I have so many photos, I was planning to use CSS to handle the overflow wi

  • Card payments

    Dear experts, we have a process at our client place where the employees will be using purchase cards for procurement. Some times there will be po and LIV as well and some time they would just enter a regular vendor invoice. They wanted to follow the

  • Comparisons of Packages vs Object Types

    Hi all, I wonder if anyone can point me towards any articles or documentation that compares/contrasts the advantages and disadvantages of Packages against Object Types? For example, I like the ability to have private variables and procedures within P

  • Script o/p problrm

    Hi guys, script o/p is displayed in development is correct but in production o/p is different. I found one problem that is,  one std script name is J_1I_ARE1, COPY this script and did some modifications and saved as y_J1_I_ARE1 AND it is stored in th