How to change the display in standard program.."SAPLCKML_MR11_ALV"

hi.... 
one of the report of finance (SAPRCKMR11)  is calling this program SAPLCKML_MR11_ALV ..for the display...
i had to add three more fields in the display...
1) PO quantity    ekpo-menge
2) PO value         ekpo-netwr
3) INCOTERM     ekpo-inco1.
i had try to modify the standard program by copying it...but didnt getting the result.
please help me .... how to meet the requirement.....  if u can tell please also tell me where in the program i have to do the changes...
any suggestion is appreciable..
thanks

Purchase Order Quantity and price......If you get an answer please advise.
Thanks
Justin

Similar Messages

  • I have three email accounts and want to know how to change the display order.

    I have three email accounts and want to know how to change the display order.

    Install this add on.
    https://addons.mozilla.org/en-US/thunderbird/addon/manually-sort-folders/?src=search

  • How to change the display of a spectrogra​m (backgroun​d color)

    how to change the display of a spectrogram (background color).
    I am using JFTA Adaptive spectrogram.  Need to change the color of the background.

    : how to change the display of a spectrogram (background color)
    Attachments:
    snap.docx ‏23 KB

  • How to change the Display Pattern for Decimal Fields dynamically

    hi all,
    Can any one help me how to change the display pattern for decimal fields dynamically???
    Currently I am using z,zzz,zzz,zz9.999 Display pattern for Quantity Field. If the value is blank it is displaying as 0.000 on the Screen. But I don't want this to be printed.
    Please help me how to solve this ASAP.
    Thanks,
    Prabhu

    Hi,
    Alternatively you can handle it in the context.
    In the context area, click on the quantity. In the bottom, click on the conditions tab, and put a condition
    <quan field> NE initial.
    So the field will not be printed if there is no value.
    Regards,
    Vidya Chowdhary A.

  • How to change  the Timestamp In  a program

    Hi,
    We faced a problem today, Some of the critical jobs from a source system are going to short Dump. Unfortunately we couldn't find any lockwaits, deadlocks and any delay in SM37. After analyzing, we came to know that, SAP trace indicates failure occured during program /GLB/RGTCSR_RC_INV execution :
    B  *** ERROR => DISTRIBUTED_TA_FAILED:
    The timestamp for the execution of the program has been set as "20.070.801.000.000", that does mean it will try to retrieve all values after the date 01.08.2007 and the time 00:00:00. Now checking on the code we can see there is a logic written which retrieves the values from the table /GLB/RGTT_CS_RC, checking on the Goods Movement status (wbsta) , timestamp and document number (VBELN_SO) if any. For this case VBELN_SO is blank and vbsta is equal to space (Not Relevant). This retrieval helped to logic to retrieve 706706 document and items from the table. This amount of data is huge and we would like to request BW team to run the program with a smaller timestamp to avoid any inconsistencies and also to avoid the dumps which can occur when we try to play with this huge entries.
    Checking on the code, two similar selects have been written on the same table /GLB/RGTT_CS_RC, firstly to select all the document numbers relevant to the timestamp and wbsta value and secondly to check "Get records that may have already been used", depending on the document number and item numbers. But as we are doing a select * it will automatically select VBELN_SO as well as POSNR_SO.  Hence, the second select from the same table is irrelevant and it will only effect the performance of the system, in the worst case it will terminate the program with this huge amount of entries. Hence, this logic has to be combined to one single select for which the first select statement is enough. Playing with a huge amount of data 706706, and retrieving from the same table twice can surely result in a short dump. Also there are couple of loops has been done on the same table which reduces the performance too.
    Possible solution looks like we need to reduce the time stamp and run it,
    can some one tell me how to change the time stamp in a program???

    First check the connection with the source system. If its ok then replicate the datasource and activate. Then try with running job.
    Time stamp error usually happens when source system in BI and r/3 side differs.

  • How to change the display of Hierarchy in EVDRE

    I want to change the display of the hierarchy  as first child and then parent. instead of first parent then child.
    I mean when i see the report, I have to see the values for the members and then node total .
    How can i achieve this ??
    Thanks in advance
    Regards
    KK

    You may find the article I wrote for SAP Financials Expert online of interest since it explains this concept.  The link is given below, but you must be a subscriber to view the entire article.
    http://www.financialsexpertonline.com/article.cfm?session=&id=4558
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP BusinessObjects
    Enterprise Performance Management
    Regional Implementation Group

  • How to change the display name

    How do I change the display name I chose?

    Anyone came here, refer to this post.
    http://h30499.www3.hp.com/t5/Community-Feedback-Suggestions/change-of-display-name/m-p/6667672/highl...

  • How to change the description of a program or report

    Hi,
    I had copy a report of and changed thereby the name.
    But the description is still the same and I can't find
    a way to change this.
    The problem with the description is that it appears
    as program-title in selection-screen-->select-options.
    Thanks for help

    Hi
    change the attributes or
    In the REPORT along with name
    declare NO STANDARD PAGE HEADING
    it will not display the report description in the output.
    Reward points for useful Answers
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • How to Change the display format of Parameter form in HTML

    I have created a parameter form to allow user to choose the parameter values before printing the report. The parameter which will display in the web-browser has its own predefined format. How am i going to change this format? eg. changing the Background color, table background color, put in some pictures, set the alignment of the text and fields....
    Now I am able to change the header and footer. I can put in the company logo in the header by changing the report escape - Before form value and the footer in the report escape - after form value. How about the body which all the boilet text and fields will be display here? I need to change the alignment, the table background color and the text style and format also... where should i change this?
    Thanks

    Reports only provides limited formatting for the parameter form. In your case, you seem to need to take over greater control of the parameter form and you're halfway there.
    You've noted that you can control the header & footer values, what you need to do is extend those escapes to render the complete parameter form and remove everything from the actual reports parameter form. ie: Remove the labels/parameter form fields and render these directly in the HTML in the before parameter HTML escape. This allows you to insert any HTML you want - you probably want to start with the Reports generated HTML and move it into Frontpage to edit to your required format.
    What you are doing in this case is still using Reports url/submit mechanism and parameter form validation but bypassing Reports rendering of the parameter form.

  • How to change the displayed name of a DefaultMutableTreeNode

    Hi there...
    I created a class A extending DefaultMutableTreeNode and A's constructor is as follows:
    public A(UserObject object) {
    setUserObject(object);
    so my problem is if I wanna add such an instance of A, in a tree (as a node) the displayed name is very strange, something like:
    A@72834 or stuff...
    How can I change the name afterwards??
    are there any commands to do so?
    I have created object of class which contain some data. when I setUserObject to node then tree display's like A@72834 or stuff.
    Here I required object data whenever I get node. how can I solve this problrm.

    Override the toString method in the class of the user object.

  • How to change the display order of Boolean Array

    Hi,
    I'm inputting an Hex number and want vi to display it as a Boolean array of indicators.
    The LSB appears to be on the top if the array goes up and down or, on the Left most while going right and left.
    As in Registers, the LSB is always on the Right most.
    How do I change the order of this display 180 degrees, so that the LSB is on the Right?
    Thanks
    Rafi

    Use the "reverse Array" from the array palette.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How to change the display name for Gmail aliases?

    I have a Gmail account with multiple aliases. They look like this:
    Joe User <[email protected]> (Primary)
    Support <[email protected]> (Alias)
    Billing <[email protected]> (Alias)
    Works great. I'm trying to set up Apple Mail on my new MacBook to support the aliases as well. I am able to input the e-mail aliases, but the display names for all are 'Joe User' which defeats the purpose of having the aliases.
    I have to imagine I can do this. Can someone help me out?
    Regards,
    Dave

    Anyone came here, refer to this post.
    http://h30499.www3.hp.com/t5/Community-Feedback-Suggestions/change-of-display-name/m-p/6667672/highl...

  • How to change the display view of the records and modified into a row

    I have a SQL which can count the condition(Bad,Poor,Worse) in a day and group it into a month and displays as follows:
    YEARS MONTHS LV    COUNTVAL
    2009 Apr    Bad          5
    2009 Apr    Poor         3
    2009 Apr    Worse        2
    2009 Aug    Bad          3
    2009 Aug    Poor         2
    2009 Aug    Worse        5
    2009 Dec    Bad          5
    2009 Dec    Poor         2
    2009 Dec    Worse        3
    2009 Feb    Bad          5
    2009 Feb    Poor         3
    2009 Feb    Worse        2
    2009 Jan    Bad          3
    2009 Jan    Poor         3
    2009 Jan    Worse        4
    2009 Jul    Bad          2
    2009 Jul    Poor         3
    2009 Jul    Worse        5
    2009 Jun    Bad          1
    2009 Jun    Poor         4
    2009 Jun    Worse        5
    2009 Mar    Bad          4
    2009 Mar    Poor         4
    2009 Mar    Worse        2
    2009 May    Bad          3
    2009 May    Poor         5
    2009 May    Worse        2
    2009 Nov    Bad          1
    2009 Nov    Poor         5
    2009 Nov    Worse        4
    2009 Oct    Bad          5
    2009 Oct    Poor         3
    2009 Oct    Worse        2
    2009 Sep    Bad          2
    2009 Sep    Poor         4
    2009 Sep    Worse        4
    2010 Apr    Bad          6
    2010 Apr    Poor         1
    2010 Apr    Worse        3
    2010 Aug    Bad          3
    2010 Aug    Poor         2
    2010 Aug    Worse        5
    2010 Dec    Bad          4
    2010 Dec    Poor         2
    2010 Dec    Worse        4
    2010 Feb    Bad          4
    2010 Feb    Poor         3
    2010 Feb    Worse        3
    2010 Jan    Bad          6
    2010 Jan    Poor         3
    2010 Jan    Worse        1
    2010 Jul    Bad          2
    2010 Jul    Poor         4
    2010 Jul    Worse        4
    2010 Jun    Bad          4
    2010 Jun    Poor         3
    2010 Jun    Worse        3
    2010 Mar    Bad          6
    2010 Mar    Poor         1
    2010 Mar    Worse        3
    2010 May    Bad          4
    2010 May    Worse        6
    2010 Nov    Bad          5
    2010 Nov    Poor         2
    2010 Nov    Worse        3
    2010 Oct    Bad          3
    2010 Oct    Poor         3
    2010 Oct    Worse        4
    2010 Sep    Bad          3
    2010 Sep    Poor         4
    2010 Sep    Worse        3The SQL that I am using:
    select years, months, lv, countVal
    from
    select years, months, lv, count (lv) OVER (PARTITION BY years,months,lv) countVal  from
    SELECT x.years, x.months, x.days, x.lv
    FROM airtest,
    XMLTABLE ('$d/cdata/name' passing xmldoc as "d"
       COLUMNS
      years integer path 'year',
      months varchar(3) path 'month',
      days varchar(2) path 'day',
      lv varchar(5) path 'value'
      ) as X
      group by x.years, x.months, x.days, x.lv
      order by x.years, x.months, x.days
    group by years, months, lv, countVal
    order by years,monthsThe problem for now is how to modify it to become in this format??
    YEARS MONTHS   Bad    Poor     Worse
    2009 Apr        5        3        2
    2009 Aug        3        2        5
    2009 Dec        5        2        3
    .........After modified, It will become something like this.
    You can see the seperated data are group into a row in each month.
    Thanks for help!!

    Thanks for you suggestion!
    But it seems the order become quite strange after i used...
    Belows are the display....
    YEARS MONTHS BAD POOR WORSE SUM_BY SUM_PY SUM_WY
    2009 Jan      3    3     4     39     41     40
    2009 Feb      5    3     2     39     41     40
    2009 Dec      5    2     3     39     41     40
    2009 Nov      1    5     4     39     41     40
    2009 Oct      5    3     2     39     41     40
    2009 Sep      2    4     4     39     41     40
    2009 Aug      3    2     5     39     41     40
    2009 Jul      2    3     5     39     41     40
    2009 Jun      1    4     5     39     41     40
    2009 May      3    5     2     39     41     40
    2009 Apr      5    3     2     39     41     40
    2009 Mar      4    4     2     39     41     40
    2010 Jan      6    3     1     50     28     42
    2010 Nov      5    2     3     50     28     42
    2010 Oct      3    3     4     50     28     42
    2010 Sep      3    4     3     50     28     42
    2010 Aug      3    2     5     50     28     42
    2010 Dec      4    2     4     50     28     42
    2010 Jun      4    3     3     50     28     42
    2010 May      4    0     6     50     28     42
    2010 Apr      6    1     3     50     28     42
    2010 Mar      6    1     3     50     28     42
    2010 Feb      4    3     3     50     28     42
    2010 Jul      2    4     4     50     28     42
    TO_DATE ( years || months, 'yyyyMon', 'NLS_DATE_LANGUAGE=English') ymI have tried to added this statement both in the "SELECT" or end of the sql (as the position of yours "order by"), It does not work...

  • How to change the display limits of a dynamic table?

    Hi folks,
    I'm using DW CS4 and PHP. I've got a php page with a dynamic table and repeating region that I built for my client. This table lists our entire active member list. Initially I built the dynamic table to show only 50 records at a time because 300+ records made an overly long page. Now my client wants all the records on a single page, because he doesn't like clicking through the recordset paging of First - Next - Previous - Last list to find who he is looking for. I tried changing the Repeating Region behavior to All Records (rather than 50) but it still displays only 50. I'm sure this is because initially when I set up the dynamic table, I limited it to 50 there. Is there an easy way to change the dynamic table from 50 to All Records, without rebuilding the entire page? I've looked in several places and can't find a way to edit this. Thanks for your help,
    Gail

    Gunter,
    Thanks for your continued help on this forum. You have made people's
    work a lot easier and stuck with them through some thorny issues.
    If I may redirect you to an issue I had a few months back - the initial
    posting was here at:
    http://forums.adobe.com/thread/767154?tstart=300
    I couldn't turn the answers I received into a workable solution. Would
    you be willing to take a look at this?
    Thanks again for your help,
    Gail

  • How do change the display settings such as color temperature and backlight brightness on an iMac monitor?

    My wife has an iMac (I don't know any other way to identify it e.g. model number), and she has this 3rd party calibration software that I'm trying to use. I am not used to a Mac, and I cannot find the display settings for the monitor. There are no buttons on the monitor, and when I go to preferences, I can only find the brightness control. I've googled this and cannot find a clear, simple answer. I have used every version of Windows (currently on 8.1 on my PC) and it's easy for me on that platform. I suppose it's just that I don't really know how to navigate Mac OS.

    ItsameMatt03,
    Choose Apple menu > System Preferences, click Displays, then click Color.
    Click Calibrate.Display Calibrator Assistant walks you through calibrating your display, then creates a calibrated color profile.For a more detailed calibration of your display, select the Expert Mode checkbox, which is at the bottom of the introductory text in the assistant.When the display profile is ready, it’s automatically assigned as your display’s color profile.
    Support Articles,
    If your Display doesn't look right: https://help.apple.com/machelp/mac/10.10/index.html?localePath=en.lproj#/mchlp29 06
    Calibrate Your Display: https://help.apple.com/machelp/mac/10.10/index.html?localePath=en.lproj#/mchlp11 09
    I hope that helps,
    Weston

Maybe you are looking for