Move statement.(adding space..)

hi experts,
i have one problem with one field.
depending on first field ,second field should display some value.
ex:
     if p_v_wagetext = '        '.
    move space to it_display-bet03.
    endif.
    it is not working for me......
ex:    IF v_wage = ' '.
      CLEAR it_display-bet01.
    ENDIF.
in the above two cases it is coming as 0.00(because it is cost /amount field).
instead of 0.00 i have to get space there.....or blank i need to get......

if that value of yours in beeing printed on a Sap-Script form i´d had another idea for you.
normally it´s in your form like this: &it_display-bet01&
just change it to &it_display-bet01(I)&.
the (I) makes your script processor NOT to print the field if its value is initial.

Similar Messages

  • MOVE statement

    Hi all,
                I added one more extra word to move statement and it is not cming in the final report .
    when i put it in the second line it is giving error like two lines not permitted.
    I am using this in a Report where page width is fixed..
    Thanks in advance..
    Regards
    Rao

    Hi PT Rao,
    Try in this way...
    DATA : a(9) type c, b(80) type C. " 80 is the length for b (ur string which u want to move)
    a = w_faxtn-fax_line+0(9).
    b = 'A fronte delle fatture sotto elencate, abbiamo provvveduto a (f22) bonificarVi'  TO b.
    concatenate a b into w_faxtn-fax_line.
    APPEND w_faxtn.
    CLEAR w_faxtn.
    Hope it will solve ur problem
    <b>Reward points if useful</b>
    Thanks & Regards
    ilesh 24x7

  • Reg alter table move statement

    Hi friends,
    I am having a table with 10GB. i moved the table to the same tablespace using "alter table move" statement.
    previously my tablespace had 6 GB freespace. To move the table i resized datafile to increase freespace in tablespace.
    after moving, my table size reduced to 8GB. now i want to reduce the datafile size to 6GB again. but its throwing error
    ORA-03297: file contains used data beyond requested RESIZE value
    Can't i reduce the datafile size to 6GB again?
    thanks in advance

    resize will not released space below the high water mark.
    The simpliest way how to proceed in this case is to move all tables to the new tablespace and drop the original including datafiles. And rename new tablespace back to the old ones name if You want.
    You can read some more discussions here:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:766625833673

  • Issue in adding Space to the existing Virtual Machine from added repository

    Hi,
    I'm facing issue in adding Space to the existing Virtual Machine (Guest OS) from added repository.
    Environment details :
    VM Server : /OVS => 130GB
    /OVS/935970F2CC2D4B4391701397517F1001/ => 512 GB
    Things I have done :
    •     I created a VM (Guest OS) in the VM Server with 120 GB
    •     After creating the VM (Guest OS) , When I tried adding a VIRTUAL DISK of size 150 GB , I got an error “Maximum available Disk space is only 10GB”.
    My query :
    •     Will I be able to add space to Existing VM from the added Repository ( /OVS/935970F2CC2D4B4391701397517F1001/ ) , whose system.img is stored in path /OVS/running_pool/34_rhel/ .
    Kindly help me out in this.
    Thanks in advance.
    -- Sri

    Hi all,
    I checked with Oracle on the above and got the info currently , the we can utilise only the space available in the existing repo and cannot extend to additional repo.
    Work around is : Clone it to the other repo , or Use Symbolic link .
    Thanks,
    Sri.

  • Error while adding space to the table space

    HI Gurus
    Can you please put some light on the error which i encountered while adding space to a tablespace
    ALTER TABLESPACE "GISR_NDEX" ADD DATAFILE '+DATA2' SIZE 2G;
    ALTER TABLESPACE "GISR_INDEX" ADD DATAFILE '+DATA2' SIZE 2G
    ERROR at line 1:
    ORA-01119: error in creating database file '+DATA2'
    ORA-17502: ksfdcre:4 Failed to create file +DATA2
    ORA-15041: diskgroup space exhausted
    Any suggestion is highly apprciated .
    Thanks

    Hello;
    The "diskgroup space exhausted" is key.
    Try creating smaller files or adding disk space.
    ASM Disk Group Unbalanced :
    http://surachartopun.com/2010/03/ora-15041-asm-disk-group-unbalanced.html
    Best Regards
    mseberg

  • PROBLEM IN MOVE STATEMENT IN ECC 6.0

    hi EXPERTS,
    THE FOLLOWING CODE WORKS FINE IN 4.6C BUT IN ECC 6.0 THE MOVE STATEMENT AT THE END THROWS ERROR.
    ""INNNN" and "I0008" are not mutually convertible. In Unicode systems, "INNNN" must have the same structure layout (fragment view) as"I0008", regardless of the length of the Unicode character."
    DATA: i0001 LIKE p0001 OCCURS 0 WITH HEADER LINE,
          i0008 LIKE p0008 ,
          innnn like PRELP.
    SELECT * INTO CORRESPONDING FIELDS OF TABLE i0001
          FROM pa0001
          WHERE begda <= 20061201
          AND endda >= 20061201
          AND pernr = 00014442 .
    READ TABLE i0001 INDEX 1.
          i0008-trfgr = i0001-persk.
          CASE i0001-persg.
            WHEN '4'.
              i0008-trfst = i0001-persg.
            WHEN '7'.
              i0008-trfst = i0001-persg.
            WHEN '8'.
              i0008-trfst = i0001-persg.
            WHEN OTHERS.
              i0008-trfst = '1' .
          ENDCASE.
          MOVE i0008 TO innnn.
    I'VE ALSO CHECKED THE SAME PROGRAM IN DEBUGGER IN 4.6C.
    I'VE FOUND THAT THE VALUES FOR i0008-trfgr i0008-trfst ARE TOGETHER STORED IN THE FIELD DATA1 OF INNNN. BUT THIS DOES NOT HAPPEN IN ECC 6.0.
    PLEASE HELP.
    ITS URGENT.

    Hi priya,
    DATA: i0001 LIKE p0001 OCCURS 0 WITH HEADER LINE,
    i0008 LIKE p0008 ,
    declare innnn like this and check
    innnn like p008.
    regards,
    Nagaraj

  • About move statement in abap.

    move-corresponding is only for structure or also for internal table?
    if you know please some details.

    Hi,
    To move values between the components of structures, use the statement
    MOVE-CORRESPONDING <struct1> TO <struct2>.
    This statement moves the contents of the components of structure <struct1> to the components of <struct2> that have identical names.
    When it is executed, it is broken down into a set of MOVE statements, one for each pair of fields with identical names, as follows:
    MOVE STRUCT1-<ci> TO STRUCT2-<c i>.
    Regards
    Sudheer

  • RH8 After conversion, added space after conditional tag phrase

    We just installed RoboHelp 8. After converting my 3 projects from RH7 to RH8, the system added spaces in between words of a condtional build phrase. That's great since it's much easier to see the words -- that was an improvement over version 7.
    However, it's also adding a space after the conditional build phrases, which is incorrect. It adds a space before a comma, adds a space before a period if the conditional build phrase occurs at the end of the sentence, etc. But it doesn't look like it does this in every case...I'm not sure why it did this, but it only happened after the conversion to 8.
    The generated help appears as in the example below. Note the space before the period in the first sentence and the space before the comma in the second sentence. It has done this on quite a few pages.
    Customer Definition Detail
    This page allows you to add a new customer or to edit an existing customer . If you are adding a customer , you must complete the detail information and then save it.
    Tried to upload the example of conditional build phrase, but it's not letting me.
    Thank you in advance for any help you can offer. This would be a lot to manually repair, so I'm hoping someone knows of a way to fix this using a setting.

    Thanks for your posts.
    After trying everything I could think of the only thing that resolved the issue was replacing any instance of back-to-back conditional text followed by any punctuation with two sentence exactly the same except for the conditional choice.
    For example, the original sentence (color indicates conditional build tag):
         For customersmembers, this field indicates transaction limits.
    would be changed to these two sentences:
         For customers, this field indicates transaction limits.
        For members, this field indicates transaction limits.
    I'll submit this as a RoboHelp 8 bug in the forums (if it hasn't already been submitted).

  • Xserve raid can not recongize added space after expansion

    My Xserve is Mac OS X server (ver 10.5.7), 2x2.8GHz Quad-core intel Xeon CPU. My Raid box is older (It is ordered with ours previous G5 Xserve), but work with Intel Xserve pretty good. It has 5 500GB disks on lower controller as Raid 5, I recently bought a new 500GB Apple disk drive module, and using Expansion function in RAID Admin to expand current raid, after that, the Raid admin correctly shows increased disk size, but in my system (or disk utility), it still shows the original (unchanged) disk size.
    Could you please tell me how to make system recognize the newly added space? Thanks

    Hi, after expansion you need to re-format to get the increased size. Don't forget to backup all that data first !!!

  • CRVS2010 beta 2 - header underline adding spaces

    Hello,
    I'm noticing that headers that are 2 words and the second word is a number, there is a space/break in the underline
    For example Address 1 instead of Address 1.
    I reported this in beta 1 (see CRVS2010 beta - header underline adding spaces) and hoped that it would have been fixed.
    I'm wondering if it is on the list of things to fix for the final release.
    Thank you.

    I assume you are referring to the embedded designer's preview is breaking the underline betweeen the word and the number (ie: Address 1).  I am able to reproduce with the CR for VS 2010 Beta2. 
    I found that the WinForms and ASP.NET CR runtime viewers do not have this issue but the WPF viewer does have this issue.
    I will log a bug for both issues.
    As a potential workaround, instead of underlining the field, format the object (right-click the object and select Format Object), on the Border tab, set the Bottom line style to "Single".  This is not ideal but it may work for you.
    -Mandeep

  • Change "MOVE-CORRESPONDING" statement to MOVE statement in FM

    Hello Guys,
    I have created a datasource based on FM standard template RSAX_BIW_GET_DATA. In the source code in this template, there is a LOOP statement and below that there is a "MOVE-CORRESPONDING" statement.
    LOOP AT g_t_select INTO l_s_select WHERE fieldnm = 'PGMID'.
            MOVE-CORRESPONDING l_s_select TO l_r_pgmid.
            APPEND l_r_pgmid.
    ENDLOOP.
    My customer does not allow MOVE-CORRESPONDING statement for performance reasons. Hence I need to change it to MOVE statement. But I do not know the structure of l_s_select and I am not well at ABAP. So How do I write MOVE statement here.
    Can anybody help on this?
    Regards
    Utpal

    Hi Tibollo,
    Thanks for your prompt reply. Your suggestion has solved my problem. One input to this from  my side. It will not accept FIELDNM because it is not present in l_r_pgmid. Remind you l_r_pgmid is declard as a range and ranges does not have FIELDNM.
    Anyway, that portion I have modified and it worked. Thanks a lot. I am rewarding u points.
    Regards
    Utpal

  • JDev 11g ADF - WARNING: Transient state added to StateManager.

    Can anyone help me to find why I am getting next warning message when running the ADF application which shows the graph from the view object VRequestRepairForOneWeekRO.
    View is created as Read-only access through SQL query. Query has many UNIONS and GROUP BY.... Graph is inside task flow on the page region. Everything runs OK.
    14-Jan-2009 5:19:26 PM oracle.adf.share.http.HttpSessionStateManagerImpl putState
    WARNING: Transient state added to StateManager. State may not be serialized. State id: data.com_pk_view_requestRepairHoursGraphPageDef.VRequestRepairForOneWeekRO1__cubicDefinition
    Thanks.

    More info:
    I found that this warning comes when data from the View are represented by the graph (line, bar, pie…).
    I tried to show the same data in the table and there were no warning.
    It does not matter if the view is based on entity or created by the query.
    It is not related to regions or the task flow. The same warning comes when single jspx with one graph is used.
    Any Help? Is this Oracle BUG or am I doing something wrong?

  • UDf sample plz..adding spaces

    Hi experts,
    i need UDf code for filling the target field with spaces...
    proxy to file
    e.g:
    i am geeting 14 digit input field from proxy......
    some times the data will be 4 digits...
    i/p 0.00 then o/p should be "0.00          " like this...
    adding spaces after the field
    as i am using FCC on receiver side....
    plz help me out.

    Hi,
    int len = a.length();
    for(int i=0;i<14-len;i++){
    a=a+" ";
    return(a);
    I think this is what you expect.
    By varying the condition you can get the spaces howmuch ever you need.
    Regards,
    Sakthi

  • Will alter table table_name move statement change the storage parammeter

    Hi there,
    I have a question about table reorgnization. Will alter table
    table_name move SQL statment change the table's storage parameter
    or keep the same as the original one? If I want to use alter
    table statement to do table defragmentation and change the
    initial and next storage parameter, how will I write this SQL
    statement?
    Thanks in advance.

    Thanks. My table has 5000 extents each of which is 64k, so I
    think I need to do table defragmentation to improve performance.
    If I use alter table table_name move without storage parameter
    and tablespace name, I will relocate this table in current
    tablespace and adopt the current tablespace's storage parameter
    as my table's new storage paramater which is still 64k. After
    that, if I issue alter
    table table_name storage (initial 50M next=50M) command, will it
    change this table's storage parameter and decrease the totoal
    extents number? I ask this question because I use OEM2.2 tuning
    pack reorg wizard to generate the job script to do table
    defragmentation, but in the job script there is no new storage
    parameter. It only generate alter table table_name move
    statement, so I wonder if I don't need to modify this job scripts
    and after it executes this job script, I issue alter table
    table_name storage parameter command manaully. Will this solve
    my problem or I must modify the job script and add new storage
    parameter in the job script?

  • IE6 Adding Space in Tables

    I have a design that includes nested tables. The page appears
    as it should in FireFox (ie. as it appears in DW8); but, in IE6
    there is extra space being added. It looks like the space is being
    added below the content in the table cells. I'm using CSS and I've
    tried setting margins to zero and collapsing the borders of the
    tables, but nothing is working.
    Can anyone suggest how to clear the added space in IE6?
    Thank you,
    Ron

    As Osgood mentions can't really tell until your code is
    sighted... post a
    link.
    Make sure you don't have any empty <p> or <br>
    tags after the close of your
    table or before the ending body tag.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    http://www.DreamweaverResources.com
    |Tutorials|SEO |CSS Templates
    http://www.adobe.com/devnet/dreamweaver/css.html
    CSS Tutorials for Dreamweaver
    "RonSanSolo" <[email protected]> wrote in
    message
    news:eeudq1$eou$[email protected]..
    >I have a design that includes nested tables. The page
    appears as it should
    >in
    > FireFox (ie. as it appears in DW8); but, in IE6 there is
    extra space being
    > added. It looks like the space is being added below the
    content in the
    > table
    > cells. I'm using CSS and I've tried setting margins to
    zero and collapsing
    > the
    > borders of the tables, but nothing is working.
    >
    > Can anyone suggest how to clear the added space in IE6?
    >
    > Thank you,
    >
    > Ron
    >

  • My idvd wont play sound in some parts of my i movie project, even though i can hear the sound in imovie. dont get it??? and at the end of my i movie i added pictures with music. it appears as tough there is some kind of ripple effect when i play in idvd??

    my idvd wont play sound in some parts of my i movie project, even though i can hear the sound in imovie. dont get it??? and at the end of my i movie i added pictures with music. it appears as tough there is some kind of ripple effect when i play in idvd??? i dont know why, i did not add anty effect.

    any suggestions

Maybe you are looking for

  • BEx Web Analyzer - runtime error

    I am running a query on BEx Web analyzer on local test WAS and getting runtime error below. The WAS is in on SP8 and BI on SP11. Is SP mismatch the problem? > Exception in BI runtime A:RSBOL:016 1 2 Log ID: C000C0A80065009C0000000A000000B8000425994A2

  • How to reload purchased apps no longer in app store?

    I have an very old ipad 2. Over time, I purchased and loaded many apps from app store.  It have never been sync with an itunes.  Now I just got the new ipad air 2.  Both ipads runs iOS 8.1.  When I try to reload the apps from the "purchased" section

  • Insanely Infuriateing Problem

    OK so itunes stopped working right after i plugged my iphone into my computer, and yes i am completely ****** off. It stopped working, it now says itunes cannot find the library.itl fle in the "my Music" Folder. And not knowing that i could not sync

  • How to use BAPI_INSPLOT_SETUSAGEDECISION to do just only stock transfer

    I have requirement to do stock transfer from UI to Unrestricted use status but don't need to do usage decision. After checking, this BAPI has UD_STOCK_POSTING field to do inventory posting, but seem like it doesn't support to do stock transfer just s

  • Printing multiple images per page

    I'm sorry for this potentially stupid question, but how do I print multiple 4x6 images per 8.5x11 sheets - or in general, mulitple - defined size prints per page of whatever dimension. I have Aperture 1.1, iMac dual core, Epson 2200... I'll be back w