Regarding user exit of Service Entry (ML81N)

Hi All,
I have small issue of Service Entry(ML81N).
These are the following enhancements for Service Entry.
SRVDET, SRVEDIT,SRVESI, SRVESKN,SRVESLL,SRVESSR,SRVEUSCR,
SRVKNTTP,SRVLIMIT,SRVMAIL1,SRVMSTLVSRVPOWEB,SRVQUOT,SRVREL,SRVSEL.My requirement is i have to send Service entry sheet no and posting date and some fields to .net application (after save the transaction) I tried the above enhancements using break point. But no enhancements are fired after save.  Some enhancements(SRVDET, SRVESKN,SRVEUSCR,SRVSEL) r triggered before save. But i need the enhancement and user exit which is fired after click on save button in transaction. Is there any other enhancements there? Plz help me any one familiars this one.
Regards,
Ravi Kumar

Hi All,
I need to add tab (along with few fields) on ML81N and need to pass the data in ESSR table.
I am using enhancement - SRVEUSCR, thru which i am able to display tab on screen.
But i am not able to capture value enter on screen in function modules:
EXIT_SAPLMMSK_020 AND EXIT_SAPLMMSK_021.
I have added fields in structure - CL_ESSRDB and using the same fields in new customer screen in SE51.
Please assist and let me know where i am going wrong.
Thanks
Rajesh

Similar Messages

  • BAPI-user exit for service entry

    Is it possible to use a user exit in a BAPI?
    I have a BAPI --- BAPI_ENTRYSHEET_CREATE
    Is there any user exit which I can write code in this BAPI?
    please suggest?

    Hello,
    Yes; you can write user exit code for BAPI. BAPI_ENTRYSHEET_CREATE calls the function MS_CREATE_SERVICE_ENTRY_MULTI which has few user exits. If you search using SMOD with package 'ML', you will see all of these enhancements.
    Thanks,
    Venu

  • User exit for Service order release ( needed operation details as import )

    Hi All,
       I need a user-exit while service order release( tcode : IW31 ) activity . I find some of the exits, but none of those not having "Operation" details , all are having only header details. Please suggest if any user-exit is available for this or BADI . I tried with badi "ALM_ME_001_ORDER" , its not triggering at all while creation of service order.
       Is there any way we can get from operation data from buffer, please suggest me the same.
    Thanks in advance,
    Pavan.

    Hi Thomas,
       Thanks for reply. I saw the function exit which you mentioned , but it didn't have the operation details in import.
    Regards,
    Pavan

  • Help required regarding user exit for STPSHH01 IDOC

    Need help regarding user exit.
    I append the structure of VTTP and add one field with the name of ZDELCST i.e Delivery cost so i want to update that table once the idoc will post.
    I have to write the user exit for this but i have no idea how to do this so kindly requesting someone to please write the code for me and i will be very grateful to him/her.
    The functional module is IDOC_INPUT_SHIPPL
    and there is a CALL CUSTOMER-FUNCTION '012'
    this will take us to function module EXIT_SAPLV56I_012
    This includes ZXV56U08
    Within this include in need to map the delivery cost from the idoc to the new append filed VTTP-ZDELCST

    Hi,
    use this FM to update ur shipment
    variables
    DATA: lo_tp_g_tra       TYPE v56e_shipment_activities, "Data to modify
          lo_tp_g_shp       TYPE v56e_shipment,
          lo_tp_g_log       TYPE v56e_logfile, " Errors function
    call the function to modify shipments
    CALL FUNCTION 'SD_SHIPMENT_PROCESS'
      IMPORTING
        e_logfile    = lo_tp_g_log
      CHANGING
        c_activities = lo_tp_g_tra
        c_shipment   = lo_tp_g_shp
      EXCEPTIONS
        error        = 1
        OTHERS       = 2.
    Thanks,
    Sendil.

  • Regarding User Exites

    Hi Friends,
    I created a button on application tool bar which contain a tab (subscreen) with the help of Badi,for a standards T-code on the tab i am taking one field which is comman on the standard screen and tab which is created .
    [i<u>]when i am changing the field which is on the standard screen it must effects the data base table with out selecting the application toll bar button which i created tab
    and what ever logic i written for the screen it must trigger and update the data base table .</i></u>
    [i<u>]for that t-code there are no exits ,there is only one exits for save i tried by placing the field which i am using but it is not get the value in that exits ,after coming from the exits it is get the value</i></u>
    Can any one suggest solution for it, ASAP
    Rishi

    Hi Friends,
    Kindly Provide replay for my query which i posted bec it is urgent .
      <b>Regarding User Exites</b>
    Thanks
    Rishi

  • User Exit or BADI for ml81n - Service Entry Sheet

    Hi all,
    I would like to find a user exit or BADI or enhancement upon saving.
    The requirement is posting to specific GL A/C from the Service No. given.
    Please don't provide me a list of unnecessary user exit or BADI.
    Urgently need for solution, Thanks.

    Hi,
    Check out the various exits for ml81n
    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
    SRVLIMIT            Limit check
    SRVMAIL1            Processing of mail before generation of sheet
    SRVMSTLV            Conversion of data during importing of standard service c
    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!)

  • USER EXIT used in transaction ML81N

    Hallo experts,
    my task is to jump into another transaction after service entry sheet has been released.
    Is there some UE which I can use?
    Thanks a lot.
    Edited by: Marek Ferencak on Dec 16, 2008 9:02 AM
    Edited by: Marek Ferencak on Dec 16, 2008 9:02 AM

    Hi,
    Please check the below exits
    INTERFAC  Interface for data transfer
    SRV_FRM   SRV: Formula calculation (obsolete since 4.0A!)
    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, i
    SRVLIMIT  Limit check
    SRVMAIL1  Processing of mail before generation of sheet
    SRVMSTLV  Conversion of data during importing of standard service
    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
    Regards,
    Nagaraj

  • Screen exit for Service entry sheet at line item level

    Hi,
    We would like to add some custom fields at service entry sheet at line item.
    A new tab to be introduced with custom fields at serive entry line item level.
    Any idea which screen exit can be use? or
    what is the way to find the screen exit?
    Regards,
    Sandeep

    Hi Sandeep,
    You can try to use the user defined fields in table ESLL                                                                               
    ESLL-USERF1_NUM   User-Defined Field                                   
      ESLL-USERF2_NUM   User-Defined Field                                   
      ESLL-USERF1_TXT   User-Defined Field                                   
      ESLL-USERF2_TXT   User-Defined Field                                                                               
    or develop a custom solution with the help of customer enhancement         
    SRVDET (transactions SMOD, CMOD).
    You should use EXIT_SAPLMLSP_030 to transfer values. 
    Regards,
    Edit

  • User names of service entry sheet release strategy

    Dear Expert ,
    Kindly guide from which table could I get the user names values who done the release strategy for service entry sheet for example I have 3-release codes : 1. Creator
                            2. Verifier
                            3. Approver
    So I need to know who has done these 3-actions for respective service entry .
    Best Regards

    Hi,
    The information about the Person who has relesed the  entry sheet will be not stored in the change document for the entry sheet.          
    There is only the information about which release code has released the SES. In an organization a certain user or a group of   users can use the very same release code.
    However, if you have also configured a workflow with this release strategy, then it is possible to know who has                 
    released the SES.
    You will need to create you own report which reads the change history (CDHDR and CDPOS) and finds out the date when the last release code of  the release strategy has been released and to find out based on this data who was the approver.        
    Regards,
    Edit

  • Project type restriction of user to create service entry sheet

    Dear Guru,
    My client want to restrict service entry sheet with his own project type. Can i restrict user id for my project type to create service entry sheet.
    Thanxs in advance.

    Dear Sir,
    If you know any user exit or badi pls. tell me.
    Thanx.

  • Service entry ML81N layout

    Hi Expert,
    As we know that service entry display (ML81N) consists of column in its line item. Such as short text, gross price, WBS element, cost center, etc. We can configure the layout setting thru the u2018configuration iconu2019 on the upper right corner of the service entry line item (not in SPRO)
    Is there any possibility to restrict the setting for service entry layout?  Such as authority restriction or else? This matter is become important since any changes that performed to basic setting (administrator) impacts to all users.
    And the second one is that if we call another SE number that consists of different account assignment from the first one
    (WBS --> Cost center for example). The cost center column will be hidden, i.e. the layout setting will be changed automatically
    Is this the standard SAP function? If not, is there anything that we can do to prevent this issue?
    Thank you
    Rgds,

    Hi all,
    to set the screen layout/variant, we can make it done by clicking "configuration" icon at the top right corner of service entry item (t-code ML81N)
    Thank you
    Rgds,

  • Query regarding User Exit

    Hi exps
    Could you please tell me , which user exits get triggered when I save
    Invoice List (T code  : VF22) producing Idoc.
    Also tell me whether the exit EXIT_SAPLVEDF_002 get triggered during this
    process or not ?           
    Let  me know soon
    Regards
    Tulip

    J_3RSINV
    SDVFX001            User exit header line in delivery to accounting
    SDVFX002            User exit for A/R line in transfer to accounting
    SDVFX003            User exit cash clearing in transfer to accounting
    SDVFX004            User exit G/L line in transfer to accounting
    SDVFX005            User exit reserves in transfer to accounting
    SDVFX006            User exit tax line in transfer to accounting
    SDVFX007            User exit: Billing plan during transfer to Accounting
    SDVFX008            User exit: Processing of transfer structures SD-FI
    SDVFX009            Billing doc. processing KIDONO (payment reference number)
    SDVFX010            User exit item table for the customer lines
    SDVFX011            Userexit for the komkcv- and kompcv-structures
    V05I0001            User exits for billing index
    V05N0001            User Exits for Printing Billing Docs. using POR Procedure
    V60A0001            Customer functions in the billing document
    V60P0001            Data provision for additional fields for display in lists
    V61A0001            Customer enhancement: Pricing
    Check with these .

  • Regarding User/exits

    Dear SAP guru's
    Our requirement is  VBFA-VBELN table need to bring the  invoice no  BKPF  accounting document no and  store in  Field -BKTXT
    Scenerio  Sales order ( order type OR) ( T#codeVa01)-Delivery note -LF type
    ( VL02 gets created automatically according to my company process) -invoicetype F2(VF01) Invoice than  with refernce to invoice type ( F2)  create Credit memo ( T,code VA01) and accounting document , in accounting Document Header ( BKPF-BKTXT) invoice number should come in BKPF-BKTXT
    please help me it urgent to me.....
    Thanks & Regards
    Nagaraju Chintam

    Dear Prashanth.
    Thanks for your reply. almost i understand whats userexit.
    I tried below and i found these are the userexits available in VT01N-shipment creation.
    Now i want to confirm which is most suitable userexits amoung them matching my requirement.
    do you have any idea on this.
    After shipment creation i want this sales data to be stored in addon table..which user exits can i use for writing this code.
    suggestion pls...
    transaction Code - VT01N                    Create Shipment
    Exit Name
    Description
    MV56AINI
    Initialization of transaction control for transportation
    V56AFCCH
    Shipment processing: Check function code allowed
    V56AGTAR
    User Exit for Filtering Shipping Unit Calculation
    V56ARCHV
    Customer-spec. checks for archiving shipments
    V56ATKTX
    Change the number of lines for text input in shipment
    V56BMOD
    Transportation processing: Field modification
    V56DISTZ
    Shipment Processing: Determine Distance
    V56FCOPY
    Shipment processing: Copy delivery data
    V56FSTAT
    Shipment processing: Activities when setting a status
    V56L0001
    Status of Shipments for a Delivery
    V56LDELI
    Read Delivery Data for Shipment Processing
    V56LOCID
    Shipment Processing: Determine Location Identification
    V56MVT04
    Extensions for Collective Processing of Shipments
    V56SLDET
    Shipment processing: Leg determination
    V56TDLIF
    Filter Delivery Items for Shipment
    V56UCHCH
    Shipment processing: Check whether changes were made
    V56UCHCO
    Check shipments are complete
    V56UDLUP
    Obsolete as of 4.6C: Delivery Update on Delivery Routines
    V56UNUMB
    Shipment number allocation
    V56USTAT
    User-individual definition of transportation planning status
    V56USVDO
    Update new objects for transport
    V56USVDP
    Preparation for updating new objects for transport?
    I will surely reward points. Thanks for your suggestion.
    ambichan

  • Regarding User Exits in VARIABLES

    can any one let me know,
    1>  wen can we go for user exits in variables ?
    2>  any suitable examples for that ?
    3>  and can u people provide CODE for better Xplaination.?
    Thanks and Regards,
    Hawkin.

    Read this article, it will clear your concepts.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f1a7e790-0201-0010-0a8d-f08a4662562d

  • Regarding user exits in enhancements

    HOW TO GENERATE USER DEFINED  SERIAL NUMBERS WITH MB1C(PLANT MAINTANANCE) TCODE USING USER EXIT.

    Hello Basi reddy,
      Try this..
      Include program - MM07MSE0_SERIALNUMBER_USER_EXI or
      Function module - EXIT_SAPLIE01_007
    Best Regards,
    Naresh

Maybe you are looking for

  • Processor upgrade on Satellite L30 (PSL33E)

    Hi, Does anyone know whether the L30 (PSL33E) supports core 2 duo? And if so, has anyone tried it? (also, have noticed that newest bios for these online is v2.60 and mine is v2.80 from new)

  • Photoshop cc et 3D

    Bonjour, J'ai téléchargé la version d'évaluation de Photoshop CC. Le but était de pouvoir tester la 3D sur cette nouvelle version. le menu existe bien en haut mais tout est grisé à l'intérieur. J'ai chercher sur le net et je ne trouve pas la solution

  • Cannot upgrade Quicktime from 7.2 to 7.6! Please help!

    I recently tried to upgrade the software and my imac just froze, after reinstalling i found out that itunes wont open because it needs a higher version of Quicktime in order to work, I have downloaded the newest version of quicktime but it wont let m

  • Authorization on Navigation Attribute

    Hi experts, i'm faced with a problem. I have a navigation attribute in my data model which is authorization relevant. The problem is that the basic characteristic is not authorization relevant. I am not able to make my setting in the analyse authoriz

  • Each time I download an HD movie my ISP shows a transaction of almost double the movie advertised size, help/

    I have downloaded 2 movies from ITunes usiing BigPond, each time my activity record from the ISP shows almost double the movie's advertised size - any ideas?