Enhancement in tcode ES51

Hi experts,
The two fields in this Tcode screen(200) owner allocation(ES51,ES52, have date format DD/MM i want to make it to DD/MM/YY.So please help me out to find the screen exit for it & EPROPD is the structure for those to fileds.
Developer.

Hi Saurabh,
How you add your new fields into internal table.
Like have you append structure "QALS_D02".
If yes then if you see the form "FORM create_fieldcat_l  USING tabname TYPE slis_tabname." in program "RQEEAL10".
Program creating the fieldcatalog dynamically by using structure "QALS_D02".
FORM create_fieldcat_l  USING tabname TYPE slis_tabname.
  DATA h_fieldcat_wa TYPE slis_fieldcat_alv.
  DATA h_index       LIKE sy-tabix.
  CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
       EXPORTING
            i_program_name         = g_repid
            i_internal_tabname     = 'OBJECT_TAB'
            i_structure_name       = tabname
            i_client_never_display = ' '
       CHANGING
            ct_fieldcat            = g_fieldcat_tab[]
       EXCEPTIONS
            inconsistent_interface = 1
            program_error          = 2
            OTHERS                 = 3.
if you see the above form then you come to know that after creating field catalog dynamically by using FM they are doing some changes to fieldcatalog table "g_fieldcat_tab[]" and finally export that table to memory id 'FIELDCATALOG'.
Solution - Create implicit enhancement implementation at the end of above mentioned FORM.  Inside implementation do modification for your new added fields and again export that fieldcatalog table  to memory.
If you have any doubts feel free to ask.
BR,
Vijay

Similar Messages

  • Exit or Enhancement for TCode FB02 to manipulate Due Date

    Hi,
    We would like to change the value on the due date field based on some custom logic in TCode FB02 on the item detail screen (program SAPMF05L screen no 304, SAP version 4.7). Is there any user exit or BADI for this?
    We have tried various user exits but nothing seems to work. We found one BADI, which we thought would work, ADJUST_NET_DAYS, but this is marked for internal use (SAP use) only.
    Please help.
    Thanks.
    John

    Hi Friend,
    Exits,
    F050S001  FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment
    F050S002  FIDCC1: Change IDoc/do not send
    F050S003  FIDCC2: Change IDoc/do not send
    F050S004  FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not sen
    F050S005  FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI document
    F050S006  FI Outgoing IDoc: Reset Clearing in FI Document
    F050S007  FIDCCH Outbound: Influence on IDoc for Document Change
    F180A001  Balance Sheet Adjustment
    FARC0002  Additional Checks for Archiving MM Vendor Master Data
    FEDI0001  Function Exits for EDI in FI
    RFAVIS01  Customer Exit for Changing Payment Advice Segment Text
    RFEPOS00  Line item display: Checking of selection conditions
    RFKORIEX  Automatic correspondence
    SAPLF051  Workflow for FI (pre-capture, release for payment)
    Badi's,
    AC_QUANTITY_GET
    AC_QUANTITY_GET
    BADI_ENJ_ALT_ADR
    BADI_ENJ_ALT_ADR
    BADI_F040_SCREEN_600
    BADI_FDCB_SUBBAS01
    BADI_FDCB_SUBBAS02
    BADI_FDCB_SUBBAS03
    BADI_FDCB_SUBBAS04
    BADI_FDCB_SUBBAS05
    BADI_MIRO_SPLT_ADD
    BADI_PRKNG_NO_UPDATE
    BADI_TAX1_XTXIT_SET
    F050S008
    FBAS_CIN_LTAX1F02
    FBAS_CIN_MF05AFA0
    FI_AUTHORITY_ITEM
    FI_DOC_DISP_LI
    FI_GET_INV_PYMT_AMT
    FI_HEADER_SUB_1300
    FI_PAYREF_BADI_010
    FI_TRANS_DATE_DERIVE
    INVOIC_FI_INBOUND
    RFESR000_BADI_001
    Enhancement Spot
    AC_QUANTITY_GET                Transfer of Quantities to Accounting - Customer Exit
    BADI_ENJ_ALT_ADR               Go to alternative vendor/customer data
    BADI_TAX1_XTXIT_SET
    FI_DOC_DISP_LI                 Diversion to Document Items (FB03)
    Thanks,
    santhosh
    Edited by: santhosh kumar on Dec 23, 2010 8:02 AM

  • Enhancement for Tcode HRBEN0001

    Hi Experts,
    I have a requirement to default the selection date on the screen for Tcode HRBEN0001. The selection date is dependent on certain employee's eligibility criteria. I checked and could not find a suitable BADi or User Exit to achieve this. If anyone knows of any explicit enhancement to achieve this, please let me know.
    Regards.

    Jyothi,
    go to tcode smod - utilities  - find and give package name as PBEN which will give all the user exits
    to find out the BADI put a breakpoint in GET_INSTANCE method of class CL_EXITHANDLER and check the parameter EXIT_NAME  and execute the tcode to find out the badi
    Thanks
    Bala Duvvuri

  • Badi or enhancement for tcode CM25

    hi all,
    i have to show a warning msg in tcode cm25, wen user will try to drag the work order from orders(pool)
    to work centers if the work centeres are different.
    eg.
    wen i am trying to drag a work order 'abc' from orders(pool) to work centers, if work ordrer in work center is different
    say 'xyz' then it should show a warning message.
    please help if there is any badi or enhancements spots for the same.
    I tried below user exits. But i am not able meet my requirement.
    CY040001
    CY040002
    CY190001
    CYPP0002
    CYPP0003
    CYPP0004
    CYPP0005
    CYPP0006
    Thanks n Regards,
    Mukesh Yadav

    Hi Mukesh,
    use below link to understand BADI or User Exit of any transaction.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0041d4e6-1e43-2e10-0db4-9386abe98fe6?quicklink=index&overridelayout=true
    Regards,
    Gaurav.

  • Enhancement for Tcode MIGO

    Hi Experts,
    IN MIGO transaction, we use reference as PO. But in ecc 6.0 there is an option to give Ordering plant as reference.
    I have tried to do so, but i couldn't it.
    Plz let me what are settings ihave to do?
    Regards
    Pratap

    Thanks Jurgen
    As mentioned below, i want to know how it can be done?
    Usability enhancements for transaction MIGO for the posting of goods movements
    u2022 For goods movements that refer to purchase orders as reference documents (for example, goods receipt, goods issue, subsequent adjustment), user can specify the ordering plant as an additional selection criterion directly next to the purchase order number and the item number.
    u2022 There is a new default value: "copy account assignment fields." When entering other goods receipts, user can copy existing account assignment data from the previous item to use as the default values for a new item. To do this, user has to set the copy account assignment fields indicator in the default values.
    u2022 User changes the default values in the menu path "Settings -> Default Values."
    u2022 Goods movement is monitored with reference to a material document.. When you enter the following goods movements, it is possible to specify a material document, such as the following, as the reference document:
    Goods receipt
    Goods issue
    Transfer posting
    Remove from storage
    u2022 Note that these material documents must be documents that have arisen from a goods movement without reference ("Others") and that are not reversal documents.

  • Enhancement for tcode J1ID

    Hi friends,
    I am unable to find user-exit for transaction j1id. can anybody help me please..
    I have tried all the ways and still couldn't get it..
    helpful answer is highly appreciated..
    regards,
    Naveen

    Hi
    Find the available exits with the following program:::
    *& Report  ZFINDUSEREXIT
    report  zfinduserexit.
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
    tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
    select single * from tadir where pgmid = 'R3TR'
    and object = 'PROG'
    and obj_name = tstc-pgmna.
    move : tadir-devclass to v_devclass.
    if sy-subrc ne 0.
    select single * from trdir where name = tstc-pgmna.
    if trdir-subc eq 'F'.
    select single * from tfdir where pname = tstc-pgmna.
    select single * from enlfdir where funcname =
    tfdir-funcname.
    select single * from tadir where pgmid = 'R3TR'
    and object = 'FUGR'
    and obj_name eq enlfdir-area.
    move : tadir-devclass to v_devclass.
    endif.
    endif.
    select * from tadir into table jtab
    where pgmid = 'R3TR'
    and object = 'SMOD'
    and devclass = v_devclass.
    select single * from tstct where sprsl eq sy-langu and
    tcode eq p_tcode.
    format color col_positive intensified off.
    write:/(19) 'Transaction Code - ',
    20(20) p_tcode,
    45(50) tstct-ttext.
    skip.
    if not jtab[] is initial.
    write:/(95) sy-uline.
    format color col_heading intensified on.
    write:/1 sy-vline,
    2 'Exit Name',
    21 sy-vline ,
    22 'Description',
    95 sy-vline.
    write:/(95) sy-uline.
    loop at jtab.
    select single * from modsapt
    where sprsl = sy-langu and
    name = jtab-obj_name.
    format color col_normal intensified off.
    write:/1 sy-vline,
    2 jtab-obj_name hotspot on,
    21 sy-vline ,
    22 modsapt-modtext,
    95 sy-vline.
    endloop.
    write:/(95) sy-uline.
    describe table jtab.
    skip.
    format color col_total intensified on.
    write:/ 'No of Exits:' , sy-tfill.
    else.
    format color col_negative intensified on.
    write:/(95) 'No User Exit exists'.
    endif.
    else.
    format color col_negative intensified on.
    write:/(95) 'Transaction Code Does Not Exist'.
    endif.
    at line-selection.
    get cursor field field1.
    check field1(4) eq 'JTAB'.
    set parameter id 'MON' field sy-lisel+1(10).
    If there are no available user exits you could go for badi's.
    To search for a badi, go to se 24 display class cl_exithandler. double click on method get_instance, get a break point on case statement. execute and start the required transaction in new session. look for variable exit_name. It would show the available badi's.

  • Enhancement for Tcode FK10

    Hi Experts,
    I need to add a field to display vendors LFA1-land1 in the Tcode FK10 for the  Vendor A/c Balances Display.
    Please guide me how to do this.
    Thanks
    Dany

    Personally I would consider a repair to the screen 0211 in SAPMF42B {in ECC5}, adding LFA1-LAND1 to it below the number or name.  All the LFA1 fields appear to be filled (from a "select *").  Yes, this is a mod to standard SAP but it will then show up should SAP re-deliver this object, whereas a local copy of it may get out of synch with the original.

  • How to enhance the Tcode(F871) program to create new payment request ?

    Hi
    My requirement is that create new payment request (F871)
    I want to copy the standard tcode(F871) program and make some change like invisible the field and change the level of the field .
      But when I copy the standard program of the tcode(F871) and create a zprogram with a ztcde......execute the tcode(ztcode)....it is showing error before doing any chance in the progam.
    So what change I will do in my zprogram so that when I execute the ztcode It will work...........
    Regards
    Debo

    When I execute the above message coming  below the blank screen.

  • Enhancement in tcode - IW32

    Hi ,
    In my requirement ,for the Tcode - IW32 ( Change order), For the Particular order (eg - 30000000)
    if the Basic fin (Date) is equal to current date the Sys.Status field should change automatically to TECO.
    Now it was doing manually by click on Order->functions->Complete->Complete Technically.It has to be automated.
    Is there is any Exit or the BAdi available?
    Thanks and Regards,
    Prakash K

    Hi ,
          I am not sure of what your requirement in clear, if you do not want to process the MOs if the finish date is todays current date then if the order is not released then you can set status NCMP  Do Not execute .., you can find this in IW31/IW32 Order menu -->functions -->complete -->Do Not Execute ..., if the order is released then u can just set TECO on that ..
    In the above user exit u can apply logic and to read and set system status u can use the below FMs ..
    STATUS_CHANGE_INTERN[This is used to set or delete System Status]
    STATUS_READ : This is used to read system status or user status
    Pls check up ..
    regrds
    pushpa

  • Screen Enhancement for tcode VA41

    Hi,
    I have a requirement where I need to add few custom fields into tocde VA41.
    It ideally needs to sit in screen no 4021.
    I have go through all the user exits in SMOD and various posts in sdn, but it's not meeting my situation.
    Can we achieve this without having the need of access key?
    Regards,
    Zafar

    Hi
    For sales document it has the old concept of screen exit, so it can use 8309/8310 for header data or 8459/8460 for item data.
    You need to get the access key in order to use the screen-exit above, so that's valid if you want to change a standard screen like 4021.
    I don't think there's another chance
    Max

  • Enhancement about tcode prrw

    hello everyone,
       today,i implemented the badi 'trip_post_fi',there is a method called 'EX_ZWEP_COMPLETE'.in which,i want to change the person-number in the item line of  internal table 'ZWEP'.but when i changed and continue to run , the program will short dump soon.
    who can tell me why and how should i do?
    thank you very much!

    Hi
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    Regards
    Pavan

  • About Enhancement for Tcode IHC1EP, IHC1ED, IHC1IP

    Hi, Experts
      Which badi or User Exit is executed after payment order posting?
      Thanks you very much!

    Hi
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    Regards
    Pavan

  • Enhancement in Tcode CS02

    Hi Experts,
    I have a requirement from my client. When a Material BOM gets changed from CS02 a mail will trigger. I have found a BADI
    bom_update  with method CHANGE_AT_SAVE but can not understand which field is getting changed from the parameters of the mentioned method. For example, how to know which BOM item got deleted? Can anyone suggest me on this ?
    Thanks in advance.
    Regards,
    SURYA
    Edited by: suryabasu on Dec 19, 2011 2:56 PM

    Hi
    I had a look in BADI method and what is feel is since you the change number in CHANGE_AT_SAVE can you just check if corresponding this change number we have entries in CDHDR and CDPOS. If yes then you can use them to idenfitfy what is changed.
    Else please look into below mentioned link for your query.
    <link to blocked site removed by moderator>
    Thanks
    Nabheet
    Edited by: Thomas Zloch on Dec 21, 2011 12:26 AM

  • Enhancing TCode : SDO1

    Hi Peers,
    I have a requirement of enhancing the Tcode SDO1(Std Report transaction) .
    When we run this transaction after we specify the inputs such as Document Type, Created Date, Created by.. we get a list of Sales Document records.
    After the user selects a set of records, then goto  : EDIT-->Mass Change -->New pricing , the system pops asking for New pricing and updates the pricing.
    Here , <b>for the Selected no.of records , the pricing date must be replaced with Current Date in the Database tables eg: VBKD .</b>(This is the exactly what I have to do).
    Valuable suggestions will be rewarded well.
    Thanks in Advance,
    Regards,
    Daniel

    The Function Module  where exactly this Updation of Pricing Condition is happening is : SD_BULK_CHANGE  at Case:' MRPX'  line 73.
    Regards,
    Daniel

  • Add input parameters to ik07 selection screen..enhancement spots

    hello experts,
    Help required..
    Please tell me how to enhance the tcode ik07 for putting the input parameters on the selection screen I think there are no badi and exits we have to use enhancement spot.
    How can i... Please reply...screenshot for reference

    Since i am adding a select option of type ekko-ebeln, i have to add a statement TABLE ekko.

Maybe you are looking for

  • How can I set-up to receive a file with FTP?

    I want to receive a .pdf file from another, but the file is rejected by my email service provider for size.  What are the requirements and steps for arranging to receive this large file using File Transfer Protocol (FTP)?  I'm using OS Snow Leopard 1

  • When I make a PDF from an AI file invariably I accidentally edit the PDF, not the AI file

    [I'm a long-time user of Illustrator and the creative suite/cloud.] When I make a PDFx file in illustrator I always "view PDF after saving". Invariably -- even when I rename the PDF -- I inadvertantly start editing the PDF as though it is an illustra

  • [JS] Creating a Global Swatch

    I am able to create a new (CMYK) swatch and name it. But how do I set it as "global" (not spot). Javascript CS3

  • Flash Frame Sizes in YouTube

    Hello There, I'm back in video after a decade long absence and I'm completely new to YouTube because I've been living on a continent that rarely even has Internet.  I've got some old footage I need to put on YouTube, but YouTube's specs are a bit con

  • Diag Tool Error: ITS - Web AS must Match?

    I was having a diag tool error and I got it fixed but I want to understand what is happening a bit more. I orginally posted it in the ITS forum ( Link: [Bothersome ITS error msg in Diag Tool;) but hindsight tells me this is probably the more proper f