Custom column in overview screen of a standard infotype

Hi all,
I have some custom field in a standard IT.
In the screen 2000 I haven't any problem.
But I need they also in screen 3000 (the overview one).
There is a "standard" way for modifing this screen without making a modification?
Thanks,
enzo

Sorry <b>Enzo</b> -:( My mistake...
In <b>PM01</b>, you can either modify or append new fields to a Infotype Dynpro.
Just pass the Infotype Number, into the 3rd tab...And you're going to get the PE51 window, where you can make the adjustments -:) I have never used it myself...But I have seen it in action -;)
Greetings,
Blag.

Similar Messages

  • Planned Activity column in overview screen of KP26 is disabled

    Hi,
    I am getting Planned Activity column disabled in the overview screen of KP26. So, unable to enter plan data.
    Please help.
    Thanks
    Manish

    Hi Manish,
    Please check the Activity Type Category. Probably It would be 2.
    If it is 2 then change the same to 1 and try KP26.  The other categories are as follows:
    1     Manual entry, manual allocation
    2     Indirect determination, indirect allocation
    3     Manual entry, indirect allocation
    4     Manual entry, no allocation
    Bye
    Robin

  • Column change overview screen of infotype 1001?

    Hello,
    I run transaction pp01 and choose an object (whatever type, let say S-position). For a particular object, I choose  Relationshpis infotype (IT 1001) and choose overview icon. I see some columns of a displayed table.
    I would like to replace Abbrevaiation column to Name column. So, instead of a position abbreviation I want to see a full name of the position.
    Can someone tell me how to make it?
    Regards
    Rafal

    Hi,
    Can anyone answer my question?
    Pliiiiizzzz

  • Showing fields of Custom infotype in standard infotype screen

    Hi Experts
      I have created a custom infotype 9xxx. Now when I go to the PA30 maintenance screen for a standard infotype 0795, i should also see the fields from custom infotype 9xxx. Can you please let me know how I can enhance the standard infotype 0795, since SAP does not allow me to change it directly.
    Thanks
    Neo

    Hi,
    I'm gonna be an *ss and ask why you wanna see the fields of your 9xxx - infotype in SAP IT0795.
    If this is for information purposes, I believe this should be incorporated in reporting and not within master data infotypes.
    Wilfred.

  • Adding a new column to item overview screen 4900 in sales order transaction

    Hi All,
    I want to add a new column to refer to a custom field in screen 4900 ( Item overview screen ) in sales order transaction. Please suggest appropriate exit or BADI for the same. Give all steps to do the same.
    Thanks in adavance.
    Jawahar.

    Hi
    As the link that RamKi let us know, this is a modification, so, I suggest to avoid. See SAP Note 862228 - Order reason for returns on item level for further information. I suggest to use the other enhancements in tabs.
    Regards
    Eduardo

  • How to change columns in PO overview screen

    In standard SAP in PO Overview screen the first column will be Status and second will be Item, however in our system it is changed and the first column is short text and second is qty and then followed by status column.
    How can i interchange it back to normal.

    Just Select The Total Column, then Drag & Drop accordingly..
    whereever you want..
    Alternatively you can do by
    in the top right corner of the item overview you have a button for table control (above the vertical scroll bar).
    If you click that button, you get a pop-up from where you can customize the layout.
    Press the blue info button there and read how this is to be done.

  • Custom Infotype - Overview Screen ( Screen 30000

    Hi All,
    I have developed a custom infotype. Need some inputs regarding the overview/List screen Please !
    the overview screen primarily is used to list the records for date ranges.i.e. every line / row will have a unique date range for which the record is valid.
    But is there a way in which we can get multiple rows for a date range in List Screen ??
    example.. If screen 2000(create/display screen) has 3 rows( Listed below) for a date range Date1 to Date2.
    (these records below are in the table control).
    Row 1. Name1 Age1 Dob1
    Row 2. Name2 Age2 Dob2
    Row 3. Name3 Age3 Dob3 ... and so on..
    Now the List Screen / Overview screen 3000 - This is how its needed to be seen...
    Row1 Date1 Date2 Name1 Age1 Dob1
    Row2 Date1 Date2 Name2 Age2 Dob2
    Row3 Date1 Date2 Name3 Age3 Dob3
    Instead of (This is what comes up on Screen 3000 now)
    Date1 Date2 Name1 Age1 Dob1 Name2 Age2 Dob2 Name3 Age3 Dob3
    ( The Screen Layout has been modified to add columns to accomodate Name2 Age2 ..... etc)
    Any suggestions/inputs will be highly appreciated !
    Regards,
    Mark

    HI
    I tried hiding it with the help of code.
    Still not able to achieve the result.
    THe below is the code what I am using.
    Please check it and suggest me.
    if psyst-ioper EQ 'LIS0' or
        psyst-ioper EQ 'LIS1' or
        psyst-ioper EQ 'LIS9' .
         loop at SCREEN.
      if screen-name EQ '*P9009-ZWCADM' or screen-name = 'P9009-ZWCADM'.
        screen-active = 0.
        endif.
        MODIFY SCREEN.
      endloop.
      endif.
    Still able to see the fields on the screen.Not being hidden.

  • How to add column in the item overview screen (4900) in sales order?

    Hello Experts,
    I have a requirement to add a column (Field - Size/Dimensions - MARA-GROES) in the Item Overview Screen (4900).
    Is there any provision for that? Any enhancement or screen exit or so?
    Quick response will be appriciated.
    Thanks in advance.
    regards,
    hp

    Hi
    As the link that RamKi let us know, this is a modification, so, I suggest to avoid. See SAP Note 862228 - Order reason for returns on item level for further information. I suggest to use the other enhancements in tabs.
    Regards
    Eduardo

  • PO Screen Layout change, Addition of one column in Item Overview screen!

    Hi All,
    I have one typical requirement where in user wants to add one column in the Item overview screen, example "Reason for ordering" which is there in Item Detail under Retail Tab!
    Can anyone suggest, How can i get this done? and also i want to know if  there is any possibility to add this field at header level??
    please let me know if i'm not clear in describing the issue...
    Suggestion and solutions would be rewarded & appreciated,
    Thanks in Advance..
    Regards,
    Siddaram

    hi,
    Check sap note 458591..
    Regards
    Priyanka.P

  • Delete entries from custom infotype overview screen

    Hi
    I have the requirement to delete few fields from overview screen(Screen 3000) from my custom infotype.
    Can I go to screen 3000, and CUT (delete) the fields which are not required? or any other procedure?
    Did anyone get similar requirement?
    Please help me in this regard.
    Thanks in advance.

    HI
    I tried hiding it with the help of code.
    Still not able to achieve the result.
    THe below is the code what I am using.
    Please check it and suggest me.
    if psyst-ioper EQ 'LIS0' or
        psyst-ioper EQ 'LIS1' or
        psyst-ioper EQ 'LIS9' .
         loop at SCREEN.
      if screen-name EQ '*P9009-ZWCADM' or screen-name = 'P9009-ZWCADM'.
        screen-active = 0.
        endif.
        MODIFY SCREEN.
      endloop.
      endif.
    Still able to see the fields on the screen.Not being hidden.

  • Adding Custom Fields to Contract Overview Screen

    Hi,
    I have added Cost Centre as a custom field to the Contract Header screen; I'd like to know if it is possible to add this field to the Overview screen/tab, as we consider it an important field. The SAP documentation hints that it's only possible to add to HEADER or ITEM tabs; is this true?
    This is for SRM 7.0
    Any pointers would be of great help.
    Thanks
    Pete

    You would have to enhance webdynpro component /SAPSRM/WDC_CTR_DOFC_OV_H for this.

  • ALV display custom columns

    Hello experts,
    I am currently working on the report to display ACQUISITION PRICE and RENEWAL PRICE of some equipments. The renewal price will be calculated according to CPI, the CPI value should be entered by user. Based on this CPI the report should display renewal price of the equipments in Specific Column. I don't understand how to get Custom Column and how to display values in it. The formula for the renewal price will be
                                  New Price = Acquisition Price + (Acquisition Price * (CPI/100))
    I have defined the column with Data Type I. But i dont know weather it is correct or not. If anybody have any idea regarding this issue please share it with me.
    Thanks,
    Avadhut

    I have created own report its TYPE 1. I have used ALV in it. I am able to display all the other values but RENEWAL PRICE. There is CHECKBOX on selection screen, when selected report should display renewal prices automatically according to CPI. But i dont understand how to display it in custom column. The code is as below.
    *& Report  ZIE_EQUIP_RENEWAL_COST
    REPORT  zie_equip_renewal_cost.
    types: begin of g_outtab,
             EQUNR TYPE EQUNR,
             EQKTX TYPE KTX01,
             ANSDT TYPE ANSDT,
             ANSWT TYPE ANSWT,
             INVNR TYPE INVNR,
           end of g_outtab.
    TABLES: v_equi,                     "Equipments
            equi,                       "Equipment Master
            eqkt.                       "Equipment Text
    TYPE-pools: slis.
    DATA:
           alv_container   TYPE REF TO cl_gui_custom_container,
           alv_grid        TYPE REF TO cl_gui_alv_grid,
    *       event_receiver  TYPE REF TO lcl_event_receiver,
           str_outtab      TYPE g_outtab,
           gr_table   type ref to cl_salv_table.
    DATA: it_data TYPE TABLE OF v_equi,
          it_equi TYPE STANDARD TABLE OF equi,
          it_eqkt TYPE STANDARD TABLE OF eqkt,
          str_data TYPE v_equi.
    DATA: ok_code LIKE sy-ucomm,
          save_ok LIKE ok_code.
    **              Selection Screen                                      **
    SELECTION-SCREEN BEGIN OF BLOCK rammi WITH FRAME TITLE text-010.
    SELECT-OPTIONS:
      s_equnr  FOR equi-equnr,                                   "Equipment Number
      s_eqtyp  FOR equi-eqtyp,                                   "Equipment Type
      s_invnr  FOR equi-invnr,                                   "Inventory Number
      s_ansdt  FOR equi-ansdt,                                   "Acquisition date
      s_answt  FOR equi-answt.                                   "Acquisition Value
    *PARAMETERS: p_waers TYPE v_equi-waers DEFAULT 'ISK',         "Currency Key
    PARAMETERS: p_cpi   TYPE i,
                p_test AS CHECKBOX.
    SELECTION-SCREEN END OF BLOCK rammi.
    **              Start of Selection                                    **
    START-OF-SELECTION.
      CLEAR: it_data, it_equi, it_eqkt.
      PERFORM read_data.
      CALL SCREEN 100.
    *&      Form  read_data
    FORM read_data.
      SELECT a~equnr b~eqktx a~ansdt a~answt
        FROM equi AS a
        INNER JOIN eqkt AS b ON a~mandt = b~mandt
        AND a~equnr = b~equnr
    *    AND spras = sy-langu
      INTO CORRESPONDING FIELDS OF TABLE it_data
        WHERE a~equnr   IN s_equnr
          AND a~eqtyp   IN s_eqtyp
          AND a~ansdt   IN s_ansdt
          AND a~answt   IN s_answt.
    ENDFORM.                    " read_data
    INCLUDE zie_equip_renewal_cost_stato01.
    INCLUDE ZIE_EQUIP_RENEWAL_COST_USERI01.
    *&      Form  set_columns_technical
    *       text
    form set_columns_technical using ir_columns type ref to cl_salv_columns.
        data: lr_column1 type ref to cl_salv_column_table,
              lr_column type ref to cl_salv_column.
      try.
          lr_column1 ?= ir_columns->get_column( 'EQUI-EQUNR' ).
          lr_column1->set_F4( if_salv_c_bool_sap=>FALSE ).
        catch cx_salv_not_found.                            "#EC NO_HANDLER
      endtry.
      try.
          lr_column = ir_columns->get_column( 'EQKT-eqktx' ).
          lr_column->set_technical( if_salv_c_bool_sap=>true ).
        catch cx_salv_not_found.                            "#EC NO_HANDLER
      endtry.
      try.
          lr_column = ir_columns->get_column( 'EQUI-ansdt' ).
          lr_column->set_technical( if_salv_c_bool_sap=>true ).
        catch cx_salv_not_found.                            "#EC NO_HANDLER
      endtry.
      try.
          lr_column = ir_columns->get_column( 'EQUI-answt' ).
          lr_column->set_technical( if_salv_c_bool_sap=>true ).
        catch cx_salv_not_found.                            "#EC NO_HANDLER
      endtry.
    endform.                    " set_columns_technical(

  • Want to expand columns on planning screen for shipment

    Dear All,
    I need to expand 3 Z-field columns on planning screen for shipment. With Note# 400368, I need to add my Z-fields in structure VTTKD and apply them to the ALV grid with modifications of FM RV_SHIPMENT_VIEW, however, in my project, we cannot do any system modification that will affect by importing R/3 support package or upgrades...
    Any other solution that I can take to expand 3 Z-fields to the ALV report?
    I am looking for GuiXT tools, however, I don't know whether GuiXT can modify standard ALV report or not.. If anyone has experience with GuiXT, could you please show me which command I want to use in this case and how?
    Thank you in advance!

    Hello Tiger,
    >>1, How could Jet DB expand columns when connection with "HDR=No". It is possible?
    We should know that “HDR=No” is used to configure whether the provider considers the first row to be column name or to be a normal data row. There is not other approach to set this configuration.
    >> 2, How to remove the header as an workaround way?
    With the oledb provider, it is not possible to avoid insert these header, my suggestion is that you could open the target inserted excel sheet, and remove first row manually which is fast and easy. Or to remove the first row through using Excel.Interop.dll.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Adding institution in overview screen of infotype 22

    Hi,
    I want to add new column to the overview screen(3000).
    The column is institution which is standard field from pa0022.
    The field is not listed in t588m table also.
    I also tried adding field using pm01 list screen tab.But this also doesnt help
    Is there anyway to add this?
    Any help is appreciated.
    Thanks
    Ambily
    Edited by: Ambily R on Sep 7, 2010 5:19 PM

    No entries can be added in t588m as told by the functional person here.
    Please let me know if there are any other options.
    Thanks
    Ambily

  • Additional Fields of an infotype in a overview screen??

    Dear Alls,
    I have a question. I m using recruitment module, i have added field in previous employment infotype 0023 but i want to maintain multiple data in this infotype. but this addiotional field is not diaplay in overview screen while it is in infotype.
    Kindly let me know is there any provision to add addtional fields in overviwe screen of an infotype.
    Thanks & Regards
    Sehrish

    Hi Sehrish,
    Ask your ABAP consultant to change the layout of the screen and as the last salary is a custom field so this must be added to that particular screen number otherwise it will not be displayed as this is not standard field. First check for the program and the screen number then as a prerequisite add the custom filed last salary to the table & structure PA0023 & P0023 and the same must be made available while creation of an infotype 0023 in PA30.
    And the screen which you are referring in the screen shot attached is a Enter additional data action screen in Recruitment module and its not an overview screen of an infotype.
    Regards,
    Mithun K

Maybe you are looking for

  • My Skype number is not working

    I have purchased a Skype number. I am travellling and I am out of the country but I cannot seem to make my Skype number work. It is a New York City number but when someone calls it nothing happens. I paid for it for three months! It shows up in my Sk

  • Receiving Custom XML Document over AS2 (HTTPS) - Inbound Processing

    Hi All, Need help in Receiving Custom XML Document over AS2 (HTTPS) - Inbound Processing External Trading Partner will be able to post the XML Documents to https://<b2bconsolehost>:<b2bconsoleport>/b2b/httpReceiver. Here is the process flow: 1. Exter

  • Export problem: incomplete video

    Hi everyone, I'm using iMovie 5.0.2 on Tiger (QuickTime 7.3.1). A problem I've experienced with some of my iMovie projects is currently bugging me again: I'm working in iSight mode to edit videos taken with a digital (still) camera in video mode. Whe

  • Lenovo G550 2958-j6y Bluetooth not found

    Hello, I just buy a lenovo g550 2958-j6y and I can´t turn on the Bluetooth device. I press Fn+F5 and I only get the option for turn on/off the wireless card and I can´t install the Bluetooth driver for windows XP, it says "Bluetooth device not found"

  • User can't print pdf's in Internet Explorer

    He does not have a problem printing pdf's in general. He was able to print pdf's directly while in IE until Acrobat was installed on his PC last week. Reader XI is also on  his PC.