More than one service Performer per sales order position

Hallo ByD community
We are using service type "Service - time and material" in our sales orders and we are using the integrated time recording in the self-service (time sheet) to track actual times for an sales order. For that you have to assign a service performer in the sales order position, so that the person is able to enter acutal times for this sales order Now it can happen that not only one person, but a team (or two or more people) has to record times for this sales order position.
is that possible and if not what would you suggest.
F.e.. in project management you can activate time recording for a project task for several people.
Thank you :-)
BR

Hi  lisa ,
It is not possible to enter more than one service performer for a service in sales order .
But you can  perform the service with two people and have two service confirmations.
The time entered in service confirmation will be reflected in invoice only(if time and material).
Also you cannot enter the time sheet with respect to sales order , it is only valid for project task and
and time types.
Regards,
Harish

Similar Messages

  • More than one PGI for STO/Sale order

    Dear All,
             When doing PGI for a STO or Sales order that having many no.of items, more than one PGI is created for the same STO
    or Sale order. My doubt is How the system takes the material in each PGI whether there is any logic behind this or it takes in
    random manner. This happens while creating billing doument also.
    Could anybody help me to find the reason ?
    Regards,
    S Sridhar

    Dear Suresh,
              Thanks for your response.
              Please let me know, why  the system creates more than one outbound delivery for a single STO that contains many items.
    In my case, I have 8 items in a STO. When I create a Outbound dely,in VL10B, the system created 4 outbound dely.documents.
    my question is,
    1. Why the system creates 4 Outbound Dely.documents for a single STO that having 8 items ?
    2. By which logic the system decides the material in outbound dely ?
    My requirement is to create a single outbound dely for a single STO or otherwise I have to control the outbound dely.creation (more than one Outbound dely.document for a single STO)
    Regards,
    S Sridhar

  • MRP RUN for the more than one line item in sales order.

    Hi ,
    In the sales order nuber of line item are , i will have to take MRP RUN for selected line item .
    So plz suggest what development will require?
    Abhay
    Edited by: abhay patil on May 30, 2008 8:52 AM

    HI,
    U can write separate prog. Which will ask sales order no. and from to line item or multiple line item of sale order. Then in loop internally pass the each line item no to MD50 prog. Which will run in background.
    I will give u sample prog. Which I had created for running MRP for all the lines items of given sales order in one go.
    *& Report  ZPRG_PP_001
    REPORT  ZPRG_PP_001.
    tables vbak.
    data: begin of it_vbap occurs 1,
            vbeln  type    vbap-vbeln,
            posnr  type    vbap-posnr,
          end   of it_vbap.
    DATA: P_MODE   TYPE    C.
          Batchinputdata of single transaction
    DATA:   BDCDATA LIKE BDCDATA    OCCURS 0 WITH HEADER LINE.
    selection-screen begin of block b1 with frame title text-001.
      parameters :   p_vbeln  like  vbak-vbeln obligatory.
      selection-screen skip.
      parameters :   p_fore   radiobutton group mode,
                     p_back   radiobutton group mode default 'X'.
    selection-screen end   of block b1.
    at selection-screen.
    Check Sales Order
      if not p_vbeln is initial.
        select single * from vbak
          where vbeln eq p_vbeln.
        if sy-subrc <> 0.
          message e499(sy) with 'Invalid Sales Order no.' p_vbeln.
        endif.
      endif.
    start-of-selecTION.
    Get Sales order items
      select vbeln posnr from vbap
        into table it_vbap
        where vbeln eq p_vbeln.
    Set BDC mode
      if p_back eq 'X'.
        p_mode = 'E'.
      else.
        p_mode = 'A'.
      endif.
    Process MD50 BDC
      LOOP AT IT_VBAP.
        perform bdc_dynpro      using 'SAPMM61X' '0160'.
        perform bdc_field       using 'BDC_CURSOR'  'RM61X-TRMPL'.
        perform bdc_field       using 'BDC_OKCODE'  '/00'.
        perform bdc_field       using 'RM61X-KDAUF'  IT_VBAP-VBELN.
        perform bdc_field       using 'RM61X-KDPOS'  IT_VBAP-POSNR.
        perform bdc_field       using 'RM61X-BANER'  '1'.
        perform bdc_field       using 'RM61X-LIFKZ'  '3'.
        perform bdc_field       using 'RM61X-PLMOD'  '3'.
        perform bdc_field       using 'RM61X-TRMPL'  '1'.
        perform bdc_dynpro      using 'SAPMSSY0' '0120'.
        perform bdc_field       using 'BDC_OKCODE'   '=XBAC'.
        CALL TRANSACTION 'MD50' USING BDCDATA MODE P_MODE.
        CLEAR BDCDATA.
        REFRESH BDCDATA.
      ENDLOOP.
    end-of-selection.
           Start new screen                                              *
    FORM BDC_DYNPRO USING PROGRAM DYNPRO.
      CLEAR BDCDATA.
      BDCDATA-PROGRAM  = PROGRAM.
      BDCDATA-DYNPRO   = DYNPRO.
      BDCDATA-DYNBEGIN = 'X'.
      APPEND BDCDATA.
    ENDFORM.
           Insert field                                                  *
    FORM BDC_FIELD USING FNAM FVAL.
      CLEAR BDCDATA.
      BDCDATA-FNAM = FNAM.
      BDCDATA-FVAL = FVAL.
      APPEND BDCDATA.
    ENDFORM.
    Ajay P. Nikte

  • Not more than one service order against same sales document item

    A service order gets created against the sales order item as per
    standard SAP process. As credit management is active, when the order
    is under credit block  for the customer the service order gets created only after the
    credit block is released.
    On revising the order line value the sales document goes for a block
    again. Service order is locked. Both seem to be logical.
    But on releasing the credit block  this time ,  it creates one more service order against the same sales order item. Would logically expect the service order is
    unlocked on release from credit block.
    Can u pls explain this behavior ??  How do u avoid a new order creation and unlocking of the service order when the credit block is released.
    Would like to avoid any change in the service order status once it has been created irrespective of subsequent credit status of the sales order.
    regards
    Ramanujam

    Hi  lisa ,
    It is not possible to enter more than one service performer for a service in sales order .
    But you can  perform the service with two people and have two service confirmations.
    The time entered in service confirmation will be reflected in invoice only(if time and material).
    Also you cannot enter the time sheet with respect to sales order , it is only valid for project task and
    and time types.
    Regards,
    Harish

  • Is it possible to have more than one Tax code per line item in Billing docu

    Is it possible to have more than one Tax code per line item in Billing document ?

    Hi,
    I have a different perspective there.
    If an item is applicable for two different taxes which are represented by two different tax condition types and these tax conditions are configured in the tax procedure, FTXP and so on....then these two condition records can have two different tax codes.
    We actually have this scenario in EU now, where EU talks about service tax in 2010 apart from the normal VAT. So now we have MWST and ZWST(Say)
    Now there are some materials which come with a service associated with it. So a service charge is also levied when the material is sold. So the material price will become applicable for VAT and the service charge becomes applicable for service tax. In this case, the tax classification of the customer will have two entries in sales orders updated in the fields VBAK-TAXK1 and VBAK-TAXK2 based on the sequence number of these condition types.
    Now based on different tax classification of the customer, we have 2 different tax codes representing different %of tax.
    Hope it helps

  • No more than one service items on PR

    Hello,
    I'm sending Purchase requisitions to an external system thru an interface.  This system doesn't support multiple items per line items (i.e., 2 services lines in the same PR line item).
    So I need to restrict the service line items to contain only one service line.  I tried to implement exit EXIT_SAPLMLSP_031 from enhancement SRVESLL to call an error message when the document has more than one service item, but it results on system locking the line until error message is cleared, but it can be cleared with the screen locked on the second item.
    Is there another way to approach this issue? may be an exit on document check that contains the tables for the service items?
    Thanks in advance,
    Nelson.

    Hello Prabu,
    Thanks for your reply.
    What I actually need is to have various items, per document, but only 1 service item per line item.
    i.e.
    PR 1000000001
    Item 1 - Consulting support
                Service item 1 - MM Consulting
    Item 2 - Consulting support
                Service item 1 - ABAP Consulting
    instead of:
    PR 1000000001
    Item 1 - Consulting support
                Service item 1 - MM Consulting
                Service item 2 - ABAP Consulting
    Any ideas to achieve this?
    Regards,
    Nelson.

  • Cant use more than one authorization group per report with SBO CR Basic

    Cant use more than one authorization group per report with SBO CR Basic.
    I have installed on SAP Business One SBO 2007 SP00 PL49 the Crystal Reports Basic 2.0.0.7.
    i have defined two users, manager and supervisor.
    I have defined two groups, M and S.
    Manager belongs in managers (M), and supervisor is assigned to the supervisors (S).
    i enter to one report, disable the public option to enable group authorization, and then check M group.
    Manager can see the report, but Supervisor is not allowed. So far good.
    Then i uncheck M, then check S in the report properties, and Manager cant get in, supervisor opens the report, So far good.
    But when we check both Groups or more, only the M group authorization appears to work, and S group users cant acess, even the report is allowed for that group, also happens with all the groups appart the first (2nd, 3rd, 4th, etc.).
    It seems that a report can manage a single group, but i have to be shure to tell this to the customer.
    So far we have included all Manager users to the S group in order that only S group is used and authorized users can use, but this is duplicating user participation in groups, and it would be much easier to check the desired groups for a single report.

    Cant use more than one authorization group per report with SBO CR Basic.
    I have installed on SAP Business One SBO 2007 SP00 PL49 the Crystal Reports Basic 2.0.0.7.
    i have defined two users, manager and supervisor.
    I have defined two groups, M and S.
    Manager belongs in managers (M), and supervisor is assigned to the supervisors (S).
    i enter to one report, disable the public option to enable group authorization, and then check M group.
    Manager can see the report, but Supervisor is not allowed. So far good.
    Then i uncheck M, then check S in the report properties, and Manager cant get in, supervisor opens the report, So far good.
    But when we check both Groups or more, only the M group authorization appears to work, and S group users cant acess, even the report is allowed for that group, also happens with all the groups appart the first (2nd, 3rd, 4th, etc.).
    It seems that a report can manage a single group, but i have to be shure to tell this to the customer.
    So far we have included all Manager users to the S group in order that only S group is used and authorized users can use, but this is duplicating user participation in groups, and it would be much easier to check the desired groups for a single report.

  • Is it posible to determine more than 1 contact person in sales order

    Hi Friends,
    My requirement is to send email to multiple recipeints. So I have created 4 contact persons for each mail id for customer xxx01 in order to send email to multiple recipeints at 1 time. But only one contact person gets determined in sales order. Is it posible to determine more than 1 contact person in sales order if yes can any one help me how it is done?.
    Thanks in advance,
    JM

    Hi,
    Maintain Partner function CP in customer maseter and maintain numbers of CP
    If sytem is not allow to mention four contact person number's then in partner function procedure remove tickmark or UNIK from partner function CP
    kapil

  • Can we have more than one service method in a single servlet

    can we have more than one service method in a single servlet?explain with example

    No, you can only have one service method. However, you can have it process two different requests as follows.
    Lets say you have two JSP pages. Put a hidden text value in one called jsp1 and a hiddent text value in the other called jsp2 (example: <input type="hidden" name="jspPage" value="jsp1"> and <input type="hidden" name="jspPage" value="jsp2">.
    Then in your service method, read in request.getParameter("jspPage") to determine if its jsp1 or jsp2 and call up the appropriate logic to process them separately.

  • Permit more than one document type per series

    Hi folks,
    Please let me know what is the precise use of :
    "permit more than one document type per series"
    Cheers...
    Jitu

    Hi
    Certain country regulations permit document numbering series that contain more than one document type.
    All of these documents are part of the same numbering series.
    Select this option if these regulations are relevant for the company.
    This setting determines the settings that are displayed in certain Document Numbering windows,
    and cannot be changed after it has been selected.

  • Can we have more than One DC for the sales organization and Plant combo?

    Can we have more than One DC for the sales organization and Plant combination?
    If yes can you please site a practical example to clear the picture

    Hi
    First of all in SAP sales orgs are assigned to distribution channels and the combination of sales org and distribution channel which is called distribution chain is assigned to plant
    There is  no direct link  between sales org  and plant or distribution channel and plant
    So  sales org  and plant combination doesnot exists and
    it is only sales org and dist channel combination which is  called as distribution chain only exists
    Nowhere in SAP we are assigning sales org to plant
    It is because sales org alone doesnot make sense and its combination with dist channel only makes sense
    because sales org is a selling org and the distribution channel is the route to sell and this combination has only to pick the material from plant to process sales to customers
    The relation between sales org and distribution channels is many to many and also vice versa
    Multiple sales orgs can be assigned to one distribution channel and
    Multiple distribution channels  can be assigned to one sales org
    Similarly the relation ship between Distribution chain (sales org+dist channel) to plant is also many to many and vice versa
    Similarly plants from other company codes can also be assigned to Distribution chain to facilitate intercompany processes
    In whatever way look at it the multiple distribution channels can be fit anywhere
    Regards
    Raja

  • Can I run more than one Node Manager per machine?

    Hia,
    We have a situation in our project where we need to run different domains on a Solaris machine in different java modes.
    Say Domain1 should be running in 32bit version of java where as Domain2 should be running in 64bit mode due to the nature of testing currently going on in different domains.
    We could successfully get the two domains running in different java modes in parallel by modifying the start scripts to decide which Sud data model to start the servers based on certain parms. However, the pain here is with the Node Manager.
    My understanding is that there should be one Node Manager running per machine for all the domains running on that machine. So when ever I have to run a domain in a java mode different to that of what Node Manager is running on, I had to kill the node manager and start it in the same version that I want to start the other servers in since Node Manager uses its starting parms internally to start the Managed Servers (Note: there is no issue in running the Admin Server regardless of the node manager mode as expected).
    Can somebody advise me if there is any way to get around this hassle?
    I want to know if we can run more than one node manager per machine.
    Below are the details of my env.
    Weblogic Server 10.3
    Solaris 10 SPARC 64 bit (SunOS 5.10 Generic_142900-14 sun4v sparc)
    java version "1.6.0_20"
    Hope all this makes sense...
    Cheers,
    Satish.
    Edited by: apsnaidu on Mar 15, 2013 3:29 PM

    You can run as many node manager as you want in a particular machine.
    At the time of starting the node manager you need to pass hostname & Port.
    This will start the nodemanager on different ports of a machine.
    sh startNodeManager.sh <hostname> <port>
    eg:- sh startNodeManager.sh dev_machine_01 5556
    sh startNodeManager.sh dev_machine_01 5557
    sh startNodeManager.sh dev_machine_01 5558
    After starting your node manager in different ports you need to change machine details from admin console.

  • Audio Error : Mavericks and Motu 828x (IOAudioStream[0xffffff8028dc4c00]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position)

    Hello i've got audio dropouts and clock hiccups with my Motu 828x and Mavericks.
    Brand new macbook pro i7 Retina 13".
    console display after a hiccup :
    IOAudioStream[0xffffff8028dc4c00]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position
    Motu tells me to downgrade to 10.8
    Any help ?

    If MOTU says that its software is incompatible with Mavericks, then it is.
    Macs used for sound editing are often overloaded with third-party system modifications such as drivers. If that's the case with yours, you may have to make some hard decisions about what software you really need. You might have to create multiple startup volumes with different sets of software.

  • Can we have more than one iWeb website per user ?

    Hi there,
    Sorry I'm, from today, a new iWeb user...
    Could anyone tell me if as iWeb user, we can have more than one website on iWeb?
    Thank you in advance very much for your help!

    Yes. Here's how to have multiple sites in a single MMe account with one or more sites having a domain name.
    A. All sites are in the same Domain.sites2 files
    1 - only one site can use the CNAME method of domain name forwarding and it must  the top site in the left hand pane of iWeb.
    Click to view full size
    2 - the other sites must use URL domain name forwarding which directs the domain name to the site's full MMe URL, http://web.me.com/MMe_Username/Site_Name,  or, if there is no domain name, just MobileMe's full URL.
    B. Each site is in its own Domain.sites2 file.
    Again, only one site can use CNAME forwarding.  This presents a problem since CNAME forwarding directs the domain name to the basic MMe account URL: http://web.me.com/MMe_Username/ which uses an index.html file in the root folder of the account, iDisk/Web/Sites. Each time a new site is published or an existing site uses the File->Publish Entire Site a new index.html file is created in that root directory, iDisk/Web/Sites folder, directing the browser to that particular site.  This file is what the CNAME method uses to find the site it represents.  Therefore some steps must be taken to assure that the index.html file in the MMe Accounts root directory always points to the correct site.  This can be accomplished is three ways.
    1 - don't use the CNAME method.  Just use  URL forwarding .  This, IMO, is the simplest method as it doesn't requre any additional effort on the user once the domain name has been set up.
    2 - use the following method suggested by Wyodor in this topic: Is it possible to have multiple sites when using ur Domain name?   
    In iWeb domainfile 1:
    Create a dummy site : _dummy
    with a blank page.
    Create your working site : Whatever
    Add pages
    Publish both Sites to the same same location on the same server.
    Your _dummy site is now the default Site.
    Check.
    In iWeb domainfile 2:
    Create/Use your CurrentSite.
    Move a page to the top of the Site and back. Publish the Site.
    iWeb will create a new index.html file in the root of the server and from now on CurrentSite is the default site.
    Check.
    From now on, never move your Whatever Site to the top of the list in the iWeb sidebar and never change the page in the _dummy site.
    Simply do not touch your _dummy ever again. And never forget that.
    3 - use Ethmoid's suggested method in Using two sites - setting one up with separate domain? or republishing the entire site that uses  CNAME forwarding.  Just making a minor change and publishing the site changes does not create a new index.html file. 
    The entire site must be republsihing in order to get that new site.  
    Or keep a copy of the CNAME site's index.html file on your Mac and replace it manually in the iDisk/Web/Sites fodler when necessary.
    NOTE:  the CNAME method provides a shorter URL:  http://www.Domain_Name.com/Site_Name/Page_Name.  CNAME does not have masking.
    The URL forwarding displays the full MMe URL:   http://web.me.com/MMe_Username/Domain_Name/Page_Name.   With domain name masking that will be shortened to:   http://www.Domain_Name.com for every page of your site.
    However, with masking visitors will only be able to bookmark and enter at the first page of the site.  If a page is refreshed the visitor is taken back to the first page.  Also search engines will only be able to index the first page of the site.
    OT

  • Added more than one service objects

    Is it possible to add more than one attachment to the service for object section? It is possible to delete more than one attachments..
    Edited by: Lien Thach on Jan 14, 2010 3:20 PM

    The user wants to add more then one attachment documents in SAP..It will allow for them to delete more than one documents. can this be done through configuration? If so, can you please show me how?

Maybe you are looking for

  • Itunes artwork tab missing for movies in version 11.1.3.8

    For some reason recently I am noticing the artwork tab missing when I import in a movie into my itunes directory.  This just started happening and the movie formats are exactly the same as ones which have the artwork tab available.  These are all MPE

  • Control of Downe payment request against PO.

    Hi friends, I have new requirement for Down payment reqest. Actually we can control the down payment against PO at F-47. But my client wants to control the down  payment at request level. For this i alredy aproched to ABAP consultant regarding this r

  • Cost center missing for pers. no

    Hi, While prosting exps in TC: TRIP, we are getting the error "Cost center missing for pers. no". After analyzation the issue we came to know that there is no relationship with org. assignment. We went to TC: PO13>give position>select relationship-->

  • While i m starting node manager in weblogic

    Dear All, my weblogic server was working fine after restarted the windows server, when i am trying to start the node manager i m getting below error, please guide me please, this is production <Sep 22, 2013 12:58:07 AM> <WARNING> <There was a problem

  • Problème avec la page contact sur DREAMWEAVER CS5.5

    J'ai un problème sur ma page contact de mon site, http://www.amio.fr je pense que mon script et le PHP ne sont pas bon. J'ai donc refait un formulaire beaucoup plus simple qui s'appelle : Form_contact.html <table width="738" border="0" cellspacing="0