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.

Similar Messages

  • 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

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

  • 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 in releasing service entry sheet

    Dear All,
    While releasing Service Entry Sheet,user is facing the below error.
    BS 007 " Goods receipt for purch order " is not allowed (Internal Order Number)
    If anyone of you people would have face this sort of issue or heard about it then do let me know.
    Thanks in advance
    nainesh
    sap mm

    Nano ,
    Why  the user want to  Do MIGO ,
    Service  entry shhet are meant for service, In STD  SAP you can not have do good recieved  For the service
      The process is  like
    1  Creation of service aster
    2 Create a Service PO
    3 Maintain service entry sheet
    4approve service entry sheet
    5  MIRO
    After you release the serive PO try to do the  MIRO

  • User exist to create custom error messge for service entry sheet

    Hi,
    Can any body tell me any user exist to create custom error messge for service entry sheet?
    Thanks,

    Hi
    Can you please elaborate on the business scenario??
    You may look at EXIT_SAPLMLSR_020 or EXIT_SAPLMLSR_021 for this purpose.
    Regards
    Prasad

  • Error in Posting Service Entry Sheet - FI 311 No Commitment Item in Item 1

    Dear All,
    We need a suggestion/solution for the following problem :-
    Our customer had raised purchase orders for services in may 2010. The following critical entries were made in the purchase order.
    Account Assignment Category was P-Project
    The WBS element was entered as the Accounts Assigment Category was P.
    The user was entering uncoded services. Hence the material group for that service which had G/L a/c tagged to it was entered. But the G/l code was not populated in the purchase order by the system at that time of creation of purchase order and subsequently the user was able to save and release purchase order.
    The user was able to post Service Entry Sheet and generate accounting entries in june 2010.
    Additional service entry sheets are required to be posted for the remaining quantites. The client has urcated the SES process into two parts.
    1. Through T-code ZML81N the end user is able to create and save the SES.
    2. Through T-code ML81N the Head of Department is able to approve and post the SES which results in generating of accounting entries.
    Presently the user is able to create SES with tcode ZML81N. But when the HOD tries to approve and post the ses we get the error.
    FI 311 - No commitement item maintained in Item 0001 in P220 (company code).
    Fund Management is active in this company code and all settings related to Funds Management and FI have been checked by respective consultants.
    The end user is not having any problems in processing SES for current Pos. But he is not able to create SES for the POs created in May, 2010 for which the user has already created and posted more than one SES against the same POs.
    We have already escalated it to SAP.
    Thanks in advance
    Anil Shanbhag

    Hi,
    Use T.code:FS00 and check G/L account 280000 is there in your company code or not.
    If yes, check its nature(type/description,control data , cretae bank/intererst tabs)of G/L
    NOTE: Also check and compare the field selection between Movement type 101 & your G/L account 280000 in SE38 t.code with  Program RM07CUFA
    Regards,
    Biju

  • Exit while releaseing Service Entry Sheet ML81N or event

    Hi,
    Any exits/ events while releasing a Service Entry sheet?
    Thanks,
    Krishna.

    hi,
    Check the User Exits for ML81N
    Exit Name           Description
    INTERFAC            Interface for data transfer
    SRVDET              User screen on tab strip of service detail screen
    SRVEDIT             Service list control (maintenance/display)
    SRVENTRY            Unplanned part of entry sheet (obsolete since Rel. 3.1G)
    SRVESI              Data conversion entry sheet interface
    SRVESKN             Set account assignment in service line
    SRVESLL             Service line checks
    SRVESSR             Set entry sheet header data
    SRVEUSCR            User screen on entry sheet tabstrip
    SRVKNTTP            Setting the account assgnmt category when reading in, if "U"
    SRVLIMIT            Limit check
    SRVMAIL1            Processing of mail before generation of sheet
    SRVMSTLV            Conversion of data during importing of standard service cat.
    SRVPOWEB            Purchase order for service entry in Web
    SRVQUOT             Service export/import for inquiry/quotations
    SRVREL              Changes to comm. structure for release of entry sheet
    SRVSEL              Service selection from non-SAP systems
    SRV_FRM             SRV: Formula calculation (obsolete since 4.0A!)

  • Error while doing Service Entry

    Hello all,
    Creating a service entry sheet is not possible, because after saving the sheet, we receive an error message in the Business workplace:
    Update cancelled. After that the newly created service entry sheet cannot be found.
    Please advice what could be the possible reason for this.
    regards,
    Prashant Rathore.

    Hi,
    There may also be a short dump associated with the update error.  This could be            
    accessable through the mailbox.  If it isn't can you also check in  transaction ST22 if the relevant dump is contained there.    
    Additionally please kindly review the note 3179, if the error occurs during the entry sheet acceptance:
    .- Please check transaction OMBT to determine the current number for material                  
       documents.                                                                               
    .- Then use SE17 for table MKPF and determine the latest material                
       document number.                                                                               
    .- Then set the current number to one higher than the last material              
       document in OMBT for the relevant number range.   
    Regards,
    Edit

  • Error while making service entry; msg - error initializing text

    Dear All,
    Please help us with this, we are getting this msg of 'error initializing text' when trying to make a service entry.
    The PO was rasied on the service master created using AC03..
    Looking for any knid of help...
    Thanks & Regards
    Arun

    the error msg is as given below
    <i>Error initializing text
    Message no. SE208
    Diagnosis
    An error has occurred within the system during the initialization of the long text.
    Procedure
    Please contact your system administrator.</i>

  • Function Moduel for Acceptance of Service Entry Sheet

    Dear Experts,
    We have a requirement, in which we need to accept the Service Entry sheet from a web service. For this purpose, we are searching for suitable BAPI. We have BAPI for Release of Service Entry Sheet. But failed to find any BAPI / Function Module for the acceptance of the Service Entry. Please suggest a suitable function module / if available please share the source code for the same.
    Thank you,
    Regards,
    Ramakrishna Mangena

    HI Ram,
    Please Find a few Function Module Below
    BAPI_ENTRYSHEET_CREATE
    BAPI_TRANSACTION_COMMIT
    Please Find the Link Below. it has code
    Hope this will be Help Ful
    [Code|Error while creating service entry sheet]
    Thanks
    Kalyan

  • Error ' Quantity exceeds quantity in PO' in service entry sheet creation.

    Hi,
    I am getting error "Quantity entered 7,000 exceeds quantity 5,000 in purchase order' ,  Message no. SE363" while creating service entry sheet
    PO Quantity - 1 AU
    Service  quantity - 5 HR
    in service entry sheet creation i am giving 6HR instead of what is planned in PO
    Not sure what driving this error, please help
    Thanks

    Hi
    Could you please check if Message SE 363 is set as an E (Error) in the IMG transaction OME0?. If it is set to an error you will not be  able to accept service overdeliveries even if you have the unlimited indicator set.                                                                               
    Regards,
    Mauro

  • Error - Service Entry Sheet

    Hi all,
    While Doing service entry sheet system is showing the following Error Log.
    "147 Account determination for entry 1000 KBS 1000 not possible"
    Please explain how to resolve this.

    Hi,
    No need of any sap note check here.
    Go to OBYC transaction.
    Double click on KBS transaction key, Enter the chart of account.
    There maintain the G/L account for 1000 valuation class/valuation modifier.
    Regards,
    Bharat.

Maybe you are looking for

  • Saving a flash file from cs3 to cs4 ruins the file!

    Last time I used flash for an urgent commission I discovered a very heavy bug, which did cost me half a day of work and nearly the whole commission. What happened: I saved a flash file originally created with Flash CS4 as CS3 because the Actionscript

  • Full screen caller image display

    Full Screen Caller image was one of the best feature of an iPhone that made look iPhone simpler and fantastic to use.. This particular feature seems to have been last with the upgrade to iOS 7.1.. Please fix this issue.. Full screen caller image disp

  • N97 Firmware 2.1 Music Player - Podcast listing

    I just updated to 2.1, and within the music player - podcasts, i have lost, Never Played, recently heard, all podcasts and now only have listing by podcast name.   liked the prior features, anyone know if this is a bug or "upgrade"? thanks

  • Unit Conversion Code to display the BW report in one unit

    Hi i want to display the units in US standards in initial view of report and allow users to convert in local units if they want. A. I find that data is comingfor "factory area" field in cube in various units such as FT(Feet), MT (Meters), ST, IN. as

  • HELP! ID2 to CS3 or CS4

    I have a large document that was created in ID2 several years back. When trying to open in either CS3 or 4 it crashes. My printer can open it in ID2, but it too crashes his CS versions. He has tried doing a simple save and then reopen. Is there any w