Mass t.code service po close

Hi
I have 100 service purchase orders partialy service entry sheet also completed,now i do not want to create service entry sheet for that 100 service pos,now i want to close open sevice pos in mass t.code,how can i do in mass t.code,plz suggest.
Regards
Sam
Edited by: sadaraji on Mar 21, 2011 11:37 AM

Hi,
1st check  Delivery completed indicator activated for service PO or not.
Make "Delivery completed" indicator is "Opt.entry" in GR/IR control segment for Field Selection Key PT9F( OR your Field Selection Key you are using for Frame work order document type) in following path:
SPRO-> MM--> Purchasing -> Purchase Order -> Define Screen Layout at Document Level
Then you can use concept of using  MEMASSPO for closing service order.
Regards,
Biju K

Similar Messages

  • Service po close BY MASS MAINTENACE

    hi,
    i want to close service po.i know that it can be done by final entry sheet indicator in ml81n.
    but for mass pos how i can set this indicator in MEMASSPO TCODE.
    I WANT TO CLOSE SERVICE PO IN MASS SCALE.
    PLS GUIDE ME HOW TO CLOSE THESE SERVICE PO BY MASS MAINTENANCE.
    REGARDS
    SUMIT BISLA
    Edited by: Csaba Szommer on Nov 5, 2011 8:42 AM

    Hi
    check following link it will help you
    [Short Close of Service Purchase Order;
    [mass t.code service po close;
    Regards
    Kailas Ugale
    Moderator message:
    Warning. Reason: link farming.
    Points will be unassigned.
    Edited by: Csaba Szommer on Nov 5, 2011 8:38 AM

  • Mass Change for Service master

    Dear Experts,
    I've tried to do Mass change for service master.. in transaction MASS, i couldnot able to find the object for service master there..
    Is there any possiblity to do mass change for Service Master
    thanks

    Hi,
    I have tried ur scenario. Mass change for service master was possible using the TCode: MASS. But if u go to the Tcode:MASS, system asks object type. object type for service is not available in the match code/input help(F4).
    At any time, if u want to know the object type for any transaction , goto the Tcode: SW02.(path: SAP Easy access: SAP Menu->tools-> ABAP work bench->overview->business object overview( SW02).
    click on materials mgmt.-> external services mgmt.-> service master ( in the tree list).
    Object type for service master: BUS1005
    this business object is useful for list display for service master records(get list), read detail data for a service master record, create& change service, display object, check existance of object.
    object type for attributes in service master: IFSAP
    reference table: ASMD
    goto SW02, to find object type for any transaction.
    i think this information is very useful to u.
    reward me according to ur uasge of this information.

  • Mass acceptance of service entry

    Dear all,
    Could you please tell me how to mass acceptance of service entry.  No release strategy has been maintained. 
    But ML85, need to input release code.
    many thanks in advance!!
    cheers,
    Dragon

    Hello Kumar,
    Sorry I should use collective acceptance of service entry.
    During data conversion we have upload service PO and create service entry against the PO using upload program.
    And now I want to accept all the service entry collectively.
    How come ML85 can accept all the service entry w/ release strategy.  But cannot accept the service entry w/o release strategy.
    Many thanks!!
    Cheers,
    Dragon

  • SharePoint Foundation Sandboxed Code Service - Unable to activate worker process proxy object within the worker process

    Issue:
    On a vanilla installation, the sandboxed code service (e.g. SPUCHostService.exe) is started; however, SPUCWorkerProcessProxy.exe and subsequently SPUCWorkerProcess.exe fails to start.
    Resolution/Workarounds attempted:
    Attempted 2 different Load balancing settings – local and remote (i.e. affinity)
    Ensured local computer policy on server for ‘RPC Endpoint Mapper Client Authentication’ and ‘Restrictions for Unauthenticated RPC clients’ is disabled.
    Ensured following key in registry is set properly - HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\RPC
    Attempted to bypass SharePoint’s check for certificate revocations at crl.microsoft.com
    Ensured the service account is added to the respective groups (e.g. Performance Log Users, Performance Monitor Users, IIS_IUSRS, WSS_ADMIN_WPG, WSS_WPG)
    Increased limit of ‘AbnormalProcessTerminationCount’ of SPUserCodeService via Powershell
    We have tried all possible workarounds from the following MSDN reference:
    http://blogs.msdn.com/b/sharepointdev/archive/2011/02/08/error-the-sandboxed-code-execution-request-was-refused-because-the-sandboxed-code-host-service-was-too-busy-to-handle-the-request.aspx
    ULS:
    02/21/2014 05:24:50.64  SPUCHostService.exe (0x0230)  0x0F74  SharePoint Foundation Sandboxed Code Service              fe8a               
    Medium               -  - Unable to activate worker process proxy object within the worker process: ipc://38432b45-2f32-4926-ade2-ef53ae1cd501:7000  
    02/21/2014 05:24:50.64  SPUCHostService.exe (0x0230)  0x0F74  SharePoint Foundation Sandboxed Code Service              fe8c               
    Medium               -  - Error activating the worker process manager instance within the worker process. - Inner Exception: System.InvalidOperationException: Unable to activate worker
    process proxy object within the worker process: ipc://38432b45-2f32-4926-ade2-ef53ae1cd501:7000     at Microsoft.SharePoint.UserCode.SPUserCodeWorkerProcess.CreateWorkerProcessProxies()    
    02/21/2014 05:24:50.64  SPUCHostService.exe (0x0230)  0x0F74  SharePoint Foundation Sandboxed Code Service              ei0t               
    Medium               - Process creation/initialization threw an exception. Stopping this process. "ipc://38432b45-2f32-4926-ade2-ef53ae1cd501:7000"
    02/21/2014 05:24:50.65  SPUCHostService.exe (0x0230)  0x0F74  SharePoint Foundation Sandboxed Code Service             
    fe87                Medium               -  - Error activating the worker process manager instance within
    the worker process. - Starting worker process threw - Inner Exception: System.InvalidOperationException: Unable to activate worker process proxy object within the worker process: ipc://38432b45-2f32-4926-ade2-ef53ae1cd501:7000     at Microsoft.SharePoint.UserCode.SPUserCodeWorkerProcess.CreateWorkerProcessProxies()   
    Any other insights on how I can troubleshoot the issue described?
    Thanks in advance!

    Hi ,
    For resolving your issue , you can do as the followings:
    1. Logged into the Web Server with the Timer Service Account.
    2. Ran the powershell command to check the SID of the account running the spucworkerprocessproxy.exe:  
    $(Get-SPManagedAccount -Identity "THE SERVICE ACCOUNT").Sid.Value
    3. Checked the registry :
    HKEY_USERS\[SID OF THE SERVICE ACCOUNT]\Software\Microsoft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing\State
    4. Changed the value 0x00023c00 to 0x00023e00
    In addition, here are some similar posts for you to take a look at:
    http://social.technet.microsoft.com/Forums/en-US/aae497df-5f0d-4f86-a724-c7b805ccd07f/sharepoint-sandboxed-code-service-troubles?forum=sharepointgeneralprevious
    http://blogs.technet.com/b/operationsguy/archive/2011/01/17/sharepoint-2010-sandboxed-code-solutions-and-web-proxy.aspx
    http://social.msdn.microsoft.com/Forums/en-US/c21e2c3a-a259-4d5f-8071-eff52b7bddc3/issue-sandbox-solution-too-busy-to-handle-the-request?forum=sharepointgeneralprevious
    I hope this helps.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Sharepoint 2013 - Which Server Should Run Microsoft SharePoint Foundation Sandboxed Code Service

    We have just deployed Sharepoint 2013 and also CRM 2011..
    Our Sharepoint 2013 Environment has a WFE and an APP server and we have a CRM 2011 box.
    We have been getting the following error in IE when Users in CRM are clicking on the Document Link under accounts which links to Sharepoint 2013
    "This Content cannot be displayed in a frame
    To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame."
    It seems like it is a IE Security Issue, but I am suspecting it could be the Microsoft SharePoint Foundation Sandboxed Code Service.
    Which server should be running the Microsoft SharePoint Foundation Sandboxed Code Service| WFE or APP.
    Also which server should run the Windows Service: SharePoint User Code Host
    Thank you in advance.

    Hi,
    Please have a look at the following post:
    http://technet.microsoft.com/en-us/library/jj219591.aspx
    As it describes, the recommendation is for both services to start it on the Web Front End servers.
    Cheers,
    Vincent

  • Creation of Tax Code - Service Tax + VAT

    Hi,
    I want to create new tax code
    Service Tax - 4.12% + VAT 5%.
    The steps i followed is in FTXP,
    1. Against JSRN given value - 4.12
    2. Against JVRN given value - 5%
    But it gives me error. Define tax code at level 510.
    I want to create new tax code SV which includes Service Tax + VAT.
    Kindly let me know the proper way to do it and where i am going wrong.
    Regards
    Manisha

    Hi,
    My problem is not yet solved.
    I want Service Tax - 4.12% + VAT-5% under one Tax code SV.
    I repeat I have created tax code SV
    In FV11,
    for JSRN i give tax code SV and value 4.12% for Service Tax but for JVRN when i give tax code SV and value 5% it gives me error :
    'Tax indicator SV has percentage rate 4.12%'.
    Kindly let me know proper solution, i have checked settings are all proper as per your replies.
    Just let me know how do i create the two taxes JSRN and JVRN under one tax code SV because SV accepts only one fixed value.
    Regards
    Manisha

  • Vendor master update for Payment methods at MASS t.code

    Hi friends,
    Iam changing one new payment method to all vendors (600). for this updates iam using MASS t.code.but iam confuging this step. please help me how to do it at mass t.code step by step. it is very urgent.
    Advance Thanks
    Raj

    After execution of Mass give the object type LFA1( if you want to go directly to this screen use T.Code XK99)
    1.select Vendor Master (Company Code) table LFB1 and execute
    2. Select Data Records to be changed tab
    3. give the vendor numbers and company code and execute
    4.select Fields, select the field Payment methods from pool and move(selectleft arrow) to selection criteria and enter
    5.give the new payment method in new value field and press the carry out mass change and save.
    pl. assign points

  • Service PO close which is not delivered

    Service PO close which is not delivered, I want to close Service po made wrongly in this current year. it is not closing.

    Hi,
    you can set then EKPO-ELIKZ directly in the PO item: in transaction OMF4.
    For example:iIn order to make this field (EKPO-ELIKZ) editible, you need to change field status for it in field status group 'PT9F' in 'Define Screen Layout at Document Level' in SPRO for PO.  (The note 30316 can help you to get the relevant field status groups to check)
    Regards,
    Edit

  • Mass change in service master

    Hi,
    Can anybody tell me how can I make mass changes in service master record ?
    Regards,
    Chetan.

    There is no any std. sap transaction for this..
    U have to use SCAT or BDC Or LSMW only..
    If u have created service material using DIEN material type then u can update that by mm17

  • Mass t,code field name issue

    Hi
    In t.code massobj bus2105 purchase requisition in field list new entries object type bus2105,table name eban,field name ebakz, save it,then i check mass t.code bus2105 field name ebakz not coming,plz help
    Regards
    Sam

    Sorry, I miss to put the recomendation, that it should be used properly for no risky fields like EBAKZ.
    It might sure create inconsistencies for the unproper use, After finishing the job, it could be restore that app exit as a proper suggestion though.
    thanks for the comment Jürgen L

  • OTN Community Code Services and CVS Repository

    Dear all,
    An how-to paper from of the 5th of November in JDeveloper section explain the connection to OTN Community Code Services CVS Repository
    I can't find any CVS repository in that section; Is that a project that has been delayed (or abandonned)!
    thank you for your help
    Of course I could use another hosted development system, but why ?

    Gregory,
    We are in the process of updating our CVS services (specifically for Linux) with the expectation of having the service back in place in the next 4-6 weeks.
    I'm guessing from your note this is a service you are interested in using and so I will post to this thread as I get more news / information and an ETA.
    Thanks, Andrew
    OTN - Team

  • Mass T-code Of Planned  Order Deletion

    Dear All
    Is there any mass T-code  For Deletion of bulk planned order. An PIR.
    Rgds
    Pankaj Agarwal

    Hi,
    You can use function to execute one or more actions for a large number of planned orders simultaneously. This is possible both within the SAP System and over an interface from an external assembly control system.
    Features
    SAP supplies the function module MD_SET_ACTION_PLAF for action control.
    This function module includes the following actions:
    Explode BOM
    Explode BOM, check availability
    Check availability, only explode BOM in the case of a requirement
    Check availability, do not explode BOM
    Reset availability
    Change planned order data
    Schedule planned order
    <b>Delete planned order</b>
    Confirm planned order (in repetitive manufacturing)
    Firm planned order data
    Firm planned order components
    Print component overview
    This is in the foll link...
    http://help.sap.com/saphelp_470/helpdata/en/f4/7d3f9344af11d182b40000e829fbfe/frameset.htm
    Use T.code md75 to delete PIR.
    Regards,
    Senthilkumar SD

  • Crop and Resize photo within the COD service in ESS

    Anyway to crop and resize photo within the COD webdynpro java component in ESS?

    No what i mean is how to allow the user to upload a photo using the COD service but also allow them to crop and resize the image as documented here:
    [How to Add Image Crop and Resize Capabilities in Web-Based Applications|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10ab79a4-1fc2-2b10-29bb-ef9ff6771e72]
    The solution above does not use the webdynpro COD service in ESS, it is a portal component with embedded JavaScript which also only stores the photo on portal only (not the infotype in ECC).  I guess I need to figure out how to add these javascript files to the webdynpro COD service in ESS.  Although I don't think Webdynpro Java allows you to add javascript.

  • Mass closing of service PO`s

    hi all,
    i want to close some 50 service PO`s at a time irrespective of open or any.is there any t.code ?

    hi,
    thanks for your prompt reply,but is it for service PO or normal po?

Maybe you are looking for