Add link to new column in compensation planning plan screen

Hi Gurus!
I am in need of help in adding a new column to the Compensation Planning Screen for MSS portal (second screen or the PLAN screen).  I need to add a column which is already configured in SPRO for performance rating.  I am already able to show the column however I also need to make it clickable wherein the user will click and will be able to modify the performance rating on a pop-up screen.  After the modification, he can close the pop-up and will be back in the compensation planning screen. I checked and I can configure the service key in the columns to make it clickable but they all make use of Java Webdynpro.  By any chance, is there a way to use ABAP Webdynpro to achieve my requirement like passing the PERNR and opening a pop-up window?

Dear,
Before posting any threads plz search in SDN for ur reference below is one  link
screen exit for VA01
Cheers
fareed

Similar Messages

  • Adding a new Column in Sim Datawarehouse Delivery screen

    Hi All,
    I need to add one new column 'comments' in Sim Datawarehouse delivery Screen(navigation:Shipping/Receiving->Warehouse Delivery ->select ASN->Select Container) .That column should be mapped with comment_desc colun in rk_shipment_items table
    1.created a 'comments' class in src\oracle\retail\sim\shared ,
    2.created a 'CommentsDisplayer' in src\oracle\retail\sim\shared\swing\displayer.modified
    WarehouseDeliveryCartonDetailPanel.java as-
    public List<SimTableAttribute> getAttributes() {
    List<SimTableAttribute> attributes = new ArrayList();
    attributes.add(new SimTableAttribute("Comments", "comments",true));
              new CommentsDisplayer()));
    3.In WarehouseDeliveryLineItemWrapper added the get and set methods for 'comments'
    public String getComments() {
    return lineItem == null ? null : ((SimpleShipmentLineItem)lineItem).getComments();
    public void doSetComment(String quantity) throws BusinessException {
    if (lineItem != null) {
         ((SimpleShipmentLineItem)lineItem).doSetComment(quantity);
         //lineItem.setQuantityDamagedBasedOnUOM(quantity);
    Now that column is coming on screen and mapped properly with the database column comment_desc
    .But that column is coming as disabled on the screen.What else should be done to make that enable?

    You first need to add a new column to the definition of the internal table that is passed to the ALV function.  You'll then need to loop through the table and update the new total column.  For example,
    LOOP AT itab.
      itab-total = itab-cost + itab-discount.
      MODIFY itab TRANSPORTING total.
    ENDLOOP.
    You'll need to determine whether discount should be added or subtracted from cost.
    The only other change would be to update the field catalog.  There is likely a subroutine in your program that populates the field catalog table with the expected columns in the internal table.  Use the existing code as an example and add another record to the catalog for your total column.

  • UIX: How to add linked view table columns to the Read-only table

    Hi
    I have two tables
    T1: ID, STAFF_ID, NOTE
    T2: STAFF_ID, USERNAME
    I have created corresponding entity objects (E1, E2), views (V1, V2), association A(E1->E2 as *..1 using STAFF_ID) and viewlink VL(V1->V2 as *..1 using association A).
    My model in AppModule looks like
    V1
    ----V2 via VL
    Now I have single UIX page in which I drop V1 as Read-only table. The table displays columns correctly: ID, STAFF_ID, NOTE
    What I want is to add a column STAFF_ID from the V2 into this table. I have tried to drop it into the table but when the page is run it does not display anything in that column. It has to do something with binding.
    I have done similar test with dropping V1 as read-only FORM and then added STAFF_ID from V2 as messageTextInput and everything is rendered correctly.
    Anyone knows how to do the same thing but with table?

    Yes that is true but I would like to give another example where this may not apply.
    Say I have 3 tables
    CLIENT(INDIVIDUAL_ID,...)
    ADDRESS(ADDRESS_ID,...)
    ADDRESS_HISTORY(ADDRESS_ID, INDIVIDUAL_ID,BEST_ADDRESS)
    where ADDRESS_HISTORY is intersection table in CLIENT to ADDRESS many to many relationship.
    Suppose I have VO2 that consists of ADDRESS and ADDRESS_HISTORY entities (corresponding association exists) and user needs to add new address for the selected customer in VO1 (made from CLIENT entity). There are several issues here:
    1) An input form made out of VO2 must contain an entry for BEST_ADDRESS flag but since it will be read-only, seems that this approach may not work. However, I found a post re:Updating view objects with multiple entities that provides workaround this.
    2) In that case assume that I use DBSequence to automatically add ADDRESS_ID when user inputs new record in this input form. I am using DB Trigger on ADDRESS table and have selected ADDRESS_ID in ADDRESS entity as DBSequence. Now observe that VO2 would contain another ADDRESS_ID from ADDRESS_HISTORY entity which has to be automatically populated with the same value. How?
    In a nutshell my question relates to the problem how to automatically populate intersection table when new record is added to the detail. But the trick is that some attributes of the intersection table must be inserted by the user in the form..
    Please advise

  • How to add new column inside ME28 PO Approval Screen?

    Hi Abapers,
    Can u please explain and give sample code to me,  how to add new customise column inside standard Layout ME28 PO Approval Screen.
    Waiting for yours reply.
    Tks,
    S.Muthu.

    Hi
    Don't need a code or customize.
    1- Execute ME28
    2- select a line in the ALV
    3- type 'F1'
    4- Go to technical information
    5- Go to Table name 'MEREP_OUTTAB_PURCHDOC_REL' it is a structure
    6- Append the new field into that structure using SE11
    7- return to ALV in ME28 and change Layout
    8- you will find at right your new field, deplace it to left part and it's OK.
    REM :your new field will be filled only if the ME28 program is reading your field and passing it to the ALV structure (MEREP_OUTTAB_PURCHDOC_REL)
    It worked for me with EKPO-AFNAM
    cordially,
    Faycel MOSLAH.

  • Add New Column in ALV Report of Standard SAP ME28.

    Hi anybody,
    I want add new column in alv report of standard SAP Program ME28 Screen.
    Add Last PO Price column inside ALV Report ME28 Screen.
    Can u please anybody tell me how to add new column in ME28 Screen.
    Thanks
    S.Muthu.

    Try to find any BADI for the same
    Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
    1) Goto se24 (Display class cl_exithandler)
    2) Double click on the method GET_INSTANCE.
    3) Put a break point at Line no.25 (CASE sy-subrc).
    Now
    4) Execute SAP standard transaction
    5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
    6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
    7) This way you will find all the BADIs called on click of any button in any transaction.
    OR
    Also one more option is to copy ME28 and, make modifications to the copied program.

  • Is it possible to add new columns with format "Text" once a table is linked to a form

    Is it possible to add new columns with format "Text" once a table is linked to a form in Numbers for iPhone or is it impossible and thus a serious bug?(Rating stars and numeric vales seem to work.)
    Those bugs happen both for new speadsheets as well as existing onces, like the demo. When you are in the form only the numeric keyboard shows up.
    Pat from the Apple Store Rosenstrasse/Germany approved that it looks like a Bug during the Numbers Workshop I was in: It is not possible to add new columns with format "Text". I reported the error for Version 1.4 but there is no update nor do I get statement of understanding the issue.

    Hi Knochenhort,
    I see what you are talking about now. Without knowing how the program actually works, I think this is what's going on:
    When you add a new column to an already existing table (with already existing formats), the new cells come already formatted like the previous column. So when you add a column to the end of the demo table, the cells are already formatted like stars, and when you add a column to the beginning, they're already formatted like number.
    I think this is why it's different when if you add columns to a table with blank (unformatted) columns. In that case, the new cells aren't already "tainted" with a set format, so you can change to text format without issue.
    It seems like the problem is that you can't format cells that are already formatted as "number" as "text" format (even if it doesn't look like they are, because they are blank). IMO, this is a bug! This is why you don't see this issue when adding columns to a new table, because the new cells don't already come with a format.
    To workaround, you can highlight the body cells after adding the new column, and delete the cells. This will "clear" the formatting, so you can then go in the inspector, format them as text, and the correct keyboard will pop up.
    Hope that helps!

  • To add a new Column in ME21 item screen

    Hi,
    We need to add a new column at item level of the transaction ME21.
    Does adding the new column refres to adding the new field in the EKPO table as an include structure?
    or
    Is there any screen exits which could be used.
    Thanks in advace.

    Dear,
    Before posting any threads plz search in SDN for ur reference below is one  link
    screen exit for VA01
    Cheers
    fareed

  • Urgent..Unable to add new columns to Standard region.

    Hi all,
    Requirement :
    Create new columns (DFF columns) in a region(display-only) on the confirmation page of iExpenses.
    Options Tried:
    Personalize the Region:
    - The VO object did not have the DFF columns, so modified the standard VO. I was able to see the new fields through "About this page"
    - But the region does not have "Create Item" Link.
    Why am I not getting this link? How do I enable it?
    Modifying the Region:
    Modified the standard Region and did an XML Import. But the new fields are not showing up. Even when I do a jdr_util.PrintDocument, the new fields are not showing up in the XML definition.
    Has anybody faced a similar situation/have an idea to solve this issue, please advice. Any new approach is also welcome.
    Your help on this would be highly appreciated.
    Thanks,
    Ashok.

    Why am I not getting this link? How do I enable it?
    Create item is enabled only for Site and Function level personalizations. Once you navigate in to personalization tool choose the context to Site and you should get Create Item Icon against the regions. Also make sure to click on Complete View button to enable all the regions.
    Modified the standard Region and did an XML Import. But the new fields are not showing up. Even when I do a jdr_util.PrintDocument, the new fields are not showing up in the XML definition.
    You should not be doing this, you should use personalization to add new items. Why the items not showing up even if you modify the standard region, you might have imported the file in a wrong package structure.

  • Add new columns in result of Transaction ME2L

    Hello,
    My requirement is to add two fields from table EKPO (BEDNR and AFNAM) in the result of ME2L.
    Does anyone know how to proceed?
    Is there an exit which will enable me to do so?
    Thanks a lot for your help.

    Hi,
    Add new columns in result of Transaction ME2L
    Regarding on your problem. The below link will helps to you.
    Modifying ME2L, ME2M with out copying into Z program
    Regards,
    Sekhar

  • Open Link in new window, when field or column type is of Hyperlink

    Hi
    I have created a column by name Registration of 'Hyperlink or picture' type, and i want to open the link entered by the user in the new window as it is opening in the same window by default.
    Please help its a very major requirement.
    Thanks
    Paru

    Create a Site column of type “Hyperlink with formatting and constraints for publishing”
    (Site Actions -> Site settings -> Site columns -> Create )
    Add this Site column in your new list
    (List Settings -> Add from existing site columns)
     http://ashishnjain.wordpress.com/2012/06/06/sharepoint-links-list-to-open-in-a-new-window
    OR try
    1. Open Site in SharePoint Designer 2010
    2. Click on Lists and Libraries
    3. Click on the List Name
    4. Click on the View Name "All Items"
    5. Double click one of the links inside column which contains the HyperLink
    6. Tag Properties change "target" Value from _self to _blank
    http://social.msdn.microsoft.com/Forums/en-US/99e9559a-da76-4722-982c-882b3e4181c7/hyperlink-column-type-open-in-new-window
    http://suryapulipati.blogspot.in/2011/12/open-hyperlink-in-new-window-in.html

  • Will not open link in new tabs, some of my add ons are not working properly

    I am using Firefox 3.6.6
    My add ons, such as Gmail Notifier and Forecast Fox are not showing up on the bottom, but they are all enabled and updated. Also, when right click and select Open Link in New Tab, it opens an Untitled tab.
    == This happened ==
    Every time Firefox opened
    == I'm not sure when

    The current version of Greasemonkey is compatible with Firefox 29. Could you check to make sure it is not turned off? There should be a "monkey" icon on the toolbar. Clicking that icon turns Greasemonkey on and off; the "off" state is designated by a faded icon, while the "on" state has a full-colored icon.
    More generally, could you check for possible extension updates and disable unimportant extensions in case one of those conflicts with Firefox?
    Open the Add-ons page using either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, look for the "gear" button above the list and choose Check for Updates.
    I also suggest disabling any extensions you won't be using for the next 24 hours so that you can test whether that improves Firefox's functioning.
    Usually a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Any difference?
    One possible reason for hangs, especially where you eventually get a dialog indicating that a script is running slowly, is Flash. To minimize sites from using Flash unnecessarily, try setting Flash to Click-to-Play ("Ask to Activate"). This will delay Flash from starting on a page until you approve it.
    On the Add-ons page, in the left column, click Plugins. Look for "Shockwave Flash" and change "Always Activate" to "Ask to Activate".
    When you visit a site that wants to use the Flash, you should see a notification icon in the address bar and one of the following: a link in a black rectangle in the page or an infobar sliding down between the toolbar area and the page.
    Any noticeable difference?

  • How can i add to a listBox items near in a new column other items ?

    The items on the right i changed the property of the listBox1 righttoleft to Yes.
    My problem is i want to build a new column for the number so each number i'm adding will be next on the left to the belong item string. And not under it like now.
    1. Maybe i need to use another control and not listBox ?
    2. How can i add column/s and also maybe adding a title to each column like: Names Id Number....?

    If you want columns, you should consider a
    ListView or
    DataGridView.

  • How To Add a new column for ZPR0 price in open sales order report ??

    HI,
    my requirement is To Add a new column for ZPR0 price in open sales order report if the order/scheduling agreement is a cross-company code transaction l(company code of order/scheduling agreement <> company code of delivering plant), price = ZPR0 price as at estimated GI date

    k

  • To Add a new column for ZPR0 prce in open sales order report

    HI,
    my requirement is To Add a new column for ZPR0 prce in open sales order report if the order/scheduling agreement is a cross-company code transaction l(company code of order/scheduling agreement <> company code of delivering plant), price = ZPR0 price as at estimated GI date

    HI,
    my requirement is To Add a new column for ZPR0 prce in open sales order report if the order/scheduling agreement is a cross-company code transaction l(company code of order/scheduling agreement <> company code of delivering plant), price = ZPR0 price as at estimated GI date

  • How to add a new column (Project Number) in the action items table under NPD Module?

    There are two projects with same name and created by same person in NPD.
    So when it is displayed in "Action Items" table, It looks similar.
    To avoid this, I need one more column (Project Number) to be added in the "Action Items" table and " Strategic briefs and projects" table.
    So, How to add a new column (Project Number) in the "Action Items" table and " Strategic briefs and projects" table under NPD Module?
    Please do the needful.

    There is no out of the box configuration available to add columns to NPD action items.   As always we welcome enhancement requests. 
    Thanks
    Kelly

Maybe you are looking for

  • How do you download Kindle book to iPhone 5s?

    I have many Kindle books I've purchased from Amazon; they are accessible to me on-line and I can download them at will to my Kindle.  But how can I download them to my Iphone 5s?

  • ICloud, How to use it?

    How to use iCloud? I red a lot in the apple website buy I can´t find  good  answer  I have iPad, iPhone and MacBook but only can open www.icloud.com form the  Mac with my ID apple, these it´s not possible from other device because the ID apple doesn;

  • How can I know which applications were opened by someone else who used my computer?

    I'd like to know how to interpret the logs that I get in Console to figure out which applications and which files were opened by someone who used my computer. Thanks for any help you might be able to offer!

  • How to integrate desktop DNGs into Lightroom folder structure?

    I had a crisis earlier this year when I bought a Canon 6D just before a trip and realized too late that Lightroom 3 on my MacBook wouldn't accept it. So in desperation I downloaded Adobe's DNG converter, which solved the immediate problem, but for so

  • Persönlicher Hotspot unter OS 6.0.1

    Ausgangslage: iPhone 5, OS 6.0.1 Sobald ich den persönlichen Hotspot aktiviere und beispielsweise mit einem MacBook oder iPad verbinden will, wird er vor dem möglichen connecten im iPhone aus den Einstellungen gelöscht. Das heisst die Position Hotspo