Validation functionality in service entry sheet

Hi,
We have made provision to use field - External service no- to manually input some number for reference in the line item tab in ML81N. This number is used to track LR no for internal usage. There will be s separate number in each line item. Since this is a text field, system does not check for duplicate entries.
We want a functionality to validate already entered number. If the number is repeated, system should not allow it.
Please suggest.
Regards,
Rutwik

Use the user exit SRVESLL to check the duplicate.

Similar Messages

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

  • 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

  • Service entry sheet validation required

    Dear Experts,
    i am facing a problem while accepting service entry sheet, the scenario is as follow;
    when accepting service entry sheet reference to PO, the price change indicator is set in order to allow the users to enter a price not percentage, the problem is this scenario allow users to enter price more than that in PO which is totally wrong, so kindly please advice if there is any error message based on VALUE not QUANTITY can be generated on the system to control the value entered on the SES not to exceed the PO.
    thanks in advance...............................

    thanks for your feed back, but the problem is the system allow which give the users the chance to accept service entry sheet with price more than in PO (No control at all), i tested it by myself and the system didnt stop me.

  • Prevent auto creation of service entry sheet

    Dear friends,
    I am using maint plan for creating service entry sheets automatically. I am using framework order where I give the validity period. Now when I try to generate service entry sheets through the plans after the end of validity period given in framework order,the system is allowing creation of service entry sheets. Is it possible to prevent a maint plan triggering a service entry sheet if the call date for the service entry sheet to be generated falls outside the validity period given in framework order.
    best regds
    Arun

    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]

  • How to update sales order number (KAUFN) characteristic in the profitability segment of the PA document created at the time of service entry sheet confirmation, as a result of shipment cost document

    Hi,
    We have a scenario wherein we create shipment cost documents against delivery. As a result of shipments fully transferred, a PO for freight vendor is automatically created and a service entry sheet confirmation happens. As a result of service entry sheet confirmation, we have Financial accounting, Controlling and profitability analysis documents created. We have a requirement wherein we need to have the characteristic “sales order number (KAUFN)” populated in the profitability analysis document created as a result of service entry sheet confirmation.
    Could someone please advice how could this be attained in COPA. Thanks for your help in advance.
    Regards,
    Sandeep

    Hi Ajay,
    Thank you for the quick update.
    The document is updated to COPA through OKB9 settings. The profitability segment is updated with fields like customer, product, company code, plant, sales area data, profit center, etc; however the sales order number is missing.
    Could you please elaborate further how could FI substitution be implemented to call for the FM COPA_PROFITABILITY_SEGMENT through user exit? Are you recommending the substitution through GGB1? What could be the possible validation to call for the user exit to be implemented?
    Regards,
    Sandeep Kulkarni

  • 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

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

  • How to find Goods Receipt Number particular to Service Entry Sheet Number.

    Hi Experts,
      In one of my reports  i need to bring purchase order ,service entry sheet, goods receipt number .
    In ekbe i am getting the purchase order and its service entry sheet while keeping BEWTP = 'D'.
    so i am getting purchase orders and their service entry sheet numbers in belnr.
    Now i want to get the corresponding goods receipt number .
    But i am getting goods receipt number against the purchase order but not against service entry sheet , in same EKBE 
    while keeping BEWTP = 'E' movement type = '101'.
    My doubt here is how to get the corresponding goods reciept number for a service entry sheet.
    if i have three service entry sheet numbers for a purchse order i have three goods receipt numbers
    but how to get the relation between them  which GRN to which service entry sheet
    . is there any table which stores the service entry and its grn.
    If i am any thing functionally wrong  which i wrote above please correct me and give ur inputs.
    Thanks
    vamsi
    Edited by: vamsi talluri on Aug 20, 2009 7:21 PM

    Hi Sarath,
         If the Purchase order Item category is 'D' then it is a service order then it can have N service entry sheet numbers and once each service entry sheet is accepted it will be available for Goods reciept .. so that information will be avaiable..
    U can obtain the GRN against the Service entry sheet in EKBE itself.
    BELNR refers to GRN
    LFBNR refers to Service entry sheet number.
    And hence i am closing the thread.
    Thanks
    vamsi

  • 99 items in service entry sheet

    Hello,
    Concerning the transfer of shipment cost items to MM / FI.
    This is what's described in notes notes 333656 and 198678:
    If you transfer more than 99 account assignment lines to MM, than more than one service entry sheet will be created.
    Why this is build up that way? Why not just create 1 service entry sheet for all lines?
    Is there a way to avoid that more than 1 service entry sheet is created if more than 99 account assignment lines are transferred? Can you change the maximum number of items in a service entry sheet from 99 to 999 items?
    e.g. if you transfer a shipment cost item with 320 account assignment lines, it should not be split up into
        -    3 service entry sheets with 99 items
        -    1 service entry sheet with 23 items
    BUT only one service entry sheet should be created with 320 lines...
    The reason why this is needed in our case is that we recenty changed the cost distribution from the item categories from "delivery"-level to "delivery item"-level. Because of this change, there are many more account assignment lines per shipment cost item and we get more than 99 account assignment lines per shipment cost item. In some reporting programs (Z*-programs) which do not take into account that one shipment cost item can be transferred into more than one service entry sheet? It's a huge work to correct these reporting programs...
    kr,
    Alexander

    Hi Alexander,
    According to the standard system design there is a limit for up to 99 DIFFERENT account assignment lines per whole service      
    entry sheet document (not per service line in SES).
    This is due to technical limitation of the field ESKN-ZEKKN of type NUMC(lenght 2).  I am sorry that I can not provide you a solution within the standard for your problem.
    As a workaround, you need to split the services in such a way that you have less then 100 different account assignment combinations.
    If you believe that this feature is in general interest of other SAP users, you may apply to get in touch with a SAP User Group ( i.e. DSAG        
    or ASUG) in order to check the feasibility for opening a development  request, aiming to enhance SAPs product portfolio offering for future        
    releases. Further details about this could be found in the link               
    http://service.sap.com/rollin                                                                               
    Please see the note:                                                     
    11      Requested function not contained in standard system                   
    Regards,
    Edit

  • Service Entry Sheet Accounting Entries??

    Dear All,
    At the time of Service Entry sheet our client is asking to post the accounting entries as below.
    WIP A/C-Dr      xxxx
       To SR/IR A/c xxxx
    For WIP we have to give the WBS so that at later stage this WIP has to be settled (wbs settlement to GL) to the COGS Account.
    Lets see the Functionality for this.
    Ex: Customer orders A construction of Cell Tower.
    To constuct a Tower It involves 1) Supply of Material 2) Erection work 3) Civil
    for supply of material directly it will be purchased from the 3 rd party and send it to the customer location and do the billing.
    For Erection work Internal employees will go and do the erection work and billing to the customer.
    For Civil work where we dont have human resources, so we give this civil work to the sub contractors and once the job is done we will pay to the sub contractor.
    in this scenario with respect to the civil work as we are paying the money on behalf of customer (receivable from customer) client is asking to post the service entry sheet entries to WIP account.
    Please suggest us the proper process or how to it.
    I also will explain the problems we are facing to post to WIP.
    As WIP is balance Sheet Item and its assigned in GBB system is not allowing to create cost element for that, so at the time of posting the service entry sheet I am able to post the transaction without WBS.
    As we planned to settle wbs to cogs now it cant be done.
    Please suggest me some solution.
    Regards,
    Shashi Kanth.

    Result Analysis is a concept in CO which enables you to post WIP when the project is not closed yet.  Once the project ends, you run the RA again and reverse the posting to post the actual values.  You can speak to your CO consultant for this.  You can refer the following link to get the document.
    http://help.sap.com/bp_bl603/BBLibrary/Documentation/183_BB_ConfigGuide_EN_ID.doc
    Also, you'll get lot of other resources on this if you google. 
    Ravi.

  • No Matching PO Error Number SE 559 In Service entry sheet

    Hi All,
    I have created a service PO with Item category D and Account assignment as K. Now when I am going to ML81N and entering this PO system is showing the error " No Matching PO".
    Please suggest.
    Thanks in Advance
    Pavan H S

    Hi
    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
    Thanks & Regards,
    Senthil.

  • Restirct Priting of Service Entry Sheet in ML85

    Hi All,
    I have a requirement where in I need to restrict the Print of Service  Entery Sheet Through ML85 once the User releases the Order and saves it.
    Usually, when the User selects the Order Number, releases and Saves it, the release indicator becomes 'B' and a Print request will be generated automatically.  We need to stop this printing when the Release Indicator is B.
    While debugging, I have found out that this Print Request is coming from the Commit Work statement. There is no separate function module which triggers the Printing.
    If anyone had come across this, kindly suggest me how to proceed. Thanks in advance.
    Regards,
    Adapala M.

    Hi Dear,
    you select the SES as per your Release code and Code Grp, henceofrth the no of service entry sheets will be  display you can choose the multiple Entry sheets and select the green flag w/o coming to the same T-Code again and again.
    Hope it will help you.
    Regards,
    Yawar Khan

  • Print output of service entry sheet

    Dear users,
    I have configured message output determination for service entry sheet,partner function for vendor and printer configuration from MN13. However when I am running T Code ML83, and putting a service entry sheet no. the message ' no purchasing document found' is coming. When i am checking the message tab in the service entry sheet, I see status green for message type NEU. Can you please suggest why this problem is arising and how can I get output from ML83
    Thanks in advance
    ads

    Hi,
    Sine the output message 'NEU' is displayed green which means the message has been successfully processed. Select the processing status as '1' in ML83 and try taking the output of Entry sheet or go to messages in Entry sheet - select the output type NEU and click on repeat output - Save the entry sheet - Take print in ML83.

  • Revoke Acceptance of Service Entry sheet

    Hi Experts,
    I am trying to delete an already accepted Service entry sheet using the standard BAPI_EntrySheet_Delete. But I have to revoke the acceptance of the service entry sheet prior to deletion of SES. I am aware that we can manually revoke the acceptance of service entry sheet by using ML81N but I have no idea if there is a BAPI or function module by which I can revoke the acceptance of SES before deletion of SES by BAPI_EntrySheet_Delete. Please help.
    Thanks,
    Gopi.S

    There are no BAPI for Revoke available as ECC5.0
    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

Maybe you are looking for

  • Logical Database Query

    Hi, I need to include the following SELECTION CRITERIA, in addition to the standard PNP Selection Criteria. BUDGET TYPE, BUDGET PERIOD, BUDGET UNIT (ALL MANDATORY) The report must generate details of the employee's current pay and compa-ratio infomat

  • Problem with KeyStroke

    can anyone tell me whats the problem with the following lines: JMenuItem jMenuItemHelp = new JMenuItem("Help Topics"); jMenuItemHelp.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_F1, 0)); its giving me an ""MainInterface.java": <identifier> expec

  • Time Machine "end of back up" target increases as fast as data saved.

    While trying to make an initial back (Mid 2011 15 in MBP running up to date Yosemite) Time machine does not reach the end of the data backup. Admittedly this is a large ant of data (about 460 gb) but as it approaches the end of the back up, the 460 g

  • How do you mix data types with Producer/C​onsumer?

    Hi, I am trying to build a VI using Producer/Consumer architecture and trying to learn how to do it.  I am measuring two types of data that must be used "simultaneously" to create output commands.  The attached vi is a simplified version that I am us

  • JPA Project, TopLink Server session and ClassLoader issue

    hi, I'm working on the project where JPA annotations are used to describe the mapping between POJOs and the database tables. JpaHelper class is used to bridge the gap between toplink-essentials and toplink. The EntityManagerFactory and the oracle.top