Data element description not changing in ALV output

Hi Friends
  I changed the description of the data element from xx to yy,but this is not reflecting in the alv output,
It is still showing xx,After activating everything and running the report I get the same problem,
Can any one help?

Hi,
Write your code in following manner.
ATA:ist_fieldcat TYPE slis_t_fieldcat_alv WITH HEADER LINE.
DATA: wa_fieldcat LIKE LINE OF ist_fieldcat.
DATA : l_pos TYPE i VALUE 1.
  ist_fieldcat-fieldname = 'POSID'.
  ist_fieldcat-tabname   = 'IT_FINAL'.
  ist_fieldcat-outputlen = 24.
  ist_fieldcat-col_pos   = l_pos.
*  ist_fieldcat-ddictxt = 'L'.
  ist_fieldcat-key = 'X'.
  ist_fieldcat-seltext_l = 'Appropriation Request Number'.
  APPEND ist_fieldcat.
  CLEAR ist_fieldcat.
  l_pos = l_pos + 1.
  ist_fieldcat-fieldname = 'TXT04'.
  ist_fieldcat-tabname   = 'IT_FINAL'.
  ist_fieldcat-outputlen = 4.
  ist_fieldcat-col_pos   = l_pos.
  ist_fieldcat-ddictxt = 'L'.
*  ist_fieldcat-key = 'X'.
  ist_fieldcat-seltext_l = 'Status'.
  ist_fieldcat-EMPHASIZE = 'C400'.
  APPEND ist_fieldcat.
  CLEAR ist_fieldcat.
  l_pos = l_pos + 1.
  ist_fieldcat-fieldname = 'UDATE'.
  ist_fieldcat-tabname   = 'IT_FINAL'.
  ist_fieldcat-outputlen = 8.
  ist_fieldcat-col_pos   = l_pos.
  ist_fieldcat-ddictxt = 'L'.
  ist_fieldcat-key = 'X'.
  ist_fieldcat-seltext_l = 'Status Date'.
*  IST_FIELDCAT-EMPHASIZE = 'C600'.
  APPEND ist_fieldcat.
  CLEAR ist_fieldcat.
  l_pos = l_pos + 1.
  ist_fieldcat-fieldname = 'CRTD'.
  ist_fieldcat-tabname   = 'IT_FINAL'.
  ist_fieldcat-outputlen = 4.
  ist_fieldcat-col_pos   = l_pos.
  ist_fieldcat-ddictxt = 'L'.
*  ist_fieldcat-key = 'X'.
    IST_FIELDCAT-EMPHASIZE = 'C700'.
  ist_fieldcat-seltext_l = 'Status CRTD'.
  APPEND ist_fieldcat.
  CLEAR ist_fieldcat.
<i>Rewards point if helpful</i>
<b>Debjani</b>

Similar Messages

  • In the advanced tab of languages and Region the time and date formats will not change

    For a certian Application I am using I need to change the format of the Time and Date. I had no problems in Mountain Lion. In the advanced tab of languages and Region the time and date formats will not change. I need the date format to read as 01/01/14 and time format to read 13:00. As I said this was easily done in Mountain Lion and all previous Apple OS. I suspect it's an issue with in the OS.

    You're right, it has been that way for a long time. I've never bothered reporting it as a bug since it's simple enough to deal with, but reporting it would be a reasonable thing to do.

  • Field of character length 255 not displaying in ALV output

    Dear all,
    i am trying to display a field of ztable with lenght 255 character, same is not displaying at ALV output.
    it is displaying only upto 128 characters in ALV output.
    table is Ztable-zfield with CHAR255 length.
    please help me.
    Regards,
    Sam.

    Hi Sam Johny,
    In ALV Grid the maximum characters can be displayed in one column is 128 Characters..
    But for your solution you can press Print Preview Button to view more text(or Press Ctrl + Shift + F10 )...
    Else try with ALV LIST
    and pass FIELDCAT-OUTPUTLEN = '255' for field in fieldcatalog
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • Field names for data element are not displayed in selection box

    Hallo zusammen,
    ich habe ein Selektionsfeld definiert und einen Parameter erzeugt, der auf ein Tabellenfeld verweist. Der Feldbezeichner für das Datenelement aus der Tabelle wird nun aber nicht angezeigt, sondern ausschließlich der Variablenname.
    Woran kanndas liegen?
    Danke!
    Edited by: Matt on Feb 9, 2010 1:41 PM - translated subject

    I created data elements and use them in a db table. I've added this data elements as parameters of a selection screen in a function group top include but when I test my function module with this selection screen I see only the field names and not my field captions of my data elements.
    While editing report choose Goto->Text elements->Selection Texts-> select Dictionary checkebox next to your parameters ->activate. The caption will be used then.
    And another question: I have defined and activated a search helper which I can call in my selection screen with F4 but I don't see the symbol behind the text-field. What is the reason?
    Refer standard program DEMO_DYNPRO_F4_HELP_DICTIONARY to see various techniques of attaching input help to screen field, together with search help
    Regards
    Marcin

  • Photoshop elements 11 not changing to area

    I am using elements 11.
    Will not change to another area, such as from effects to graphics.
    Please help!
    Bev

    In that case, go to the editor preferences>general, click this button and restart the editor:

  • Data element could not be created- error mesaage

    hi all,
    we are getting some wierd error when transporting to quality system. The transport for satrasfer structure datasource etc fails. The transfer structure does not get activated and we get following error message:
    DD_DTEL_PUT: Act. parameter ROLLNAME=<space> invalid
    DD_DTEL_PUT: Act. parameter ROLLNAME=<space> invalid
    Data element for InfoObject BELNR 0DOC_NUM could not be created
    Data element for InfoObject BELNR 0DOC_NUM could not be created
    if you check the infoobjects data element it is active in that system. And this is not getting solved even if you recollect the trasfer structure and transport it. We have to ask for reimport. But we dont understand why is this happening. We have got this error 4-5 times and only in this system.
    Please suggest how to resolve this. if any setting or basis related configuration is missing or what could be issue.
    Any help will be rewarded by points.
    Thanks and Regards

    Hi ,
    The problem is probably with the number range for transferstructure data elements.
    Number range objects are maintained with transaction SNUM. BI_TSDTEL is
    used for naming of transferstructure dataelements. The status must    
    always be bigger than the highest transferstructure dataelement number.
    Please refer to the notes 1009638 and 674818 for further information.
    Best Regards,
    Des.

  • Date modified attribute not changing

    hie,
    the situation is this:
    everytime I modify a file in netbeans or zend (a javabased php editor), the changes made to the file are written ok, but the "date modified" attribute of the file is not changed, thous, when I try to commit (cvs) the file, the cvs clients tells me that theres nothing to commit. I have to open the file with notepad, do something, and then save it, in order to get the date changed and then send it.
    I post this here, because i believe its a config java thing, that could solve both IDE problems.
    thanks in advance for any idea.

    Apparently you are maintaining the file open; until closed, the date is not updated.

  • Date format is not changing when I switch language (From English To French)

    Hi Guys,
      In our portal (NW04-EP6) application when I switch English to French,date format doesn't changed?
    Do you kow how can I fix it?
    Thanks,
    Maryam

    Hi Maryam,
    The langauage is set according to this priority:
    1) Language assigned to the user (in the portal)
    2) Browser's Language
    3) System's language
    4) JVM's Language
    Check your settings.
    Omri

  • Header not visible in alv output print preview using html_top_of_page

    hi to all experts,
    im using html_top_of_page for alv header and using fm reuse_alv_grid_display. when i see the print preview im getting the report output but not the alv header . what could be the problem

    Hi tarun,
    im unable to see the header print preview . I can see it in the report output .
    here is my code
    FORM html_top_of_page USING document
            TYPE REF TO cl_dd_document .
      CREATE OBJECT:  document.
      DATA:text TYPE sdydo_text_element.
      DATA: l_repid TYPE sy-repid,
            l_mandt TYPE sy-mandt,
            l_date(10),
            l_yr(4),
            l_mm(2),
            l_dd(2),
            l_hr(2),
            l_sec(2),
            l_min(2),
            l_time(10).
      CALL METHOD document->add_gap
        EXPORTING
          width = 70.
      text = text-005.
      CALL METHOD document->add_text
        EXPORTING
          text      = text-005
          sap_style = 'HEADING'.
      CALL METHOD document->new_line.
      CONCATENATE 'Report:' sy-repid INTO text.
      CALL METHOD document->add_text
        EXPORTING
          text         = text
          sap_emphasis = 'Strong'.
      CALL METHOD document->add_gap
        EXPORTING
          width = 206.
      l_date = sy-datum.
      MOVE: l_date+0(4) TO l_yr,
            l_date+4(2) TO l_mm,
            l_date+6(2) TO l_dd.
      CONCATENATE 'Run Date:' l_dd '.' l_mm '.' l_yr
                  INTO text.
      CALL METHOD document->add_text
        EXPORTING
          text          =  text
          sap_style     =  space
          sap_color     =  space
          sap_fontsize  =  cl_dd_document=>medium
          sap_emphasis  =  cl_dd_document=>strong
          style_class   =  space
    *  CHANGING
    *    document      =
      CALL METHOD document->new_line.
      CONCATENATE 'Client:' sy-mandt INTO text.
      CALL METHOD document->add_text
        EXPORTING
          text          = text
          sap_fontstyle = cl_dd_document=>medium
          sap_emphasis  = cl_dd_document=>strong.
      CALL METHOD document->add_gap
        EXPORTING
          width = 220.
      l_time = sy-uzeit.
      l_hr = l_time+0(2).
      l_mm = l_time+2(4) .
      l_sec = l_time+4(6).
      CONCATENATE l_hr ':' l_mm ':' l_sec
           INTO l_time.
      CONCATENATE 'Time:' l_time INTO text.
      CALL METHOD document->add_text
        EXPORTING
          text           = text
          sap_fontstyle =  cl_dd_document=>medium
          sap_emphasis  =  cl_dd_document=>strong
          style_class   =  space
    *  CHANGING
    *    document      =
      CALL METHOD document->new_line.
      CONCATENATE 'User Id:' sy-uname INTO text.
      CALL METHOD document->add_text
        EXPORTING
           text          =  text
          sap_style     = space
          sap_color     = space
          sap_fontstyle = cl_dd_document=>medium
          sap_emphasis  = cl_dd_document=>strong
          style_class   = space
    *  CHANGING
    *    document      =
      CALL METHOD document->new_line.
      CALL METHOD document->new_line.
      text = 'Note: The maximum value for the column Qty to Print is 10,000.'.
      CALL METHOD document->add_text
        EXPORTING
           text          = text
    *    text_table    =
    *    fix_lines     =
    *     sap_style     =  cl_dd_document=>strong
           sap_color     = cl_dd_document=>list_negative
    *    sap_fontsize  =
          sap_fontstyle = cl_dd_document=>strong
    *    sap_emphasis  =
    *    style_class   =
    *  CHANGING
    *    document      =
      CALL METHOD document->new_line.
      CALL METHOD document->new_line.
      text = 'Selection Criteria:'.
      CALL METHOD document->add_text
        EXPORTING
           text          = text
    *      text_table    =
    *      fix_lines     =
           sap_style      = 'KEY'
    *      sap_color     =
           sap_fontsize  = cl_dd_document=>medium
           sap_fontstyle = cl_dd_document=>strong.
    *  CALL METHOD document->new_line.
    *  CALL METHOD document->new_line.
      IF so_mblnr[] IS NOT INITIAL.
        CALL METHOD document->new_line.
        IF so_mblnr-high IS NOT INITIAL.
          CONCATENATE 'Material Doc:' so_mblnr-low '  TO   '  so_mblnr-high INTO text SEPARATED BY space.
        ELSE.
          CONCATENATE 'Material Doc:' so_mblnr-low INTO text SEPARATED BY space.
        ENDIF.
        CALL METHOD document->add_text
          EXPORTING
            text          = text
            sap_fontsize  = cl_dd_document=>medium
            sap_fontstyle = cl_dd_document=>strong.
      ENDIF.
      IF so_bwart[] IS NOT INITIAL.
        CALL METHOD document->new_line.
        IF so_bwart-high IS NOT INITIAL.
          CONCATENATE 'Movement Type:' so_bwart-low ' TO  ' so_bwart-high INTO text SEPARATED BY space.
        ELSE.
          CONCATENATE 'Movement Type:' so_bwart-low INTO text SEPARATED BY space.
        ENDIF.
        CALL METHOD document->add_text
          EXPORTING
            text          = text
            sap_fontsize  = cl_dd_document=>medium
            sap_fontstyle = cl_dd_document=>strong.
      ENDIF.
      IF so_bldat[] IS NOT INITIAL.
        CALL METHOD document->new_line.
        IF so_bldat-high IS NOT INITIAL.
          CONCATENATE 'Document Date:' so_bldat-low ' TO  ' so_bldat-high INTO text SEPARATED BY space.
        ELSE.
          CONCATENATE 'Document Date:' so_bldat-low  INTO text SEPARATED BY space.
        ENDIF.
        CALL METHOD document->add_text
          EXPORTING
            text          = text
            sap_fontsize  = cl_dd_document=>medium
            sap_fontstyle = cl_dd_document=>strong.
      ENDIF.
      IF so_budat[] IS NOT INITIAL.
        CALL METHOD document->new_line.
        IF  so_budat-high IS NOT INITIAL.
          CONCATENATE 'Posting Date:' so_budat-low ' TO  ' so_budat-high INTO text SEPARATED BY space.
        ELSE.
          CONCATENATE 'Posting Date:' so_budat-low INTO text SEPARATED BY space.
        ENDIF.
        CALL METHOD document->add_text
          EXPORTING
            text          = text
            sap_fontsize  = cl_dd_document=>medium
            sap_fontstyle = cl_dd_document=>strong.
      ENDIF.
      IF so_matnr[] IS NOT INITIAL.
        CALL METHOD document->new_line.
        IF so_matnr-high IS NOT INITIAL.
          CONCATENATE 'Material ID:' so_matnr-low ' TO  ' so_matnr-high INTO text SEPARATED BY space.
        ELSE.
          CONCATENATE 'Material ID:' so_matnr-low INTO text SEPARATED BY space.
        ENDIF.
        CALL METHOD document->add_text
          EXPORTING
            text          = text
            sap_fontsize  = cl_dd_document=>medium
            sap_fontstyle = cl_dd_document=>strong.
      ENDIF.
      IF so_werks[] IS NOT INITIAL.
        CALL METHOD document->new_line.
        IF so_werks-high IS NOT INITIAL.
          CONCATENATE 'Plant:' so_werks-low ' TO  ' so_werks-high INTO text SEPARATED BY space.
        ELSE.
          CONCATENATE 'Plant:' so_werks-low INTO text SEPARATED BY space.
        ENDIF.
        CALL METHOD document->add_text
          EXPORTING
            text          = text
            sap_fontsize  = cl_dd_document=>medium
            sap_fontstyle = cl_dd_document=>strong.
      ENDIF.
      IF so_lgort[] IS NOT INITIAL.
        CALL METHOD document->new_line.
        IF so_lgort-high IS NOT INITIAL.
          CONCATENATE 'Storage Location:' so_lgort-low ' TO  ' so_lgort-high INTO text SEPARATED BY space.
        ELSE.
          CONCATENATE 'Storage Location:' so_lgort-low INTO text SEPARATED BY space.
        ENDIF.
        CALL METHOD document->add_text
          EXPORTING
            text          = text
            sap_fontsize  = cl_dd_document=>medium
            sap_fontstyle = cl_dd_document=>strong.
      ENDIF.
      IF so_lifnr[] IS NOT INITIAL.
        CALL METHOD document->new_line.
        IF so_lifnr-high IS NOT INITIAL.
          CONCATENATE 'Vendor:' so_lifnr-low ' TO  ' so_lifnr-high INTO text SEPARATED BY space.
        ELSE.
          CONCATENATE 'Vendor:' so_lifnr-low INTO text SEPARATED BY space.
        ENDIF.
        CALL METHOD document->add_text
          EXPORTING
            text          = text
            sap_fontsize  = cl_dd_document=>medium
            sap_fontstyle = cl_dd_document=>strong.
      ENDIF.
      IF so_xblnr[] IS NOT INITIAL.
        CALL METHOD document->new_line.
        IF so_xblnr-high IS NOT INITIAL.
          CONCATENATE 'Delivery Note:' so_xblnr-low 'TO' so_xblnr-high INTO text SEPARATED BY space.
        ELSE.
          CONCATENATE 'Delivery Note:' so_xblnr-low INTO text SEPARATED BY space.
        ENDIF.
        CALL METHOD document->add_text
          EXPORTING
            text          = text
            sap_fontsize  = cl_dd_document=>medium
            sap_fontstyle = cl_dd_document=>strong.
      ENDIF.
      IF so_ebeln[] IS NOT INITIAL.
        CALL METHOD document->new_line.
        IF so_ebeln-high IS NOT INITIAL.
          CONCATENATE 'PO NO:' so_ebeln-low ' TO  ' so_ebeln-high INTO text SEPARATED BY space.
        ELSE.
          CONCATENATE 'PO NO:' so_ebeln-low INTO text SEPARATED BY space.
        ENDIF.
        CALL METHOD document->add_text
          EXPORTING
            text          = text
            sap_fontsize  = cl_dd_document=>medium
            sap_fontstyle = cl_dd_document=>strong.
      ENDIF.
      IF so_usnam[] IS NOT INITIAL.
        CALL METHOD document->new_line.
        IF so_usnam-high IS NOT INITIAL.
          CONCATENATE 'User Name:' so_usnam-low ' TO  ' so_usnam-high INTO text SEPARATED BY space.
        ELSE.
          CONCATENATE 'User Name:' so_usnam-low INTO text SEPARATED BY space.
        ENDIF.
        CALL METHOD document->add_text
          EXPORTING
            text          = text
            sap_fontsize  = cl_dd_document=>medium
            sap_fontstyle = cl_dd_document=>strong.
      ENDIF.
      CALL METHOD document->new_line.
      IF 1x3 = 'X'.
        text = 'Barcode label 1x3 maintained'.
        CALL METHOD document->add_text
          EXPORTING
            text          = text
            sap_fontsize  = cl_dd_document=>medium
            sap_fontstyle = cl_dd_document=>strong.
      ELSE.
        text = 'Bar Code label 2x4 maintained'.
        CALL METHOD document->add_text
          EXPORTING
            text          = text
            sap_fontsize  = cl_dd_document=>medium
            sap_fontstyle = cl_dd_document=>strong.
      ENDIF.
      CALL METHOD document->new_line.

  • Is there a way to disallow web pages to modify foreground color of elements if background of those elements was not changed as well (and vice versa)?

    I have very sensible defaults for my display; i.e. I have dark GTK scheme (dark gray background, light gray text) that suits me way more when working on my computer while it's dark around. I, however, like looking at web pages as how they were mean to be seen. Unfortunately, most of web designers don't think about anyone having non-default colors set up.
    Example one ( http://www.cedok.cz ):
    This site's CSS style has "color: rgb(45, 45, 45);" for the whole <body> but for <select> elements there is no "background-color" set. This means there is a select box rendered with dark gray background and dark gray foreground (text color). This is pretty badly readable (obviously).
    To mention one particular element from this site: e.g. <select id="ctl00_ContentPlaceHolderLevySloupec_HledaniMultiTab1_HledaniZajezdu1_ddlTypZajezdu">
    Example two ( https://support.mozilla.org/en-US/questions/new/desktop/customize/form ):
    On this page (where I'm currently filling in this question) the <textarea id="id_content"> has "background: ... rgb(255, 255, 255);" set, but with my default font color, this textarea is rendered as light gray text on a white background. Again, pretty unreadable (and eye-hurting).
    I can provide screenshots and more reasoning if needed.
    I'm asking if there is (or might be) an option (even disabled by default) or at least an add-on which would keep default colors unless both foreground and background colors were specified. I think this might make Firefox very usable for many people which like to have their default colors configured.
    In case you won't be able to help me by fixing this, could you redirect me to the right place where I could get this requested in a way that might be really possible to happen (bugzilla?).
    Thank you very much in advance.

    Thanks for the reply, but I'm sorry, no. I don't want any addon that customizes colors, I want to use default colors and only prohibit changing them unless both background and foreground colors are changed.
    I have made no color changes WRT to Firefox *only*, I just changed the default for the whole toolkit (gtk in this case). The thing I need is to disable changing *only one* property out of two ({back,fore}ground). Whenever the second one gets set as well, this new setting (both of them) may get reflected, but not before that. It'd be nice to keep this when changing the colors back (deleting the style), but that's not necessary.
    I hope that's understandable, feel free to ask for if that's not the case.
    To express what I mean a bit more precisely, see the attached image. In that image there are four textareas (one of the elements that gets affected by this). First one is a default one (which I want to have if the page has nothing set), the second one is nicely modified to fit for example to a blue-ish page (this one I like as well).
    Second row of textareas shows how the final element looks like if the page has only one of these elements set up. First one changes background without changing font color, the second one vice versa. Both of them are very badly readable, especially with low lighting around.
    This is consequently the same case when it comes to default page background which I cannot set at all, because too many pages have only "color:" set without changed background and that is completely messed up then. Going to extremes, I might mention all color-related modifications (see how ugly the borders look when the background is changed and nothing is done to these borders, their size and color is kept default), but I understand that's too much.

  • Date format does not change with the Regional and Language Options in 2008

    I have a one-column report that was created using the SQL "select current_date" in postgres.  (Thinks select getdate() ).
    In Crystal Reports XI when I change the "Standards and Formats" of Regional Options to:
    English (United States)  the date is in the format mm/dd/yy
    English (Canada) the date is in the format dd/mm/yy
    Japan the date is in the format yyyy/mm/dd
    In Crystal Reports 2008 when I change the "Standards and Formats" of Regional Options to:
    English (United States)  the date is in the format mm/dd/yy
    English (Canada) the date is in the format mm/dd/yy
    Japan the date is in the format mm/dd/yy
    It doesn't change.  Is this a bug?
    Thanks in advance,
    J

    hey Jason,
    i am going through some of the old forum posts and saw that no one replied to your language options post.
    for cr 2008, there are language packs for the applicable languages. there are advantages for this as you can save installation space with the option of installing language packs for each language that you want the designer application to be in.
    you have seen the disadvantage as it doesn't work the same as before.
    you do not need the language packs for testing though. in the crystal reports View menu, switch up to the Product Viewing Locale to test objects which are using "system" settings such as dates.
    if you do wish to install any language packs so that you can change up the actual language in the designer, go to your install media. in the install files "\package\langs\" directory, you will see a folder for each language that you need. install the desired language(s).
    once you have installed a language pack and then restart the cr designer, you will now have the additional language in the View > Product Locale.
    so in summary...Product Locale will change the language of the whole designer...language packs are needed for this.
    Preferred System Locale can be used to test languages without having to change your windows system settings.
    i hope that this helps,
    jamie

  • Just updated my ITunes, Plays fine, but play count and date played do not change. What is going on?

    Updated I Tunes 11.0 and all plays well, just the last date played never changes and the play count remains the same no matter how many times I play the song. Not really sure where to go with this.

    Hi Liz,
    Sorry to hear you are having a similar problem.  Last night I went to the tool bar at the top of iphoto, clicked on "File",  then clicked "Browse Backups" in the drop down menu.    I have an external hard drive that is set up to Time Machine.   The Browse Backups  opened the iphoto pages in the Time Machine.  I selected a date one day ahead of the day I performed the now infamous update, and it showed my iphoto library as it had existed that day.   I then clicked  "Restore Library" at the bottom right corner of the Time Machine screen.   Roughly 2 hours later my iphoto was back to normal.   When I opened iphoto there was a message saying I need to upgrade my program to be compatible with the new version of iphoto(version 9.2.1).  I clicked "Upgrade" and within seconds it had done whatever upgrading it needed to do. 
    The only glitch in the restoration was that it restored the library as it appeared last week, so I no longer had photos I had imported this past weekend.   I simply went back to the Browse Backups in the drop down menu,  when Time Machine opened I selected the page showing my pictures from this weekend and again said to Restore Library.   Roughly 45 minutes later the library was restored including the most recent photos.  
    I am now a happy camper. 
    I don't know if any of this will be of help to you because your email says you are having trouble with photos imported after the upgrade was performed.   Have you had any pop up notices when you first open iphoto,  that tell you you need an upgrade to be compatible with the new iphoto?     If so have you clicked "upgrade"? 
    Good luck Liz,  if you have Time Machine running as a back up to your library, maybe you wil be able to get help there, by following my instructions above.   Otherwise,   good luck with your investigations.   I'd be interested in hearing how you make out.
    Karen

  • Data element and domain change problem

    Hi Gurus!
    I changed a Key figure's domain in our system.
    The users would like the Key figure with 5 decimal places, but there was only 3 decimal places.
    I did the changes based on this document:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/209b2916-1cca-2d10-b39e-90df259764ef?quicklink=index&overridelayout=true
    Everything is fine in our develop system.
    But when I transport the changes to our test system, there are some error messages after the transport.
    The transport's return code is 8.
    The error messages are:
    InfoObject ZIND (or ref.) used in InfoProvider with data managmnt.-> Error:
    InfoObject ZIND: Decimal places was changed from 000003 to 000005
    InfoObject ZIND being used in InfoCube ZPCA_R01 (contains data)
    I don't want to delete any datas from the cube (this will be critical in our productive system).
    I tried to activate the Key figure and the cube, I tried "Activate and adjust database" option in trn. SE14, but nothing helped.
    Do you have any alternate ideas?
    Thanks a lot.
    Gergely

    Thank you for your response.
    I will create a new key figure.
    Best Regards,
    Gergely
    Edited by: Gergely Gombos on Nov 24, 2010 10:59 AM

  • Wait for Session Data status does not change in EWA

    The hour glass next to the early watch alert in the solution manager system has the status "wait for session data". The SDCCN in the satellite system has the RFC configured correctly and the RFC is working fine when tested. I have installed the latest ST-PI and ST-A/PI for my basis release 640 on the satellite system. The basis release of the solution manager is 701. The self diagnosis button in solution manager does not list any errors or warnings for that satellite system.
    There are no errors in the task Refresh Session task in the satellite system's SDCCN:
    Refresh of session overview started from destination SM_R3SCLNT001_BACK
    > Sessions are up to date
    Refresh of session overview completed from destination SM_R3SCLNT001_BACK
    Any ideas why I can't generate the EWA in the solution manager system?

    Hello, I've got the same problem, went through the note, but it didn't solve my problem.
    Here I can say, that several points from the note are NOT clear (typically SAP...):
    I am falling in the category with ST-PI ... or newer.
    - SDCCN:
    Delete any task 'Maintenance Package' in the 'To do' tab.
    Ensure that no connection to SAP is maintained in:
    SDCCN-> Goto -> Settings -> Task specific -> RFC destinations.
    <so I deleted all the RFCs in that location>
    Ensure that connection 'NONE' is maintained, and that the 'master' flag is set.
    <surprisingly, now there is a connection that has to be maintained!! Also the 'master' flag is always grayed out for me and never clickable!!>
    Create a new periodic task 'Maintenance Package'.
    <Not working, until I added back my SM_<SID>CLNT<No>_BACK connection>
    - Step 2:
    Re-import the service definitions, c)
    They are saying how to setup the destinations, but NOT how to import the service definitions!
    So, not really sure how to interpret and apply the note... Please help! The satellite system is NetWeaver 7.3 EHP1, Solution Manager 7.1 SPS10.
    It goes on... I found this link:
    http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0CDMQFjAB&url=http%3A%2F%2Fwiki.scn.sa…
    With it, I could transfer the data to the solution manager, but I can only see 'Data is available', when I click it and tell it to start the job, SM:EXEC SERVICES 000000000400100 runs for 6-7 seconds and completes successfully, though the EWA report still says 'Data is available', but no report is being generated. I also re-executed the job SM:EXEC SERVICES and still nothing.

  • Data in AdvanceDdataGrid not changed

    Hello all,
    I have really weird problem, I think it's related to datprovider or something similar.
    I have data grid in ac class (as attribute of this class), in the main app, I was import that class and create new instance, and create ArrayCollection according to some parameters(inside the main), after the ArrayCollection been created I assign it to the AdvanceDdataGrid's dataProvider, and everything OK till now.
    but if I'm trying to change the values in the grid, it's back to previous value immediately, it's seems like the data provider doesn't binded to the  ArrayCollection at all, but like I already said I made the assignment to the dataProvider.
    PS - The grid created inside ac class, and the main flow handled in ac code.
    Thanks in advance,
    Avi.

    I create a simple example that illustrate the problem, rty to change the grid's values,
    Thanks.
    <?xml version="1.0" encoding="utf-8"?>
    <!-- http://blog.flexexamples.com/2008/05/11/creating-an-editable-datagrid-control-in-flex/ -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
            layout="vertical"
            verticalAlign="middle"
            backgroundColor="white" initialize="init();">
        <mx:Script>
            <![CDATA[
            import mx.controls.advancedDataGridClasses.AdvancedDataGridColumnGroup;
            import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn;
            import mx.controls.AdvancedDataGrid;
            import mx.collections.ArrayCollection;
            import mx.controls.Alert;
                import mx.events.DataGridEvent;
    public var arr:ArrayCollection = new ArrayCollection([
    {xyz:{x:1,y:2,z:3}},
    {xyz:{x:1,y:2,z:3}},
    {xyz:{x:1,y:2,z:3}}
    public var grid:AdvancedDataGrid = new AdvancedDataGrid();
    public var gridColx:AdvancedDataGridColumn = new AdvancedDataGridColumn("x");
    public var gridColy:AdvancedDataGridColumn = new AdvancedDataGridColumn("y");
    public var gridColz:AdvancedDataGridColumn = new AdvancedDataGridColumn("z");
    public var gridColGroup:AdvancedDataGridColumnGroup = new AdvancedDataGridColumnGroup("xyz");
                private function init():void
                gridColGroup.dataField = "xyz";
                gridColx.dataField = "x" ;
                gridColy.dataField = "y" ;
                gridColz.dataField = "z" ;
                gridColz.editable = true ;
                gridColGroup.children = [gridColx,gridColy,gridColz];
                grid.groupedColumns = [gridColGroup]
                grid.editable = "item";
                grid.dataProvider = arr ;
                this.addChild(grid);
            ]]>
        </mx:Script>
    </mx:Application>

Maybe you are looking for

  • Adding folder to library...

    Hello all, I've had a new computer built that has Vista on it... and before I did, I was proud of myself for backing up all my files, including my music, on an external drive. However, when I try to "File>Add folder to library" and choose the folder

  • Notes app Automatically Sending New Notes to Outlook

    Whenever I create a new note in the Notes app, it some time later shows up as an email in my Outlook (2007) Inbox. I don't tap the "send-to" button at the bottom of the new note, it just happens on its own. I do have my email account listed in the No

  • Cannot add apps to my iPad?

    When trying to add new apps, I get a message telling me that I'm unable to make my purchase and to try again later. This is on both free and apps I pay for. I've reset the device, Ive held down the home and the on/off button and rebooted, I've signed

  • SAP GUI for  HTML no download dialog in IE 7 and IE 6

    Hi, I have a strange behaviour of my webgui in our ERP 6.0. If i call a transaction that has the option to download e.g. a table to text file or something else, the dialog box where i can choose the format is shown, but the next step where i can spec

  • Windows does not open and I cannot see my desktop at all

    I have a 2-year old T60, on which I recently tried to defragment files to free up hard space. Now, when turned on, it displays a message that the \WINDOWS\system32 file is corrupt or missing and that I have to reinstall windows with the CD-ROM, but I