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

Similar Messages

  • 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

  • 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

  • Ideas for Adding a Quick Print Button to VA01 Overview Screen

    Problem Statement:
    Our users would like a "quick print" button on the VA01/VA02 application toolbar that immediately spools the Order Confirmation output to the printer.  Our users want to print the output on demand, i.e., they do not want the output to automatically be printed when the order is created because a printout is not always needed.  We already have condition records created with Dispatch Time set to 3 - Send with application own transaction.  However, it takes 7 or more clicks to print the output on demand by navigating the menu (Extras > Output > Edit...Further Data...etc.) and changing the Dispatch Time to 4 - Send immediately when saving.  This is a big ergonomic issue and a time killer.
    Although the number of clicks to print are less when printing the output from the VA02 initial screen (via menu Sales document > Issue Output To), this is not acceptable when creating new orders.  Really need an on-demand, quick print button on the VA01 screen.  As an aside, we have a totally custom transaction for preparing sales order data (shopping cart-like way of finding materials and entering required data) that then calls VA01 and fills in all of the information.  When saving in VA01, the user is returned to our Z-transaction so asking the user to subsequently run VA02 to print is not practical.
    Current Output Determination:
    We have custom output type ZBS0 (copy of BS0).  Condition records for print medium are set to Dispatch Time = 3.
    Questions:
    1.  Searching these forums, it appears custom code (extension or user exit?) can be written to call RSNAST00, or something similar, to automatically send output having a Dispatch Time = 3.  Where can I find more information on exactly how to do this?
    2.  Do transactions VA01 and VA02 (Overview screens) have extensions that allow a print button to be added to the application toolbar?  We would want to call the custom printing code from the button to send the output.
    Any feedback on how others have solved this problem would be greatly appreciated.
    Warm Regards,
    Rob
    P.S.  Using GuiXT is not an option for us.

    HI
    We had similar issues with printing packing list and picking list by the warehouse people.
    We created a new ztransaction with input fields of delivery number, output type, number of copies and a check box for repeat output(in case if the output was already printed).
    You can also create a new Z-transaction with input fields of Sales order number(mandatory field), output type (Default it with value of ZBS0), number of copies (default it with 1) and a check box. On executing the transaction You can provide a message if the output was already printed so that the user can select the check box to repeat the output and execute. You can also print multiple SO by giving a range value if required.
    If you do not want the user to enter the new ztransaction every time, try providing a menu path to the new z-transaction from the existing z-transaction which you are using for order entry.
    Hope this helps you.
    Thanks,
    Arun.S

  • Ideas for Adding a "One Click" Print Button to VA01 Overview Screen

    I am not an ABAP developer and am doing some preliminary functional investigation to determine the best way to add a simple "one-click" button that allows a Sales Order Confirmation output to be sent to the printer.
    Can someone that really knows, tell me whether or not a custom menu item can be added to VA01 and VA02?
    I have seen lots of threads telling folks how to find user exits and menu exits for a program so I don't need that advice.  Rather, looking for someone who has already investigated this for VA01 and VA02 and knows the answer.
    Problem Statement:
    Our users would like a "quick print" button on the VA01/VA02 application toolbar that immediately spools the Order Confirmation output to the printer. Our users want to print the output on demand, i.e., they do not want the output to automatically be printed when the order is created because a printout is not always needed. We already have condition records created with Dispatch Time set to 3 - Send with application own transaction. However, it takes 7 or more clicks to print the output on demand by navigating the menu (Extras > Output > Edit...Further Data...etc.) and changing the Dispatch Time to 4 - Send immediately when saving. This is a big ergonomic issue and a time killer.
    Although the number of clicks to print are less when printing the output from the VA02 initial screen (via menu Sales document > Issue Output To), this is not acceptable when creating new orders. Really need an on-demand, "one click" quick print button on the VA01 screen. As an aside, we have a totally custom transaction for preparing sales order data (shopping cart-like way of finding materials and entering required data) that then calls VA01 and fills in all of the information. When saving in VA01, the user is returned to our Z-transaction so asking the user to subsequently run VA02 to print is not practical.
    Current Output Determination:
    We have custom output type ZBS0 (copy of BS0). Condition records for print medium are set to Dispatch Time = 3.
    Ideal Solution:
    Add a Print Icon to the application toolbar as described above.  From the button, write custom code that calls RSNAST00 (or is there a better way?) to send the output to the printer.
    Any feedback on how others have solved this problem would be greatly appreciated.
    Rob

    Still looking for input from anyone that has had experience trying to add a menu item or toolbar button to VA01.  In our case, for sending output.
    Madhu,
    Please again read my Problem Statement in my original posting for the business requirement.  We are using ECC 6.0.  Yes, I know that transaction VA02 has Sales Document > "Issue Output To" that allows you to print.  However, we want to be able to print from the VA01 Overview screen after all of the sales order information has been entered.  We would like to be able to click a print button which would save the new sales order and immediately issue the output.  Again, we do not want the output to automatically print for every new sales order - we want to be able to print only when needed.  The conditions that a sales person would use to decide to print a copy are too numerous or varied so they cannot be automated in a condition record.  Of course we do use condition records for creating the output but we do not send immediately on save.
    When creating a sales order, the sales person does not want to do the extra clicks and key strokes to then navigate or open a new VA02 session to print from the VA02 initial screen.  And as described in my original posting, it is a lot of clicks navigate the VA01 Extras > Output menu to change the output to print on save.
    If you observe the "day in the life" of a sales person and see all of the key strokes and clicking required to create an ECC 6.0 sales order, you understand why the extra 7 to 11 clicks to just print an output is very annoying.  We have created a totally custom Z-transaction that allows our sales folks to capture everything need for a new sales order all on one screen with no tab views.  We then launch VA01 to fill in all of the data entered in our custom transaction.  This all works very well and is a huge time saver for our sales staff.  Now we are looking to save a few more clicks by simplifying the printing.

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

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

  • Adding an ABAP Webdynpro app to the ESS overview screen

    I am trying to add an ABAP webdynpro page to the ESS overview screen, I have managed to add URLs without a problem and have found a tutorial to add Java Webdynpro pages however this does seem to apply to ABAP webdynpro.
    Thanks
    J

    Julian,
    what problem are you facing in adding.
    you can create an iview for the WDA application and in the HomePage Framework you can create resources and services which will point to that iview and add that service to the ESS Overview.
    Thanks
    Bala Duvvuri

  • User Id long field not displayed in communication infotype overview screen

    System: SAP 4.7
    After HRSP upgrade, in communication infotype overview screen (Program MP010500 and Screen 3000), the user id long field (technical field USRID_LONG) is not displayed for email subtype 0010 and CELL.
    For subtype 0001, the field (USRID) is still is visible.
    Any help is appreciated.

    Hi,
    Please check OSS note 1561054.
    Hope this helps.
    Donnie

  • 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

  • Adding a tab on to Activity Overview Screen in CJ20N

    Hi Experts,
    I have to add a new tab may be called as ' PRICING' on activity overview screen right next to Purch. TAB
    Basically, when we select an activity in CJ20N and click on material component, where we actually put in the material number, requirment quantity, item category , there we have two TABs ( TOTAL and PURCH.) .
    Next to purchase I need to add a new tab , which will pick up the price of material from sales order line item automatically.
    Please suggest me, how to achieve this.
    Thanks,
    DHRUV

    have patience mate, usually weekends just fly by . . . .
    anyway you cannot add another tab there - there is an exit CNEX0009 but I am not sure if you can add tabs
    if you want the sales order value from procong tables then I suggest thet you use CNEX0008 to add a field on the activity and then use CNEX0009 to check etc . . .
    hope that helps

  • How to display fields in IT0002 to PA30 overview screen for IT0024(Qualifi)

    Hi,
    I have a requirement where I want to display two fields NACHN and VORNA on PA30 overview screen for IT0024(Qualifcations).
    How can I achieve this?
    Thanks,
    Ameet

    Hi,
    There is no harm in enhancing IT0024 using PM01. However, these two fields added to P0024 using Customizing Include, happen to be display only fields over the overview screen of PA30 for IT0024.
    Now to write a query in PBO of generated module pools after clicking on the button labled Generate Objects, how to take care of delimited records in both infotypes.
    Thanks,
    Ameet

  • Generic Object Services (HR Master Overview Screen)

    Hi, i need to incorporate the Generic Object Services functionality to the HR Master Data linking it at three levels, namely,
    Scenarios
         1) GOS at Employee Level
         2) GOS at Employee-Infotype Level
         3) GOS at PD Object Level.
    I've managed to find the solution to Scenario's 1 and 3 while i'm still trying to incorporate scenario 2.
    Can someone let me know if there's any User-Exit that gets triggered at the Infotype Overview screen level from transaction PA30?
    I couldnt locate an exit that'd get triggered upon calling the overview screen in the HR Master Data transaction (PA30). So is the trouble.
    Helpful answers will be rewarded with points
    Cheers,
    Venkat

    Hi Venkat,
    Could you please share the steps on how you got the GOS at Employee Level to work?
    Thank you for your help.
    Aileen

  • Add a field VBAP-MTVFP (availabilty check grp)to VA01/02/03 overview screen

    Hi,
    I want to add the field VBAP-MVTFP to the overview screen of Sales Order--> tcodes VA01/02/03.
    I came to know that this can be done by adding the field name in TCVIEW table but I am unable to see the field on the layout even upon doing so.
    Could someone please help?

    Hi,
    Append the table VBAP with the field you wanted to display at additional data A or B, and then write the code in sales order user exit to populate the field value.
    try user exit "USEREXIT_MOVE_FIELD_TO_VBAP" under include MV45AFZZ.
    regards
    Vivek.

Maybe you are looking for

  • Lightroom 5 won't read my Sony A7ii raw files

    Just got my Sony A7ii, shot some files and tried to import into Lightroom but it doesn't recognize the files???? They open in PS ARC just fine.

  • How to convert an int variable into Number

    Hi all, I am using Jdeveloper 11.1.1.2 When I insert a row in a entity object I want to create another row in another entity object, but when I am setting the attribute for the new row I have a problem. Here is the code: int a = EO1Impl.paramA; NameE

  • PO Header Text Types

    Hi everyone, we've maintained the set of text header types to use for Purchase Orders in SPRO. The view that's behind the customizing is V_TTXID_MM_UPD, which is a join of TTXID and TTXIT. The thing is that we want to retrieve the list of the text he

  • After Sleep clicking on desktop icons does not open Finder window

    The Subject line says it all. This problem has occurred 3 or 4 times since installing Leopard and does not occur after every sleep. The Finder window can still be opened from the Finder toolbar. The problem can recover after another sleep. Patrick

  • What you think about Gobolinux's FS layout?

    GoboLinux is a modular Linux distribution: it organizes the programs in your system in a new, logical way. Instead of having parts of a program thrown at /usr/bin, other parts at /etc and yet more parts thrown at /usr/share/something/or/another, each