How to bring overview page fields into Result list

Hi All,
i have a requirent to bring the Contract over screen fields (item product ID) into Contract search screen result list grid.
how resolve this requirent.
thanks in advance, i will really apprisiate for your help..
regards,
kishore

Hi Kishore,
As pointed out by Masood, you need to create value attributes and handle the get methods.
Steps:
a) In the View for the result list you will have a table context node. You need to enhance that.
b) In that you need to create value attributes for the new attributes you want to display. This is done by changing the get_table_line_sample and adding the new attribute in the structure. Then one needs to create the get_, get_i, get_m methods.
c) The important method is get method where you need to read the relations and get the item attributes.
I hope it works.
Thanks!
Amrut Tadas

Similar Messages

  • How to bring the labour cost into costestimate

    Hi friends,
    How to bring the labour cost into costing run, please let us know. i have given the configuration settings but i am not able to get the accurate result. so friends please help me on this.
    where were i have to give the config settings and the   links please tell me.

    Dear,
    The cost sheet format is,
    1. Material cost,
    *2. Labour cost -
    SPRO -> Controlling -> Product Cost Controlling -> Product Cost Planning -> Basic Settings for Material Costing -> Overhead -> Costing Sheet: Components -> Define Calculation Bases*
    1. Here just check whether you have assigned the Labour cost Cost elements with Labour group or not.
    2. T Code - OKTZ : Check whether you have assigned the Cost elemnts here or not
    3. Labour cost is based on : Activity types and Cost center figures updation in KP26
    Let us know if you still need any help
    Thanks
    Edited by: nkonnipati on Feb 15, 2012 4:01 PM

  • How can i add Custom fields into the

    Dear Experts
    We have Ecc6.0 system,
    How can i add Custom fields into the Infotype Screen(PA30),i heard that we do it by PM01 Tcode.
    But in PM01 i am unable to find the enhance infotype tab.
    How can i do it ....pls help.....
    Regards
    Sajid

    Hi,
    Do it thru the third tab : Single Screen.
    There write down the infotype number (e.g. 0022) and say generate objects.
    Regards,
    Dilek

  • How do I export Pages document into iPhoto

    How do I export Pages document into iPhoto?

    Hi PhilipFG and FoxFifth,
    I've been using the same process Pages > PDF > iPhoto.  However, when it gets to iPhoto there's a lot of waiting around time for it to allow me to do anything i.e. cropping, enhancing.  The little coloured ball is just turning and turning. It's not happy to be there!  There is a big difference (it appears) in the resolution when it ends up in iPhoto using this process.  The images have shadows.  My business partner has an older Mac and can export directly to iPhoto from Pages without having to create a PDF first.  Perhaps this is just an option on the older one but she now can't open the pages file I send to her either.  Besides the fact that she clearly needs a new Mac...has anyone any further updates on what else can be done to export directly to iPhoto?  TIA

  • How can I convert page points into document points??

    Hello,
    How can I convert page points into document points? any API?
    I have found 2 APIs
    AIDocumentViewSuite::ArtworkPointToViewPoint( ) and
    AIDocumentViewSuite::ViewPointToArtworkPoint( )
    but I dont know what is view point and art work point.
    I think artwork point = page points and view points = document points. am I correct ???

    What do you mean by 'document points'? Do you mean document units? Like centimeters or inches? If that, there's no API to do (well, kind of in AIUser.h, but that gives you back a string with a unit suffix). Frankly, its pretty easy to just figure out the conversion values for each type of ruler unit -- there are only five or so you need -- and then write a dinky function that takes a value in one or the other, looks up the current document unit and uses that to convert the value (one function for each way). You just need to figure out everything in terms of points (since pixels == points) -- in that regard, it probably helps to know that 72 pt == 1 inch. From that you can figure out pointer-per-inch|centimeter|millimeter|pica.

  • How to bring Profit center field in to asset master

    HI,
    We are having new GL Profit center scenario active. My question is
    1.How to bring Profit center field in to Asset Master?
    I am not finding the field"Profit Center" under the configurations step Asset Accounting>Intergration with GL Accounting>Additional Account Assignment objects>>Activate Account assignment objects.
    I know how to do it if it the Profit center field appears in the above step.HOW TO INCLUDE in the above step??Is there any prior activity I need to do?
    2.If I could see the Profit Center field in the above step,then I can add it in T Code ACSET and select the field in Asset Screen Layout,so that it can come up in Asset Master.
    If question#1 can be answered it will be great.
    thanjs
    hinfi

    Hi,
    Until some years ago Profit Center did not exist in FI-AA master data. The Profit Center was derived from other objects (like the cost center) during posting, but there was no way to enter a Profit Center directly in the asset.
    Asset master data has been enhanced with EHP 5 to contain also fields for Profit Center and Segment. To make use of that functionality you need to activate the Business Function for "Segment Reporting" as explained in the Link posted by Jayj before.
    Once Business Function "Segment Reporting" is active, you will be able to make ACSET settings for the Profit Center like for the other account assignment objects. Without the Business Function the field does not exist in asset accounting and therefore you cannot find it in customizing.
    Regards, Michael

  • How to make read only field in Task list?

    Hi All,
    How to make read only field in Task list?

    This can be done one of two ways:
    1. Customize the form in Infopath, right click your field and disable the control.
    2. Use JavaScript/jQuery on the page to disable the element.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • ABAP PROXY - how to load a new field into SAP SNC system

    I am also curious about the proxy process. Please let me know if you know of a post that has mentioned this before.
    We have to customize our Delivery Schedule Notification proxy. I already regenerated the standard one into a Z proxy name. I already put in my custom code to load Z fields into a Z table.
    Here is my new problem. The users wants more additional fields.
    Here is the standard proxy generated layout for this structure:
    /SCA/BIF_S_DELIVERY_SCHEDULE
    CONTROLLER
    ID
    TYPE_CODE
    CREATION_DATE_TIME
    BUYER_PARTY
    VENDOR_PARTY
    BILL_TO_PARTY
    NOTE
    ITEM
    Here is the new proxy generated layout for this structure:
    ZDELIVERY_SCHEDULE_NOTIFICATIO
    CONTROLLER
    ID
    TYPE_CODE
    CREATION_DATE_TIME
    BUYER_PARTY
    VENDOR_PARTY
    SUPPLYING_VENDOR
    BILL_TO_PARTY
    NOTE
    ITEM
    Notice that SUPPLYING_VENDOR is the new field. VENDOR_PARTY is already loaded into the system. How can I get SUPPLYING_VENDOR loaded into the database?
    Thank you in advance for your assistance.
    Edited by: DAVID CRAIG on Jul 29, 2009 2:16 PM

    Hello.
    Thank you for the information.  I need to clarify my situation.
    I understand there is a PROVIDER CLASS.  Within that PROVIDER CLASS there is a METHOD.   Inside that METHOD there is a place for me to put my code in.  I have already done that work for a previous requirement.  I moved Z fields to a Z table.
    My new requirement has a field SUPPYING_VENDOR that was inserted into one of the SAP structures.  It was placed next to VENDOR_PARTY.
    Here are my steps of execution:
    1.  Go to transaction /N/SCA/ICH_S (SNC Supplier View)
    2.  Click on RELEASE
    3.  Click on RELEASE OVERVIEW
    4.  Click on GO
    5.  Click on DETAILS
    6.  Click on the SHIP-FROM LOCATION tab
    The SHIP-FROM LOCATION field is currently being populated by the VENDOR_PARTY field from the proxy.  This is done automatically by SAP.
    1.  How do I find the table and field name for that field?  This is in the Supply Network Collaboration screen, not normal SAP transaction.
    2.  How do I get that SUPPLYING_VENDOR data to populate SHIP-FROM LOCATION instead of VENDOR_PARTY?

  • How can I [cmd]+A including text boxes? Or how to import one Pages document into another Pages document?

    Hi there,
    I am working on my thesis with several Pages documents (for the first time). And I really have searched all over the Internet to find an answer to exactly my question but I cannot find it.
    First my question was: How can I import one Pages document into another one? I found the answer on that (I think) and there is nothing else than just make a new section and copy/paste it in.
    But then another issue pops up: I cannot [cmd]+A my whole document including the texboxes to paste it in the other Pages document. Then the document will be paste without the textboxes (and I have quite a lot of them in that document) and the text will not be at the right place.
    So please explain to me: How I can combine two Pages documents and keep them exactly the way they are? Is that even possible?
    I thank you so much in advance!

    Hi Fruhulda,
    I have already tried to mark the textboxes in line but that did not work, and besides then the text and the boxes won't be at the rigt places either. Thank you for your reply .

  • How to add a function field into the existing matrix report

    Hi,
    I have a matrix report , now i wanted to add one moe field into the matrix which is getting the value from a function , this function is a part of the ref cursor query(group) , i'm able to get the value from the function but it cannot display on the existing matrix report. i wanted to add this in the repeating frame which is printing down. how could i do this , looking for your help. thanks . bcj

    Here the scenario like,
    Data from Table_1
    NAME UNITS DAYS RATE
    AAA 10 1 1.2
    BBB 12 2 3.1
    AAA 20 2 4.1
    CCC 23 1 5.2
    Here, In the matrix report the NAME and UNITS are row fields and 'DAYS' is column field , RATE would be the cell field, and
    Data from Table_2 ,
    NAME BASIC
    AAA 2
    AAA 2
    BBB 2
    CCC 3
    In the report i have to display the 'BASIC' along with the NAME in row level ( repeating frame printing down),
    To get the multiple 'Basic' for each 'Name' using a ref cursor .
    and, using a function to do further calculation based on the basic value
    begin
    select basic into v_basic where name =:name;
    return(caluculated_value);
    end;
    and return the calculated value to the report. But at that time cannot accommodate the value in the matrix report with other groups frequency.
    looking for your valuable help. Thanks Bcj

  • How to seperate current page fields in a pdf form using javascript

    Hi,
    Is that possible to seperate current page fields(textbox, Chesckbox) in a pdf form using javascript.
    I have coding to get all the fields in a pdf form. But i want to take CURRENT PAGE alone.
    Please help me out.
    Thanks and regards,
    Christy

    Hi try67,
    Thanks for your support.
    I got the result.
    Thanks and Regards,
    Christy

  • How to put one Quanlity field into dimension(not keyfigure) in Mltprovider?

    Dear experts:
    We have one simple multiprovider based on material master. The query user want to see all the fields as free characteristics so that they can choose to put any field on the rows or columns.
    Now the problem is: in material master there are some quanlity fields so previously we defined them as key figures in the multiprovider. Today when I did a test I found seems I can not pull those quanlity fields into the dimensions.
    Can anybody give me a suggestion how to fix the issue?
    BTW, we must use multiprovider since it is a guideline to build query based on.
    Any post would be appreciated and thank you all in advance!
    Tim

    Hi Tim
    I assume common fields in borh 0MATERIAL and 0MAT_PLANT will hold same data for same record for example say you have common fields Material no, A and B then record in master data will look like
    0material                                                 0Mat_plant
    Material no A    B                                 Material no A    B
    1                 A1 B1                                1                A1 B1
    2                 A2 B2                                 2               A2 B2
    If my assumption is right then choose all such common fields as key for Infoset and then you can pull only one from both to your report and it should work fine.
    And yes in this case build your report on Infoset, but remember that for any material which does not exist in both the Masterdata object will not be deisplayed in report in this case.
    i am not sure if it is likely scenario for you but If you want to see such records then multiprovider is the choice, then your design might look a bit different.
    Let me know if this works
    Regards
    Sudeep

  • How to add dynamic jquery fields into DB

    I am using the script from: http://www.coldfusionjedi.com/index.cfm/2009/2/19/Using-jQuery-to-add-form-fields to dynamically add fields to a form.  I am having trouble actually inserting the fields into a DB.  It seems that the field name is the same each time so they just get combined into one variable.  For instance, if field 1 is "John" and they add another person and his name is "Frank" field1 becomes, "John, Frank".
    I have a few more fields then that, so I am unsure how to proceed.  Anyone have any ideas or code samples that have worked for them?  Essentially I am trying to loop through the form and insert each additional field seperately.
    Any ideas?
    Thanks a ton

    Thanks for the help!  I am still stuck as to exactly how this will be done. My form is as follows:
    Type:
    Price:
    Unite:
    Name:
    and users can add another product etc so there will be more fields for each additional product (which all seem to get truncated as a comma seperated list in the form value)
    Here is what I have so far, after the form is submitted:
    <cfloop item="key" collection="#form#">
    <cfquery name="insertnote">
    INSERT INTO Deals (type, price, unit, name) VALUES ('#form.type#', #form.price#, '#form.unit#', '#form.name#'  )
      </cfquery>
    </cfloop>
    I honestly don't use loops like this very often so I apologize for having a lack of understanding.  I know you mentioned making them nested loops but I dont' know how to do it and have it successfully insert the appropriate data.  Everytime I try it doesnt come out right.

  • How to bring my valid iMovie into Soundtrack Pro as a multitrack?

    Hello kind people. My most hummed song right now is "I can't get started with you." To my shame, I am unable to bring my valid iMovie into Soundtrack Pro as a multitrack. I have brought the audio alone, but that leaves me grabbing at air. There must be a simple way. Who will tell me how?
    PBG4 17   Mac OS X (10.4.6)  

    Try exporting a Quicktime movie from iMovie, then drag the quicktime movie onto the video track (or drop it into the video window) in Soundtrack Pro.

  • How to insert a pages document into another pages document?

    How can I insert a pages document into another one?
    How can I insert 1 page of a document into another document?

    Open your files & show thumbnails. Sections have a yellow border around all of the pages in that section. Now click on the page in the thumbnail pane & copy. If the file is more than one page & you only want one, you'll need to insert a section break to separate the pages. Then go to your other file, click in the thumbnail pane & paste. The whole copied page will be pasted in. Repeat with another section. Styles will copy over with the sections but headers & footers will not.

Maybe you are looking for

  • Questions regarding customisation/configuration of PS CS4

    Hello I have accumulated a list of questions regarding customising certain things in Photoshop. I don't know if these things are doable and if so, how. Can I make it so that the list of blending options for a layer is by default collapsed when you fi

  • Problem with opening and closing windows

    Hi, I have a Flex Desktop Application with a Splash screen that displays for 5 seconds which is the initial WindowedApplication which uses script to centre itself in the screen at 400 x 300. It then loads and opens up a Window where people login and

  • How can I open photoshop files from 1995 with no file extensions?

    These files are on CD and are definitely Photoshop 2 or 2.5 or 3. When I put the CD in my Mac is showing them as Unix Executable Files. I'm currently using Photoshop CS3 on Mac 10.5.8. I've tried adding extensions such as tif, psd, jpg etc but photos

  • Problem with rendering RGB with alpha

    I have AE 6.5. I suddenly began having .AVI's with alpha channel rendering with a flickering background with numerous flashing colors. I did system restore, reinstalled 6.5 with no help. No new programs, not hooked to internet, using 2 gigs RAM with

  • Need help in finding the position of a SubString in a String

    Hi All, I have a VARCHAR2 column in my table which has data similar to '152-425-3265-8-5623-45'. I want to find the position of the numbers in the column. For example: If i give 8 - query should return me 4. If i give 425 - query should return me 2.