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

Similar Messages

  • Validity period error while creating Service Entry Sheet.

    Hi SAP experts,
    Users are facing below two error messages while creating serivce entry sheet with respect to Standard PO (NB).The PO has RFQ refrence where Validity start and end date is blank. Also PO has Item category 'D' (Services)
    1) "Runtime of entry must fall within Run time of the PO (05.12.2008-05.01.2009)
    2) Entry must be wihin validity period of purchase order (05.12.2008-05.01.2009)
    In the EKKO table system is showing validity start and end date for PO but it is not present in the PO (NB) by ME 22 / 23N.
    Basically standard PO (NB) should not have validity start date and end date but still it is showing in the table EKKO. 
    Kindly provide me related resolution ASAP.
    Thanks
    BR,
    Rahul

    Hi Alex,
    Thanks for the quick reply.
    There is no Validity period maintained in the PO header under "Additional data".
    but still I am getting Validity data in the table EKKO for standard PO (NB).
    BR,
    Rahul

  • Error while creating service entry sheet

    Hi Experts,
    I am trying to create service entry sheets using bapi 'BAPI_ENTRYSHEET_CREATE'  for a purchase order with multiple line items. The bapi creates SES for the first line item but gives error 'User xxxxxx already processing purchase order nnnnnnnnnn' for the rest of all. Tried using 'COMMIT AND WAIT' after bapi call but it's not working.
    Kindly help me out with the solution.
    Regards,
    B.Siddhesh

    Hi Siddhesh,
    Please use below code before calling the 'BAPI_ENTRYSHEET_CREATE' to unlock the PO.
    Hope this is helpful.
    **Delete the Lock objects EKKO Header PO.
         CALL FUNCTION 'ENQUEUE_READ'
           EXPORTING
             GNAME  = 'EKKO'
             GARG   = ''
             GUNAME = SY-UNAME
           TABLES
             ENQ    = ENQ
           EXCEPTIONS
             OTHERS = 0.
         IF NOT ENQ IS INITIAL.
           DESCRIBE TABLE ENQ LINES SY-TFILL.
           CHECK SY-TFILL > 0.
           CALL FUNCTION 'ENQUE_DELETE'
             EXPORTING
               SUPPRESS_SYSLOG_ENTRY = 'X'
             IMPORTING
               SUBRC                 = RC
             TABLES
               ENQ                   = ENQ.
         ENDIF.
    **Delete the Lock objects EKPO Header PO.
         CALL FUNCTION 'ENQUEUE_READ'
           EXPORTING
             GNAME  = 'EKPO'
             GARG   = ''
             GUNAME = SY-UNAME
           TABLES
             ENQ    = ENQ
           EXCEPTIONS
             OTHERS = 0.
         IF NOT ENQ IS INITIAL.
           DESCRIBE TABLE ENQ LINES SY-TFILL.
           CHECK SY-TFILL > 0.
           CALL FUNCTION 'ENQUE_DELETE'
             EXPORTING
               SUPPRESS_SYSLOG_ENTRY = 'X'
             IMPORTING
               SUBRC                 = RC
             TABLES
               ENQ                   = ENQ.
         ENDIF.
    Reward if helpful.
    Regards,
    Shakeel Ahmed

  • Error message SE508 while create Service Entry Sheet (ML81N)

    Hi,
    In client production system we are facing problem of getting error message SE508: Error in account coding allocation just after we click "adopt services"tab while creating service entry sheet (with respect to PO)Tcode ML81N.Please analyse the problem and give us solution as why it is happening? Please look at error screen shot with steps followed (in attachment) for your reference.
    ML81N>Select PO>Enter>goto entry sheet create (empty page)>service entry sheet displayed with internal no. assigned >click tab "service selection">Input PO No.> click "adopt services"> here we get error message "SE508":ERROR IN ACCOUNT CODING ALLOCATION
    Regards
    Rahul Shukla

    Hi,
    I would suggest you to check the note 1087090 first.                                                                               
    Further I would like to recommend you to deactivate the exit EXIT_SAPLMLSK_001 in case it is active in               
    your system. 
    If the note 1087090 doesn't apply, please check the services data in the tables ESKL and ESLL. If PO services data have been deleted in the corresponding PO item, please check all of the deletion indicators in ESKL and ESLL. There must be an inconsistency. For example: the field 'LOEKZ' has been set in the table ESKL for the PO item, but it does not reflect in the table ESLL.                                                                               
    In table ESLL, there is no logical or physical deletion but the            
    services in the table ESKL has been marked (i.e logically deleted) -> this could be the reason for the error message SE508.  For this case please open a SAP ticket to get help with the correction of the inconsistency.
    Regards,
    Edit

  • Error while saving service entry sheet

    Hi Gurus
    I m getting the following error while saving service entry sheet
    Account determination for entry MGCA WRX not possible
    Req. for help
    Eldee

    Hi,
    Use T.code:OMWB,
    Enter Chart of Account,Now you will have new screen,
    Click WRX, sys will take to new screen
    Click Rules,select check box of debit and credit only and save.
    Now enter you G/L accounts(GR/IR) in debit and credit field and save.
    Now try your transaction.
    If helpful to you then reward.
    Regards,
    Biju K

  • Price error while entering Service Entry sheet.

    >HI All,
    >the scenario is like this :-
    >We have enter uncoded services in the Services Tab of item details and have entered qty and gross price alongwith wbs element. There are about 63 lines ltems, while selecting the first only three are getting selected correctly the line items 04 to 08 are giving the following error. The line items 09 to 63 are also giving no error. But the below said error is coming for line item no. 03 to 08.
    Enter a price.
    When we try to enter a price it does not accept.
    and gives an error message SE316.
    Enter a price
    Message no. SE316
    The functionality requires that a price must be entered for service lines in purchase orders and service entry sheets.
    If you have to enter a line with the price "0", you can mark the line as an informatory line.
    We try to sent the price in the column but it is not accepting the price.
    What could be the solution to this error.

    Hi,
    Take help of FI Consultant and write a Substitution in GGB1.

  • Error while creating service for BW query

    Hi All,
              I am creating service in gateway system by using BW query.
              I had created service using Entity Type -> Redefine -> BW query Service
              It is generated successfully but when i am running through Gateway Client, It is throwing error, given below
              " The argument '67.504.82831' cannot be interpreted as a number."
              All properties are string but still it is giving error in number.
              I am using Netwiever Gateway 7.3.
             Kindly advise, what could be issue and , how we can analyse.
    Thanks in Advance.
    Regards
    Vivek

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

  • Is a BAPIBadi available for uploading data to create Service Entry Sheet?

    Dear MM Gurus,
    Users are currently entering Service PO and creating Service Entry sheet for the Subcontractor consultants  (using Transaction code - ML81N) by referring to the Service PO.
    Due to the high amount of data, the users do not want to create Service Entry sheet using ML81N.
    Rather, they have the flat files containing approved timesheet data of the consultants every month and want to upload the flat files. Is there any BAPI or BADI available for uploading such data monthly, to create a Service Entry sheet automatically? Is this feasible?
    Do other companies follow this procedure? Any ideas/suggestions are welcome.
    thanks
    M

    Hello ,,,
    BAPI_ENTRYSHEET_CREATE
    Take the help of ABAPER and write a upload progrme for creation of Service entry sheet.
    Mahesh Naik

  • Problem in Creating Service Entry Sheet

    Hi,
    We have a Service PO. When we are creating Service Entry Sheet for it, showing error msg -
    "Goods receipt for purch. order" is not allowed (ORD 10000722)
    What should be issue...

    Hi,
    I am very sure that PO is created with the account assignment -F (Internal Order) , So provided IO number in PO under account assigment tab is already locked by your accounts/commercial team.
    Please check if the Interal Order is blocked ,you need to activate IO again from KO02 or either change your IO accordingly.
    Hope this will resolve your issue.
    Thanks & Regards,
    Sandesh Sawant

  • Create Service entry sheet based on % work completion

    Dear Experts
    Is it possible to enter the percentage for planned services, while creating service entry sheet.??
    For example:
    My client requirement is like that, while creation service PO, there a planned service like 1 lot - 10,000RS.
    while creatiog service entry sheet, they need to keyin like 34.567%, so it possible to keyin as 34.567% while creating service entry sheet. if so please advice me the steps..is there any confiq to be done?
    Please advice me..
    Regards
    Saravanan

    Really appreciate your response!
    They want percentage enter with min 3 decimal points like 34.567%, its one of most important requirements, bez the 3rd digits of percentage,...will shows big fluction in VALUE. say around like millions.
    Thats what they want to be implemented.
    While creating service entry sheet, instead of Quantity field, is it possible to bring the Percentage field in SES?
    There is one control data in condition table, where we can assign percentage, but i dont know the confiq...i dont know is this the correct place or not...even after change to percentage..whether it will allows 3 digit decimal or not..that one more question?
    Regards
    Saravanan

  • Regarding pricing not picking from contract while creating service entry

    hello,
    we are facing a problem -we have created a contract with a service item and made a purchase order with the same reference as well. problem starts while creating service entry sheet while adopting the services its not picking the rate from the contract. please guide us how to proceed further.
    thanks,
    ritesh

    Hi Ritesh,
    please check the pricing date in the contract service item and also in the entry sheet header. The price could be probably not found due to different validity of the pricing condition in contract - the price from the contract is not valid on pricing date of   the service entry sheet.                                                                               
    The price in SES is determined on the base of the value in the                        
    field 'Price Reference Date of Entry Sheet' (ESSR-LBLDT). This field                  
    is located on 'Basic data' tab.                                                                               
    However, enhancement SRVESSR (customer exit EXIT_SAPLMLSR_010) can                    
    be used for changing this behaviour.    
    Regards,
    Edit

  • 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

  • *Unable to create Service Entry Sheet.*

    Hi,
    Iu2019m trying to create service entry sheet for a service PO but all the item level fields in ML81N screen are appearing in display mode (non-editable) also I cannot see the u201CService Selectionu201D button. So Iu2019m unable to insert/select the service detail and cannot create the entry sheet. If I use the menu path Edit->Service Selection, still cannot adopt services and system gets busy for a substantial period and eventually timed out.
    Please helpu2026
    Iu2019m using ECC 6.0
    Thanks, Pratap

    Service PO: Intangible good that is the subject of business activity and that can be performed internally or procured externally (outsourced).
    -     Services are regarded as being consumed at the time of their performance. They cannot be stored or transported.
    -     Examples of services include construction work, janitorial/cleaning services, and legal services.
    Steps involved in Service PO:
    1.     Define Organizational Status for Service Categories, in IMG - MM - External Services Management.
    2.     Define Service Category, Enter Service Category, Org. Service Category, External Number Assignment
    Without Validation, Acct. Category Reference & Service Category Description.
    3.     Define Number Ranges for Service Category.
    4.   Create Service Master Record (AC03), SAP Menu u2013 Logistics u2013 MM u2013 Service Master, Enter Service Category,
          Base unit of measure, Mat/srv.grp (007 u2013 Service), Division, Valuation class u2013 3200 & Service type.  
    5.     Create Service PO with Acct. Assignment u2013 Cost Center (K), Item Category u2013 D, Material Short Text, Mat. Group, Plant, Entry for Services in Item Level i.e. Service No., Quantity & Gross Price u2013 Save.
    6.     Maintain Service Entry Sheet u2013 ML81N in SAP Menu u2013 Logistics u2013 MM choose PO in ML81N edit and save.
    7.     Then do MIRO from PO reference u2013 Service Entry sheet.
    8.     Collective Release of Service Entry Sheet u2013 ML85
    Organizational Status for Service Category: The organization status indicates the areas in which service master records are used.
    Service Category: The service category is the most important criterion for structuring service master records. It provides a default value for the valuation classes. Service master records can be assigned to number ranges on the basis of the service category.

  • Error "Account Coding allocation" SE 508 while creating Service Entry

    Hi SAP Gurus,
    I am facing problem while creating Service entry as "Error in Account coding allocation"
    As for the particular PO , SE is partially created and accepted, also MIRO entry is also done.
    After that PO was deleted accidentally and again undeleted.
    So when Analysed , found that ESKL table is updated with deletion indicator.
    Path in PO Service tab>Account assignment>Change Display-->deletion flag is set, which is in display mode and cannot be changed.
    As the whole cycle is completed for partial quantity the system is not allowing to change the deletion flag as per teh path above.
    Also the notes 1087090 is applied.
    Spoken with the abaper also as the note which is indicating the Exit   "EXIT_SAPLMLSK_001"  is also not active in our case.
    Waiting for the reply ASAP.
    Thanks & Regards.
    Anil Singh Thakur

    Hi,
    Check the below link to resolve your issue.
    Error in account coding allocation Message no. SE508 in creation of SES
    Umakanth R

  • User-Exit / Badi  for ML81n (create service entry sheet)

    Dear experts,
    I am looking for a User-Exit / Badi  for ML81n (create service entry sheet),  which will enable me to compare its date with the referenced PO's item's delivery-date,   befor saving ,  and send an error message (with no update) if the check is not OK.
    Remark :  I have tried MB_DOCUMENT_BADI   but with no success because you can't send an error message from it.
    Thank you
    Yaacov

    hi check below thread
    User-Exit for Service Entry Sheet via ML81N?
    regards
    vijay

Maybe you are looking for

  • Update record error

    Hi have have my users update there records but get this error. But the record still updates in the database. it dosent go to the confirmation page. Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver]

  • Can I add metadata e.g. lens make?

    Hi, I am using Lightroom 3.3. Can I add metadata to images? If I am using a lens that is not "known" by the camera (yes - it´s M9 with Visosflex) I would like to later add the focal length and lens make in he metadata of the image. Can  I do this in

  • MI: the data objects in the SCV dont have the active DOE triggered adapter

    We try to use SDOE_LOAD on MI7.1 to do the initial load. However, we get the error: "the data objects in the SCV dont have the active DOE triggered adapter." We cannot find a fix anywhere. Please help. thanks a lot!

  • Change run with many projects

    Hello experts! On our BW a lot of projects are working. Every projects is managing his data loading processes on its own. Sometimes we have the problem that one change run is locking others while running at the same time. As far as I know both change

  • SQL Query returns question marks

    I am seeing a SQL Query, executed via ADODB in VB, from a 10G client (don't know exact version) to a Sun Solaris based 9.2.0.5.0 Server return all question marks...Table queried consists of 3 columns, 2 varchar2, one long: Here query: SELECT SETTINGV