Query related to Service Entry Sheet for maintenance order

Dear Gurus,
I am little bit confusing while entering SES for maintenance order,
Do we need to enter both Maintenance Order# & Cost Center# in Account assignment tab of SES?
What is impact of entering both in SES?
What is standard procedure of accepting services for maint order?
Thanks in advance.
Regards,
Amol.

Hi Amol
Why you created Framework Order ?.. You can not change account assignment category in service entry sheet..e.g. K-Cost Center.. F- Order
But depending upon settings, you can change account assignment values such order 1 to order 2
If there are requirement that SES can created for  Account assignment F or K. I recommend you to use following approach
1. Create a Contract - ME31K with AAC as U- Unknown (If business already have rates negoiated with vendor for services)
2. Create release order with reference to contract and system will prompt you to enter AAC- it can be K or F
3. Perform SES w.r.t to Release Order.
Other Approach can but not strong one.. create two line items in the PO. one with K and Other with F.. then choose the line item at time of SES creation that business want to book the cost on CC or Order.
Thanks,
Jagdeep

Similar Messages

  • To make service entry sheet for multiple line items of the service PO.

    Hello MM Gurus,
    Please help me for the following
    I create a service PO with say 10 line items. Then while doing the service entry sheet the system automatically picks the line item 10 by default. When I try to enter the other items it throws an error" unplanned services cannot be entered"
    So how to make a service entry sheet which shall include all the line items of the service PO at the same time.
    So if I have 100 items in the PO do we make the service entry sheet 100 times against each item? Is there any seeting/solution on this?
    Please help.
    Regards,
    Prasanna.

    Dear,
    I have two solution for u.
    1) Create different service entry sheet -ML81N for each line item and create single invoice verification for all service entry sheet - MIRO
    2) Create service purchase order - ME21N for only one line item.
    And include all services in service tab available at item detail level of service purchase order. Enter it's quantity and rate.
    Than create one service entry sheet for purchase order.
    So you can create one service entry sheet for all line item of services.
    Note: - Use option 2 for easy process.
    Regards,
    Mahesh Wagh.

  • Error: while creating Service Entry Sheet - for HELD PO

    Hi experts,
    While PO XXXXXXXXXX is in the status of Hold. System allowed me to create & delete a service entry sheet(SES) on particular date.
    Another day i tried to create SES for the same PO. System is not allowing me to create SES and it gives me error as  'Purchase order XXXXXXXXXX incomplete (parked)'.
    While debugging I found that ekko-memory field set to 'X'. At this point I am getting error.
    My question is why the system is allowed me to create SES for a PO which is in HELD status?.
    Please help me.
    Thanks In advance,
    Vinod

    Thanks for the reply.
    We are aware that system will not allow to create Service entry sheet for held po. But it is allowed me to create on a particular date. Another day i tried to create/delete a SES for the same PO or new PO(held status)  system is not allowing me to delete/create SES.
    Please help me what might be the reason which allowed me on a particulare date.
    Thanks in Advance,
    Vinod....

  • Service entry sheet for t.code ml81n

    Hai every one,
    My requirement is like this.
    User should select one line item while adopting from service PO in service entry sheet and save. So that he will get one service entry sheet for one line item. so when he  select more than one line item and tries to save in one service entry sheet the system should give error message and he should not be able to save.
    For this i found one function exit 'EXIT_SAPLMLSP_031'.
    i wrote the code like this.
    *BREAK-POINT.
    tables:esll, rm11p.
    data : serent like esll-extrow,
    serent1 like esll-introw,
           count type i
    data: begin of ix_esll occurs 2000.
             include structure msupdap.
    data:    selkz   like rm11p-selkz.
    data: end of ix_esll.
    *break-point.
    *count = 0.
    **loop at IX_ESLL .
    *if IX_ESLL-selkz = 'X'.
    *count = count + 1.
    *endif.
    *endloop.
    break-point.
    if sy-tcode = 'ML81N'.
    *if sy-index <> 0.
    if sy-srows <> 0.
    esll-extrow <> '0000000010'.
    *if esll-EXTROW = '0000000010'.
    *if ix_esll-extrow <> '0000000010'.
    message e000(38) with 'Select only one line item'.
      endif.
      endif.
    *ENDIF.
    In ML81n we can see the line item start with 10,20 ,30 like that. If i hard code the line number is 10. it will work correctly. if i select the 20 it wont work.
    If user select 30 or 40 how i can do this.
    Plz helpme regarding this. It is very urgent.
    Thanks and Regards,
    Vamsi.

    Hi,
    Just use the following code as it is. If you are facing any problem please let me know.
    data: w_no_of_records Type I.
    CONSTANTS:
          c_pgmvariable(21)  value '(SAPLMLSP)REF_ESLL[]'.
    DATA: BEGIN OF I_REF_ESLL OCCURS 200.
             INCLUDE STRUCTURE UESLL.
    DATA:    KOT_PACKNO LIKE COMSRV-KOT_PACKNO,
             KOT_INTROW LIKE COMSRV-KOT_INTROW,
             CON_PACKNO LIKE COMSRV-CON_PACKNO,
             CON_INTROW LIKE COMSRV-CON_INTROW.
    DATA: END OF I_REF_ESLL.
    FIELD-SYMBOLS: <FC> Type ANY.
    assign (c_pgmvariable) to <FC>.
    I_REF_ESLL[] = <FC>.
    DESCRIBE table I_REF_ESLL Lines w_no_of_records.
    If w_no_of_records NE 0.
       message e000(38) with 'Select only one line item'.
    Endif.
    Regards
    Raju Chitale

  • Book a credit note related to service entry sheet

    Hi
    There is a service entry sheet which has been invoiced and payed. The service was a business trip. The vendor discovered that a discount has not not been charged and sent a credit note to the customer. In the transacion ME2S it is seen that a credit has not occured. In the transaction ME2L, the credited amount is still there to invoice.
    How can a credit be booked related to a service entry sheet? It may also be possible to credit only a position on a service entry sheet.
    Thanks in advance
    Esra

    Hi,
    ME2S, which is PO reporting with services. There is a column in this       
    report that is supposed to show the invoiced quantities and amounts. The   
    problem is when you post a subsequent debit against an invoice, only       
    zero values appear. However, when invoices and subsequent debits are       
    cancelled and reposted the correct value are displayed                     
    In the case of 'GR-based IR' (EKPO-WEBRE) and not 'SRV-based IR' (EKPO-LEBRE)              
    there is no quantity calculation as quantity is always 1 in invoices.               
    That is why system displays zero quantity and as the consequence also               
    zero amount for invoices in ME2S.                                                   
    There was only the pilote note  550434 created to change this behaviour, it was available for release 45B only.                                                                               
    Regards,
    Edit

  • Multiple Service Entry Sheet For PO Line Items and One GR Document

    Dear All,
    We have just migrated from ECC 5.0 System to ECC 6.0 System. We are facing a problem while processing service entry sheets and the GR against them. The scenario is:
    1. We create a maintenance plan
    2. Upon saving the Maintenance Plan, a Purchase Requisition (PR) is generated
    3. The PR's are combined into one Purchase Order
    4. Against the Purchase Orders, multiple service entry sheets are created
    In ECC 5.0 System, we used to accept the service entry sheets and only one material document used to get generated as GR document. But now in ECC 6.0, we observe that with the same configuration, individual material documents are getting generated for individual service entry sheets. Is there a configuration in ECC 5.0, that enables clubbing of service entry sheet items in one GR document?
    Your help will be sincerely appreciated.
    Thanks and Sincere Regards,
    Amitabha

    Hi,
    If this can be of help I can report the list of the programs that                    
    are executed:                                                                               
    Before the popup "FUNCTION POPUP_TO_CONFIRM_STEP" appeares in ML81N,                          
    following programs are executed:                                                                               
    5  FUNCTION POPUP_TO_CONFIRM_STEP SAPLSPO1                                           
    4  FORM SELECTION_CHANGED_PO SAPLMLSR                                                
    3  FORM FCODE_SEL_PO SAPLMLSR                                                        
    2  FORM FCODE SAPLMLSR                                                               
    1  MODULE (PAI) FCODE SAPLMLSR                                                                               
    Unfortunately at this time it is not planned to change the current                   
    functionality.
    Regards,
    Edit

  • How we restrict the TECO fucntion without service entry sheet for PM03 cont

    Dear PM Guru's.
    one of my client asking to restrict the TECO function if there is no cost in order either by external service cost or internal service cost? If user raise an order for one external activity , he not created the service entry sheet against PO and he did TECO of the order, when FI people settles the cost system showing either order is already settled or there is nothing to settle. Please guide me how to restrict the user to do the teco function in order. Its very crucial and urgent for me. if any one have solution please update it immediately.
    regards
    Jalu

    IWO10004 Maintenance order: Customer check for order completion
    Use the above user exit to check the cost for the order. If there is no cost, then give error message.
    You can check tables PMCO and AUFK.
    Also you can use function module PM_WORKORDER_COSTS_LIST to retrieve the actual cost values.

  • Purchase Order: Queries related to Service Entry Sheet (ML81N)

    Requirement:
       A user exit to be trigger during the changing (update) of service entry sheet, This user exit should have a code which will go and check the credit memo in RSEG- SHKZG where the value is “H” and will check RSEG- LFBNR number with ESSR-LBLNI and compares RSEG- SHKZG with ESSR- NETWR value of the service entry sheet. if the value is less then or more then ESSR- NETWR (service entry sheet) value it should throw an error “"Amount must equal Service Entry”.
    If the RSEG- SHKZG value and ESSR- NETWR value are equal it should allow to revoke the service entry sheet. 
    Scenario: When user clicks on Change button in ML81N for changing the Service Entry Sheet(existing one), an exit should trigger the error message and should not allow to change.
    Please suggest how to achieve it, which Exit to use where I should code?

    Hi Amol
    Why you created Framework Order ?.. You can not change account assignment category in service entry sheet..e.g. K-Cost Center.. F- Order
    But depending upon settings, you can change account assignment values such order 1 to order 2
    If there are requirement that SES can created for  Account assignment F or K. I recommend you to use following approach
    1. Create a Contract - ME31K with AAC as U- Unknown (If business already have rates negoiated with vendor for services)
    2. Create release order with reference to contract and system will prompt you to enter AAC- it can be K or F
    3. Perform SES w.r.t to Release Order.
    Other Approach can but not strong one.. create two line items in the PO. one with K and Other with F.. then choose the line item at time of SES creation that business want to book the cost on CC or Order.
    Thanks,
    Jagdeep

  • Problem related to service entry sheet?

    Hi All,
    Can anybody tell me that there is any field in po or service entry sheet through which I can restrict accounting entry of service entry sheet. If Yes then where?

    Hi
    Try this one....
    In ME21N after entering the sevices in the service tab.
    Select the service tab line item for display.
    In this select the line type - Line types - Contig line
    Then save the PO.
    This is used like Free PO...In this case Free service item.
    For this no accounting documents will be generated.
    Check this out.
    Regards,
    Raman

  • How to create a service entry sheet for a purchase order acct assmt = U

    I need to create a service entry sheet using bapi BAPI_ENTRYSHEET_CREATE for a purchase order with account assignment category as 'unknown' (U).I am able to create SE sheet for a purchase order if account assignment is maintained in PO but our requirement is susch that at the tme of PO creation they dont assign Acct assgnment cat but want SE sheet to be entered with category 'P' and WBS elemnt . I tried to pass the asscount assgnment category in the header data as 'P' and entered WBS element in table it_services. I am getting error message
    'No account assignment exists for serviceu2019. any help in this regard is highly appreciated.

    can u create it SE entry  manually  without A/c assignment  ?.
    regards
    Prabhu

  • Disable release flag in service entry sheet for specific users

    How can we disable the release flag for specific user/s in Service Entry Sheet(ML81N)?
    Can any one suggest?
    arjman

    Hi dear,
                In the ML81N T code, there is an object M_EINK_FRG Release code and code grp.
    leave it empty. and assign the Role to the user with whoom you dont want to release the SES.
    In this process the system will show you the green flag and also allow you to release the SES but when you will save it the system will give an Error Message about the Authorization.
    this will not allow the user to release the SES.
    Hope it Helps,
    Regards,
    Yawar Khan
    Edited by: 1234_abcd on Jan 21, 2011 12:40 PM

  • Entering the scores in service entry sheet for vendor evaluation

    Hi
    I could not able to enter the scores for vendor evaluation in service entry sheet. How to do it.
    With regards
    G Narendra kumar

    Hi
    While defining the Sub Criteria for Service, you have select the Scoring Method as C (Determination from quality rating of service) or D (Determination from timeliness rating of service).Then u can find a tab for Vendor evaluation in Service Entry sheet where you can enter the scores for service.
    Regards
    Ramakrishna

  • Double service entry sheet for the same invoice and same period

    Hi,
    2 service entry sheets have been made for the same PO with the same period and the same invoice no. And hence by mistake 2 bills have been passed for the same work...
    how to avoid this.....
    is there any std.setting available while creating service entry sheet.
    Plz. help
    Navin

    If there is sufficient quantity in the PO, this cannot be prevented by the system.
    Have the data entry person write the SE Sheet number on the physical copy of the bill so that another person entering it can see that SE Sheet is done.
    Hope this helps,
    Lakshman

  • Restrict service entry sheet for reversal

    Hi experts,
    How can we put a check that service entry sheet should be reversed by the user who has accepted the same even from the same Plant, Purchasing organisation etc.
    thanks in advance

    hi Rajat,
    Configure release strategy as below -
    Two release codes for X (Say 19) & Y (say 20)
    Give authorisation User X - Rel code 19 and User Y - Rel code 20
    Configure SES release strategy wherein SES can be either released by 19 or 20 (See Pic 1)
    Maintain classification
    Now create SES & release with User X having authorisation for rel code 19 only (See Pic 2).
    And then try to un-release with User Ywith release code 20, it will not allow & will give error "Not possible to cancel release with code 20" (See Pic 2)
    User Y can not un-release with release code 19 as he dont have authorisation for rel code 19.
    Try this out in TEST system, hope this will help you.
    Reg, Rakesh

  • Service entry sheet for shipment cost reversal - Change option is greyedout

    Hi,
    I need to cancel shipment cost document. Which is completely transferred to accounting. First i am trying to reverse the service entry with revoke acceptance . But system is not showing change button neither in toolbar nor under menu. can anybody help on this?

    Hi,
    For cancle the shipment cost you have to fallow these steps
    1- VI02 -Delete the shipcost doc.
    2- VF01 - cancle Billing doc
    3- VT02 - Del TPPL doc.
    4- VL09- Cancle PGI
    5- VL02n Delete Delivery doc
    Hope it will helpfull for you
    Thanks

Maybe you are looking for

  • Migration from Tomcat6 to JBoss4

    can anybody hep me in migrating a struts application from tomcat to jboss4.

  • Purchase Order Document type FO?

    Hi, Why we need to use in Purchase Order Document type FO? With Document type NB also we can make Services ,Right? Thanks

  • Business area change in cost center

    Dear Expers, Please guide me, How to change the business area in cost center master data,  which is having already data in that cost center,  any programme to change,  if i change B.A  what will happen,  any problem to old data which is posted with t

  • Conectar dos monitores a ThinkCentre M73 SFF

    Hola, tengo una duda, Si quisiera conectar dos monitores a mi thinkcentre m73 sff, ¿serviría comprar un adaptador display port > VGA y conectar un monitor a la entrada normal VGA y el otro al adaptador?,¿el pc va a enviar señal a los dos monitores? S

  • Transformer une palette en nuancier

    Pour travailler sur une image en mode  "couleurs indexées" sans modifier la table des couleurs, il faudrait  pouvoir transformer la table des couleurs ou "palette"  en nuancier. Comment faire , (à part tranférer les 256 couleurs une à une de la table