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>

Similar Messages

  • Change purchasing group while making service entry

    Dear all
    can we change purchasing group while making service entry
    with Regards

    System will not allow you to change the Purchasing group while creating service entry sheet.You will get error User XXXX already processing Purchase order XXXXXXXXX

  • 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

  • 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

  • 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 initializing text

    Hi Experts
    In Ml81n, after adopting the PO,this error is coming(error initializing text),while tracking through navigation button it's taking to messsage class SE and message no. 208: error initializing text.
    what may be the cause of error?
    Please help
    Thanks
    Regards
    Tushar

    Hi,
    Please refer to OSS notes 323532 & 905284. You may have to fix the source code.
    Cheers !

  • 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

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

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

  • "Buffer table not upto date" while creating Service entry via BAPI

    Hi All,
    I am facing the same issue while creating and accepting a service entry sheet via BAPI_ENTRYSHEET_CREATE in a report . I get a pop up message S001 (Buffer table not upto date) in ML81N. Though, it is not an error message it delays the further processing. I have checked the relevant threads for this message but since there is no SRM involved, I couldn't track the exact solution.
    Regards,
    Garima

    Hi ,
    Please close all the applications and re-check your rquirement.
    Also, check for any information from SM21 logs.
    Some times, it can be due to program /report not correctly maintained.
    Finally, Basis people need to validate & may re-start (cautios of Production system) system.
    Regards
    Nagaraju

  • 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!)

  • Tax calculation while posting Service entry reversal

    Hi Experts,
    I have a scenario where the Service entry sheet was posted for $8,479.41 with U1 as tax code. the net value after including tax is 8900.74
    but when the user posted the invoice, he used I0 (tax exempt). the invoice amount now was 8305.54.
    after that there was a reversal so the user posted credit memo for the same amount(8305.54).
    but when we reverse the Service entry sheet,  instead of reversing for the original Material doc amount (8900.74) the system is reversing the invoiced amount which 8305.54. I checked all the accounting documents but fail to see where the remaining amount 685.2 is posted. I am not able to reverse this amount in MIGO
    Service Entry/Material Doc (U1): 8900.74
    Invoice Doc (I0): 8305.54
    Credit Memo: 8305.54
    Material Doc through Service entry revoke: 8305.54
    Please help me understand this scenario

    Hi,
       Refer the note:  856682 - Goods receipt document cancelled with incorrect value  which explains the reason and the system design.
    Regards,
    AKPT

Maybe you are looking for

  • Suddenly my iTunes will no longer sync video taken on the iPhone. Why?

    Suddenly my iTunes will no longer sync video taken on the iPhone. Why?

  • What is the best setting for compressing to a Window Media Player?

    I now have the latest Compressor, just now need to figure out which is the best setting to use for compressing to a Windows Media Player. Does anyone know which is the best method?

  • ABAP Runtime Error Intermediate Save

    Hello , I have an issue regarding following message that i see in the ABAP Runtime Error A RAISE statement in the program "SAPLCOVG" raised the exception condition "NOT_FOUND". Since the exception was not intercepted by a superior program, processing

  • SSD Firmware update fails

    In my T61p [6457-BQG, BIOS 2.29]  I have the Lenovo version of a Samsung 830 SSD [MZ7PC256HAFU-000L7]. It is recognised by the firmware update program [fwss29.iso] and I am offered the chance to update from CXM72L1Q to CXM75L1Q. But when I try to run

  • How to combine several measures into 1 pie chart

    Hello everyone, I have a requirement to create a design studio application with a pie chart to show several measures. It means that I have several different measures and I want to let each piece of the pie chart present 1 measure. For example, I need