Field add in layout

Dear all,
I want to add vendor name column in ME80FN standard layout so pls suggest.
Abhinay
Edited by: Abhinay Sachan on Oct 20, 2009 8:07 AM

unsolved

Similar Messages

  • Layout Set: How to add a new field in a layout Set?

    Hi ABAPPERS.
    Question:
    How can I add a new field in a layout set?
    Scenario:
    QC21 uses a global Layout Set ZQMECOA_GLOBAL.
    There's a field required in this Layout Set which is Production Date(CAUFVD-GLTRP).
    Where is the date query happening here?
    Where can I insert the SELECT statement for the new field required?
    I try to look at:
    OPEN_FORM and WRITE_FORM, it seems that date query or SELECTION of data is not happening here.
    Thanks.

    If you are adding a header field then you will extend the header structure in CRM and do the same with Item structures for Item fields. You will use EEWB or similar technique in the CRM backend to extend the header or item.
    These extended fields in the backed are available in customer_h or _i structures in the order object that can be read and modified in the Header BAdI or Item BAdi.
    If you think that this message is cryptic or not enough, then you should search for Extension Guide in this forum and read the document.

  • How to add a field in the layout of cs11

    Hi,
    i want to add a field in the layout of cs11,
    i tryed with user exits and badis as below but i am unable to find the solution .
    BOM_EXIT
    BOM_UPDATE
    CEWB_BOM_CUS_FIELDS (SCREEN ENHANCEMENT WITH BOM HEADER)
    CEWB_BOM_UPDATE
    CEWB_ITM_CUS_FIELDS (SCREEN ENHANCEMENT WITH BOM ITEM)
    PCSD0001 Applications development R/3 BOMS
    PCSD0002 BOMs: Customer fields in item
    PCSD0003 BOMs: Customer fields in header
    PCSD0004 BOM comparison
    PCSD0005 BOMs: component check for material items
    PCSD0006 Mass changes user exit
    PCSD0007 Check changes in STKO
    PCSD0008 WBS BOM: Customer-specific explosion for creating
    PCSD0009 Order/WBS BOM, determine URL page
    PCSD0010 Order/WBS BOM, determine explosion date
    PCSD0011 Knowledge-based order BOM, parallel update
    PCSD0012 Customer - Mat. number/mat. number during material exchange
    PCSD0013 Customer-specific processing of an explosion for BOM browser
    Thanks,
    ksbabu

    Hi,
    Please see documentation of enhancement MM06E005 (transaction SMOD).          
    Userexit EXIT_SAPMM06E_016 is a component of enhancement MM06E005.            
    With that enhancement, you can                                                
      -   Maintain/supply your own customer fields                                
      -   Update your own customer-specific tables                                
    You cannot:                                                                   
      -   Change standard fields                                                  
      -   Change data that depends on the document header in the items            
      -   Change data that depends on an item in the document header                                                                               
    Please have a look at Business Add-In (BAdI) ME_PROCESS_PO_CUST.              
    Regards,
    Edit

  • How to add a field in line layout configuration for Tcode F-28

    Hi friends,
         I have a requirement where i need to add a field in line layout 'K1'.
    The field is EXNUM - ( Official Excise Document Number ) from the table J_1IEXCHDR into the existing Line layout 'K1'.
    I am not able to add this field under line layout configuration,since this field does not exist in field list.
    I have been searching for the suitable enhancement,but not able to locate one.
    It would be really helpful if someone share some info regarding this issue.

    No configuration is available at transaction code o7z4s
    No enhancement is available
    Even validations (OB28)  and substitutions (OBBH) will not work since this will use BSEG/BKPF tables /ABAP System Fields
    You need to go for Z program by copying the existing program of F-28 and add your required field with the help of Abaper.
    Srinivas

  • Create Partner Bank Field in the Layout

    Hi Friends,
    My requirement is, in the vendor Line item report(FBL1N), I want to add the Partner bank Type field in the layout which is not available. Is there any option we can create our own without the help of ABAPer.
    Regards,
    Anil

    Hi Anil,
    Of course you can - SPRO: Financial accounting - Accounts receivable and payable - Vendor accounts - Line items - Display line items - Define additonal fields for line item display (view V_T021S) and add table BSEG, field BVTYP.
    Good luck!

  • Deleting a single field from existing Layout - Update

    Hi,
    We need to amend our custom integrator's layout by removing a field from the layout.
    However, in Desktop Integration - "Define Layout" - we do not have any option to delete a field (options are - Move Up/down, Read only, width,Frozen pane)
    (Making width - 0 is not solving the purpose since only the field is not visible in layout but mappings remain as is)
    Is there any option to remove a single field from integrator layout?
    Thanks much in advance,
    Rgds,
    Sumanth

    Duplicate post - Deleting a single field from existing Layout - Update
    Srini

  • Adding field in script layout

    Hi,
    My requirement is adding one more field to script layout output but i if i added that field then page exceeds the output, they mentioned tab gap between fields, how to reduce tab gaps.
    can u please provide procedures how to achieve it.
    Best regards,
    Ravi

    Hi
    Check in the Line where u want to write/include ur new field  &LV_NEW& ..
    example
    OLD line             T1   &REGUD-SWABZ(15)&,,&REGUD-SWRBT(16)&
    New Line           T1   &REGUD-SWABZ(15)&,,&REGUD-SWRBT(16)&,,&LV_NEW&
    Also Check that  T1 in Paragraph Formats how many Tabs are declared and change the TAB spaces accordingly...
    surya

  • How to add Change Layout, savelayout, select layout Button to ALV Toolba

    How to add Change Layout, savelayout, select layout Button to ALV Toolbar?
    Moderator message: please (re)search yourself before asking.
    [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]
    locked by: Thomas Zloch on Sep 10, 2010 10:57 AM

    Variant
    CALL FUNCTION 'REUSE_ALV_VARIANT_F4'
           EXPORTING
                is_variant          = gs_variant
                i_save              = c_save
              it_default_fieldcat =
           IMPORTING
                e_exit              = gf_exit
                es_variant          = gs_variant
           EXCEPTIONS
                not_found = 2.
      IF sy-subrc = 2.
        MESSAGE ID sy-msgid TYPE 'S'      NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ELSE.
        IF gf_exit = space.
          cf_varia = gs_variant-variant.
        ENDIF.
      ENDIF.
      CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET'
        EXPORTING
          i_save        = c_save
        CHANGING
          cs_variant    = gs_variant
        EXCEPTIONS
          wrong_input   = 1
          not_found     = 2
          program_error = 3
          OTHERS        = 4.
      IF sy-subrc NE 0.
        cf_subrc = sy-subrc.
      ENDIF.
    Change Layout, savelayout, select layout Button  pass the value which is in BOLD
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
         i_callback_program                =  gd_repid
         i_callback_user_command           =  'U_COMMAND'
         i_callback_top_of_page            = 'TOP-OF-PAGE'
                         is_layout                    =  fld_lay
           it_fieldcat                  =  fieldcatalog[]
                       IT_EXCLUDING                  =
                       IT_SPECIAL_GROUPS             =
                       IT_SORT                        =  it_sort[]
         i_default                      = 'X'
         i_save                         = 'A'
         is_variant                     = gs_variant
         it_events                      =  it_event[]
        TABLES
          t_outtab                      =    it_sales
                     EXCEPTIONS
                       PROGRAM_ERROR                     = 1
                       OTHERS                            = 2
    Annasaheb

  • WDA - customer text in field label in Layout

    Hi,
    I need to display the customer text in field label in Layout. Currently field label text is coming from OTR.
    OTR ‘PAOC_RCF_UI_SELF_SERVICES/MIDDLE_NAME’ has text ‘Second Name’. My customer wants to display ‘Middle Name’ instead of ‘Second Name’.
    How can I fulfill my customer requirement without modyfying WD Component?
    Regards,
    ...Naddy
    Edited by: Naddy on Apr 4, 2008 2:46 PM

    Hi Naddy,
    U can achieve it by enhancing the component , write a post exit for the wdmodifyview
    in that .. for first_time  get the  UI element and set the text as u want.......
    Regards
    Yash

  • Finding Source Field in Paper Layout

    Hi Friends,
    I want to analyaise 100 reports.
    I have the following query in Data model.
    SELECT NVL(voyp.ata_date, eta_date) VOY_ARRIVAL
         ,jh.bol_number          JOB_BOL_NUMBER
         *,jd.num_units          DET_NUM_UNITS*
    from job_details jd
    Paper layout having around 100 fields, How to find DET_NUM_UNITS is source Field in Paper Layout.
    Regards,
    Kishore

    Hello,
    Normally when you use the report wizard to design the report it keeps the field name as F_DET_NUM_UNITS. So you can know the field and source. But if you designed the report manually. Then you will have to search field by field. Better to run the report and check on the preview. It will be less practice.
    -Ammad

  • Position of a field on the layout

    Using Oracle 10 g, what code should I write in a trigger to make the position of a field on the layout dynamic (set location on the layout)

    At this time it is not possible to move the Description field in the page layout and you can not change the size of this field. I would recommend that you submit a enhancement request to CRM On Demand customer care.

  • How to add keyboard layout and define shortcut to switch layouts

    Hello there people of Arch!
    How can i add greek layout to my laptop and how can i set "alt+shift" as the shortcut to switch between layouts?
    I tried to search but i couldn't find something useful!

    Inxsible wrote:
    sepuku wrote:
    Inxsible wrote:What I gave you there was the guide itself.
    What you gave me there is something generic not a guide(telling do "this" and "that" without telling how "this" and "that" is actually done is not a guide).Since i ask you how i'm supposed to do something am asking for specific info.
    I'm using gnome.Is there a way to do it using the graphical environment?I don't have time this days to learn writing scripts cause i really need the greek layout for my studies and there's little time.
    Thank you again for your reply!
    Aah !!
    Why didn't you say you wanted everything handed out to you on a platter !!!
    Aaaah why didn't you say you are full of complexes?Thank you for your guide!That really helped me!I just asked if there's is guide in the forum 'cause i searched and couldn't find any info.And no what you gave me is not a guide.Could you just answer this without pretending the smart?Or this is just to difficult?Well anyway no hard feelings I don't care.
    Am not going to reply to anything else you say cause you are ironic!I'll just wait if there is a more polite answer!
    Peace to your complexes.

  • Field status-screen layout-line layout

    hi
    EXPLAIN
    FIELD STATUS
    SCREEN LAYOUT
    LINE LAY OUT
    THANKS N REGARDS
    MAUNAMI

    <b>Field Status</b> It determines entering data in  field is mandatory or optional.it also determines whether a field should be shown or it should be suppressed.Also status can be only display i.e u can only see the field but cannot change it.
    <b>Screen layout:</b> It determines how screen should look like;what tab should be there and under each tab what fields should be there.
    <b>Line Layout</b> It determine the sequence of the lines on a data entry form or standard report.

  • Want more time to read the field "add a description"

    When I am writing a long description in the field "add a description" and then I want to read all I have written, I only have about 10 seconds to read the content in the "enlarged field". Is it possible to do something to get more time to read?

    Great Now it counts the column as 43, its correct
    but I get this error while coming to this line
    int j = addressData.RowCount;
                    for (int i = 0; i < j; i++)
                        IRfcStructure row = addressData.GetStructure(i);---> Error at this line
    ERROR msg:     FIELD FIELDNAME of TABLE [STRUCTURE RFC_DB_FLD] (GETTER): cannot convert CHAR30 into IRfcStructure
    so I changed the code to
    IRfcStructure row = addressData.GetStructure(i.ToString());
    It shows error as: Element 0 of container metadata  unknown [RfcInvalidParameter Exception]

  • Duplicating a field on a layout?

    Does anyone know if you can duplicate a field on a layout?

    Hi Stphanie,
    Welcome to the discussions and the AppleWorks forum.
    Fields can be placed only one time on any particular layout. If you want to display the same data in more than one location, the easiest way to do so is to define a new Calculation type field that simply copies the data in the original.
    Example: Original is in 'field 1'
    New field 'same as 1'
    Formula: 'field 1'
    Regards,
    Barry

Maybe you are looking for