Service entry sheet date change box prompting in ML81n

Hi Gurus,
Can anyone tell me why this might be happening. Lets say we created a service entry sheet in the previous period and after performing the service i want to approve it. I cannot post to the previosu period because it is closed. I can only post to the current period. No doubt or confusion there. Even if i try to post to the previous period the system should prompt the date change box so that the user knows yes i have to put a date in the current period. But this does not seem to happen always. Sometimes the system prompts the date change box and sometimes it does not and directly gives the message error log of accpetance entry psoting and blah blah. Why is it that systemgives the date change box sometimes and sometimes it does not
Thanks
Anusha
Edited by: anusha vemulapati on May 13, 2009 5:37 PM

Dear Anusha,
System give the date change box only when your date not matching to  MM posting period dates.If your dates is under MM posting date periods system is to question you.
befor posting,i mean you check dates with MM posting dates to curent dates.
mostly system allow previous month periods,if more than that system is not accept ,it is purely relation with posting periods issue,this type of question you can idetify in MIGO posting time
Hope this may helps you
Prem.

Similar Messages

  • Standard SAP reports for detailed Service Entry Sheet data

    Hi All,
    I am searching for standard SAP reports to extract the detailed Service Entry Sheet data out of SAP. For example, I need the deailed information like Service Entry Sheet Number, Purchase Order Number, PO line item number, short text, Posting Date, External Number, Service number, Quantity, Gross Price, Cost Object (Order or Network or WBS), Personal Number (if applicable), workday. I couldn't find any standard report. So if anyone know it, please help me.
    Thanks,
    Ting

    Hi,
    In ME2S also you can get good report by execution and by clicking SO/ PO number.( where cost object can be viewed)
    If you are very much specific, go for development
    Regards,
    Biju K

  • IV date Befor Service entry sheet date

    Hi.
    Can somebody help me to restrict user to  enter  IV date before service entry sheet date?

    Hi,
    Use t.code: OBA5, enter Application area  F5 and in next screen go for New Entries
    Enter  message no 149  & set as  Error & save.
    Now try ur transaction,
    If the above message setting not worked  then set  message no 149 as Error in Application area F5  in OBMSG t.code.
    Regards,
    Biju K

  • Service Entry Sheet Qty Change

    Service PO is created with 21 line item of service. And Service entry sheet is created for 18 line item.
    Now i want to edit the existing service entry sheet to make it for 21 line item.
    Please help....

    Hi,
    if Service entry sheet is fully released/accepted   then  reverse service Entry sheet release by Revoke option using t-code ML81N/ ML85 .
    or
    if Service entry sheet is not released,then add the remaining line items by using service selection option using Tcode ML81N  and go to change mode.

  • Due date calculation from GR Date / Service entry sheet date

    Dear Friends,
    GRN Date--01.05.2009
    Payment terms--- Within 45 days due net
    Transaction code---FBL1N
    System should not output these records before 14.06.2009 in FBL1N.
    It should ouput on or after 14.06.2009.
    Regards
    R Panda
    Edited by: Rutabhadra Panda on Jun 2, 2009 9:18 AM

    Hi
    Try with payment terms option
    SPRO- SAP IMG- Material Management - Purchasing - Vendor Master - Define terms of payment
    regards,
    Raman

  • Posting Date in Service Entry Sheet

    Hi All,
    The problem I am facing is as follows:
    The Client makes a service PO then it gets released from the highest level.
    Thereafter when we do service entry sheet in ML81N, that also has a release strategy and if suppose the highest level has released it the same gets posted in FI.
    Now the issue is that after this the sevice deptt realises that the postind date is wrong and then the hihest level unreleases the same service entry sheet and changes the posting date prior to the earlier posting date. And then saves it and release the same.
    So once again the FI gets posted but the previous entry in FI is much after this entry.
    That is any solution to control the posting date so that no one can change the same when posted/released to FI.
    Hoping for a reply soon.

    Hi
    There is no standard message which controls the posting date with the current date.
    You can control the same using the Enhancement "SRVESSR" and the user exit "EXIT_SAPLMLSR_010" and control the user exit.
    Regards,

  • Pricing of Service Entry Sheet is not coming in editable mode in ML81N

    Dear Friend,
    I am trying to create a Service Entry Sheet in ML81N where selecting the red button for Condition where itu2019s all coming in display mode where as I have maintained some Z Condition to put the value or % wise.
    Client requirement is put some % or value, if they want to deduct from the price from Gross Price. Though I can see that all the condition is flowing but in display mode, but there I want to select the Condition type and put it % or value.
    *I have checked in configuration in SPRO>External Service Management>Pricing Condition and seen there standard procedure is there MS0000 where I have maintained one new ZCON, but I am not able to put the value while doing service entry sheet as displaying mode only in ML81N. *

    Hi,
    the price chang emust be allowed in the corresponding PO service item on services detail, in field Price Change in Entry Sheet in case of planned services. When you create your SES against a PO with contract limits, then please set the same indicator in the contract service item.
    Regards,
    Edit

  • Service entry sheet creation from PO without selecting line item of PO?

    Dear SAPIENTS,
    While creating service entry sheet for one frame work order (PO) i do not want to select line item of PO. I want all the service of PO line item should come automatically in single service entry sheet number.
    At present whenm i enter the PO number its taking line item 10 as default because of this service of that line item is coming and for every line item i have to create different service entry sheet.
    Regards,
    Kaushal Rai

    Hi,
    in ML81N please enter the entry sheet header data, then go to full screen services, push the button for
    "service selection" and after that  a popup appeares for the service selection (SAPLMLSP
    0500). On the bottom of this popup you have the button "complete" = adopt all = F9. If you hit this
    button all of your services within the service specification will be copied into the entry sheet
    at the same time.
    Regards,
    Edit

  • BAPI BAPI_ENTRYSHEET_CREATE - Service Entry Sheet - MM

    Hi all,
    I am trying to create a service entry sheet using the BAPI - BAPI_ENTRYSHEET_CREATE.
    However the BAPI is executed and the service entry sheet is created OK
    but in ML81N it shows the message SE001.
    The problem occurs only when the PO have 2 items and the entry sheet is for 2o. item.
    When the PO have 1 item the my routine is OK.
    can anyone suggest any solution for this ...
    From now, thanks.
    my code:
    form create_SES.
      data: SUBPCKG_NO type ESLL-SUB_PACKNO,
               LINE_NO    type BAPIESLLC-LINE_NO.
      data: begin of WA_PO_HEADER occurs 1.
              include structure BAPIEKKOL.
      data: end of WA_PO_HEADER.
      data: PO_ITEMS        type BAPIEKPO occurs 0 with header line,
               PO_SERVICES type BAPIESLL occurs 0 with header line.
      data: begin of PO_RET occurs 0.
              include structure BAPIRETURN.
      data: end of PO_RET.
      data: ENTRYSHEET type BAPIESSR-SHEET_NO.
      data: IT_ESSR like BAPIESSRC occurs 0
                    with header line.
      data: IT_ESKN like BAPIESKNC occurs 0
                    with header line.
      data: IT_ESLL like BAPIESLLC occurs 0
                    with header line.
      data: IT_ESKL like BAPIESKLC occurs 0
                    with header line.
      data: begin of IT_RET occurs 0.
              include structure BAPIRET2.
      data: end of IT_RET.
      call function 'BAPI_PO_GETDETAIL'
        exporting
          PURCHASEORDER    = IT_FRS_C-FRS_PO  " for example 4500016194
          ITEMS            = 'X'
          SERVICES         = 'X'
        importing
          PO_HEADER        = WA_PO_HEADER
        tables
          PO_ITEMS         = PO_ITEMS
          PO_ITEM_SERVICES = PO_SERVICES
          RETURN           = PO_RET.
      loop at PO_RET where TYPE = 'E' or TYPE = 'A'.
        return.    " ERROR in PO
      endloop.
      loop at PO_ITEMS.
        if PO_ITEMS-PO_ITEM <> 20.                       " <<<<< atention for this: only item 20 in PO
          read table PO_SERVICES with key PCKG_NO = PO_ITEMS-PCKG_NO.
          SUBPCKG_NO = PO_SERVICES-SUBPCKG_NO.
          delete PO_SERVICES where PCKG_NO = SUBPCKG_NO.
          delete PO_SERVICES where PCKG_NO = PO_ITEMS-PCKG_NO.
          delete PO_ITEMS.
        endif.
      endloop.
      loop at PO_ITEMS.
        IT_ESSR-PO_NUMBER    = PO_ITEMS-PO_NUMBER.
        IT_ESSR-PO_ITEM      = PO_ITEMS-PO_ITEM.
        IT_ESSR-PCKG_NO      = PO_ITEMS-PCKG_NO.
        IT_ESSR-ACCEPTANCE   = IT_FRS_C-FRS_ACEITE.   " begin of my data = ' '
        IT_ESSR-DOC_DATE     = IT_FRS_C-FRS_DTDOC.    "                  = ''
        IT_ESSR-POST_DATE    = IT_FRS_C-FRS_DTLANCA.  "                  = ''
        IT_ESSR-REF_DOC_NO   = IT_FRS_C-FRS_REFER.    "                  = '12345-67'
        IT_ESSR-SHORT_TEXT   = IT_FRS_C-FRS_TXT.      "                  = ''
        IT_ESSR-EXT_NUMBER   = IT_FRS_C-FRS_NROEXT.   "                  = ''
        IT_ESSR-LOCATION     = IT_FRS_C-FRS_LOCAL.    "                  = ''
        IT_ESSR-BEGDATE      = IT_FRS_C-FRS_DTINI.    "                  = ''
        IT_ESSR-ENDDATE      = IT_FRS_C-FRS_DTFIM.    "                  = ''
        IT_ESSR-PERSON_INT   = IT_FRS_C-FRS_ENCINT.   "                  = ''
        IT_ESSR-PERSON_EXT   = IT_FRS_C-FRS_ENCEXT.   " end of my data   = ''
        if PO_ITEMS-ACCTASSCAT = 'U'.
          IT_ESSR-ACCASSCAT = 'K'.
        else.
          IT_ESSR-ACCASSCAT = PO_ITEMS-ACCTASSCAT.
        endif.
        append IT_ESSR.
      endloop.
      LINE_NO = 1.
      loop at PO_SERVICES.
        clear IT_ESLL.
        IT_ESLL-SHORT_TEXT  = PO_SERVICES-SHORT_TEXT.
        IT_ESLL-QUANTITY    = PO_SERVICES-QUANTITY.
        IT_ESLL-SERVICE     = PO_SERVICES-SERVICE.
        IT_ESLL-PCKG_NO     = PO_SERVICES-PCKG_NO.
        IT_ESLL-LINE_NO     = LINE_NO.
        IT_ESLL-EXT_LINE    = PO_SERVICES-EXT_LINE.
        IT_ESLL-OUTL_IND    = PO_SERVICES-OUTL_IND.
        IT_ESLL-SUBPCKG_NO  = PO_SERVICES-SUBPCKG_NO.
        IT_ESLL-PLN_PCKG    = PO_SERVICES-PLN_PCKG.
        IT_ESLL-PLN_LINE    = PO_SERVICES-PLN_LINE.
        IT_ESLL-BASE_UOM    = PO_SERVICES-BASE_UOM.
        IT_ESLL-UOM_ISO     = PO_SERVICES-UOM_ISO.
        IT_ESLL-PRICE_UNIT  = PO_SERVICES-PRICE_UNIT.
        IT_ESLL-FROM_LINE   = PO_SERVICES-FROM_LINE.
        append IT_ESLL.
        LINE_NO = LINE_NO + 1.
      endloop.
      call function 'BAPI_ENTRYSHEET_CREATE'
        exporting
          ENTRYSHEETHEADER           = IT_ESSR
          TESTRUN                    = ' '
        importing
          ENTRYSHEET                  = ENTRYSHEET
        tables
          ENTRYSHEETACCOUNTASSIGNMENT = IT_ESKN
          ENTRYSHEETSERVICES          = IT_ESLL
    *      ENTRYSHEETSRVACCASSVALUES   = IT_ESKL
          RETURN                      = IT_RET
    *      ENTRYSHEETSERVICESTEXTS     =
    *      ENTRYSHEETHEADERTEXT        =
    endform.

    Did you not search? Google has 3600 hits for BAPI_ENTRYSHEET_CREATE
    the second hit is a wiki from SCN with sample coding
    the third hit  has a link to a OSS note with a promising title 420334 - BAPI_ENTRYSHEET_CREATE: Model for creation

  • Service entry sheet reversal

    Hi to All
    How to reverse a service entry sheet in MM module?

    hi himanshu Patel
    If the document is released: first you cancel the release and go to your service entry sheet and change mode then delete line items.
    and create new entry sheet .
    ok bye
    sitaram

  • 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

  • BAPI for service entry sheet

    Hi !
    The user wants to accept services entry sheet in mass, I'm looking for a BAPI to do that ...do you know some?
    I found :
    BAPI_ENTRYSHEET_CREATE       
    BAPI_ENTRYSHEET_DELETE       
    BAPI_ENTRYSHEET_GETDETAIL    
    BAPI_ENTRYSHEET_GETLIST      
    BAPI_ENTRYSHEET_GETRELINFO   
    BAPI_ENTRYSHEET_RELEASE      
    BAPI_ENTRYSHEET_RESET_RELEASE
    Obs.: Its not to release ..its just to accept the service entry sheet (the green flag in the ml81n).
    Thanks,
    Rodrigo

    Hi,
    fin_entry = 'X'.
    above mentioned flag indicator in header level enter remove acceptance indicator and try  . . .
    i hope this will help
    regards
    srini

  • BAPI to change data in a service entry sheet

    Hi all,
    We would like to change data in already created service entry sheet.
    Please let us know any BAPIs on this regard.
    Thanks and regards,
    Shiva

    Hi,
    Here are the BAPI's
    BAPI_ENTRYSHEET_CHECK Check Service Entry Sheet
    BAPI_ENTRYSHEET_CREATE Create Entry Sheet
    BAPI_ENTRYSHEET_DELETE Delete Entry Sheet
    BAPI_ENTRYSHEET_GETDETAIL Display Detailed Data on Entry Sheet
    BAPI_ENTRYSHEET_GETLIST List Entry Sheets
    BAPI_ENTRYSHEET_GETRELINFO Detailed Release Information Relating to Entry Sheet
    BAPI_ENTRYSHEET_RELEASE Release Entry Sheet
    BAPI_ENTRYSHEET_RESET_RELEASE Cancel Release of Entry Sheets
    Regards
    Sudheer

  • Mass extention of service entry sheet condition record validity date

    Hi all,
          I have immediate requirement. i need to extend the validity date for condition record related to the Service entry sheet. This has to done mass sheet changes.
         I am looking for Any bapi or Standard function module or any config changes.
    I am looking forward for your valuable inputs.
    Regards,
    Sreenivasa Sarma K

    Arun,
    This doesn't suprise me...
    I'm not sure if there is a standard solution, but you could do this via user-exit/BADI (see [here|http://www.sapfans.com/forums/viewtopic.php?p=648307] under maintenance plans )
    PeteA
    [www.pjas.com]

  • Service entry sheet can't be changed to update the final entry indicator

    Hi All,
    Can any body suggest possible reason and a solution for the below?
    I am having a situation in which for a service P.O for which partial service enty has been done and for that invoice has also been done.(In production)
    Now when I am trying to close the P.O line item by going to service entry sheet by t.code ml81n there i am not able to get the change icon , and hence i am not able to revoke the acceptance of service entry and subsequently I couldn't be able to set the final entry for that.
    I tried to do the simulate the same senario in development(testing client) server and it is working fine, could any one sugget the reason and solution how to close the service line item in the P.O .
    Regards,
    Sushanta

    Hi,
    That was useful but I checked some other service P.O and for them I am able to see the change icon.
    the p.o in my earlier mail are old one of 2002, but they are having partial service entry and invoice against them,
    Could any one please tell me under what circumstances I will not be able to see the change icon in the service entry sheet?
    Is it if the service entry is done at an old date, i mean earlier date or any other reason.
    please let me know soon
    Thanks
    Sushanta

Maybe you are looking for

  • Mass emailing of customer statements and invoices

    Hi Experts Is there a method within SAP B1 or using an add-on whereby we can send all of our invoices for a single days business by email without needing to send each one individually?  Ideally we would like to be able to do the same thing with out s

  • Getting List of Items in current container

    Hi all, I'm having another templating problem. I want to get all the items in my region, in order. I had been trying to use JHS.current.itemRegion.items, but that resloves to getItems(), which returns a Map keyed by item name. Order is important (and

  • Kernal Panic MacBook Pro (Retina, 13-inch, Late 2013)

    Hi Guys, I have a MacBook Pro (Retina, 13-inch, Late 2013), and very frequently I have been having to shutdown my computer because of a system problem. When I restart I get this message. Is there any indication if this is a software problem or hardwa

  • Lightroom 5.5 stops working when I try to Edit Preferences

    I installed Lightroom 5.5 a month back. I had no other versions of Lightroom on my computer before that. I have Photoshop CS6 and Photoshop CC on my machine. I want to add Noise Ninja standalone as an External editor and have tried to edit preference

  • How to create a single invoice from several delivers? (BAPI for VF01)

    Hi all, I want to create a single invoice from several delivers, just like VF01. I just tried BAPI_BILLINGDOC_CREATEMULTIPLE, and the problem is that this bapi creates an invoice for each deliver, and i need to create only one invoice. Can you tell m