How to get spaces

for some of the fields in output table i need to send spaces instead of values.
for eg:
now i am sending values can any one please suggest how to send spaces istead of values for the following output table
MOVE: GT_AFRU-AUFNR TO GT_OUTPUT-AUFNR,
GT_AFRU-ERNAM TO GT_OUTPUT-ERNAM,
GT_AFRU-ERSDA TO GT_OUTPUT-ERSDA,
GT_AFRU-ERZET TO GT_OUTPUT-ERZET,
i tried in this way but iam getting an error
MOVE:   GT_OUTPUT-AUFNR = ' ',
        GT_OUTPUT-ERNAM = ' ',
        GT_OUTPUT-ERSDA = ' ',
        GT_OUTPUT-ERZET = ' '.
please its urgent.

Hi,
do like this..don't use move statement.
GT_OUTPUT-AUFNR = space,
GT_OUTPUT-ERNAM = space,
GT_OUTPUT-ERSDA = space,
GT_OUTPUT-ERZET = space.
append gt_output.
Regards,
nagaraj

Similar Messages

  • How to get space between two values in a single cell of a table.

    hello,
            how to get space between two values in a single cell of a table.
    thanks a lot.
    kailash.

    sorry i got the answer.

  • How to get space after a letter section in the Index

    Hi
    I've created an index successfully from multiple InDesign documents and brought it into the document. Struggling to work out how to get a space to appear between the end of one letter section (eg 'A' entries) and next section (eg 'B' entries). Trying to avoid using 'space before' on the paragraph style as this will probably make a gap before the 'A' entry. Any ideas?
    Thanks
    Alex

    Have worked it out - ended up trying the 'space before' on the paragraph style for index titles and this sorted it with no space before the first title

  • How to get Spaces working on an Air?

    My wife just got a MB Air and I've been setting things up for her. I am a big fan of Spaces and use it always on my iMac. However, despite the appearance of Spaces as a function on her MBA I cannot get it to do what I like so much about it: with a keystroke have the quadrants come up on the desktop allowing you to select one of them with a click or to drag open windows around from quad to quad. I can switch from quad to quad using the default command-numeral keystroke, but I'd like her to be able to have the same functionality I have.
    In the Spaces Prefs window it SEEMS like I should be able to do it with a keystroke (Default: F8) but it just ain't happening. I recall trying to setup a friend's new MBP to do it but I had the same issue.
    Is this a thing with the laptops that this function's just not available?

    You ARE using the little button marked "Fn" in conjunction with the F8, right?
    Otherwise, you need to do something like this:
    Some useful Function Key resources follow:
    http://www.innerexception.com/2007/02/when-i-got-my-macbook-pro-one-of-things.ht ml
    http://forums.macrumors.com/showthread.php?t=614391
    http://samhalperin.com/2008/12/macbook-pro-function-keys/
    http://www.fluther.com/7243/how-can-i-use-the-function-keys-on-my-macbook-to/

  • How to get Spaces in notepad while i download..??

    Hi,
    I'm downloading data into a notepad.
          FS_OUTPUT+281(28)  = FS_BSEG_ADD-WRBTR.
          FS_OUTPUT+388(30) = '                              '.
          APPEND FS_OUTPUT TO T_OUTPUT.
    I'm able to download the the file but the issue is when i see the cursor of notepad it end's at 310th position as from 310 it is spaces. I want the cursor to end at 419. How can i achieve this i'm using GUI_DOWNLOAD to download the file.
    Regards
    VENk@

    Hi
    I probably you're placing the sign of end of line twice:
    - One in your record
    - One by method for dowload (it's set by default)
    Delete the option of method:
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD
      EXPORTING
    *    BIN_FILESIZE              =
        FILENAME                  = 'C:\text.txt'
    *    FILETYPE                  = 'ASC'
    *    APPEND                    = SPACE
    *    WRITE_FIELD_SEPARATOR     = SPACE
    *    HEADER                    = '00'
    *    TRUNC_TRAILING_BLANKS     = SPACE
         WRITE_LF                  = SPACE      "<-------------It has to be equal to space
    Max

  • How can I get Spaces in OSX lion to look like Spaces in OSX Snow Leopard

    I bought a new MacBookAIR. Used time capsule to import all my settings. Perfect!
    However, the new setup of Spaces, is beyond annoying and absolutely unable to work with.
    Does anyone know how to get the classic view of Spaces back in OS Lion?
    I loved working with that. The active programs were very easy to remember since they had their own 'visual space reference' (upper left, lower right).
    Now you only have a row, of which you need to remember which screen is on what number of the row and you now need to swipe through all the d..mn pages instead of navigating intuitively to a specific part of the screen (middle left, lower right etc).
    I absolutely hate the new setup and hope somebody has an answer to this....I certainly hope, as an Apple fan, this solution comes quick..for one of the most beloved features now is pretty much dead to me..
    Thanks all!

    I have installed to Mountain Lion and have the same problem.... I'm content about many things in Mountain
    Lion, but lack of Spaces frustrate me.
    Since you upgraded, you can downgrade.
    How to revert your Mac to Snow Leopard
    How to revert to a earlier OS X version

  • DATA TRANSFER - How to get a SINGLE SPACE in downloaded txt file from UNIX?

    Hi Experts,
    Am sending data from SAP to UNIX/ Application server and text file on desk top as well.
    So, I am keeping a single character just SPACE at the END of each record.
    Then, When I see the downloaded text file, I found a SINGLE SPACE at the end of each record, fine.
    Then, by using CG3Y t code, I downloaded the UNIX file to my desk top.
    But, When I see this UNIX downloaded file from UNIX, I did NOT find any SPACE at the end of each record!!!
    Am doing every thing same in both cases.
    So,
    1 - Why its happening in case of UNIX file?
    2 - How to get a SINGLE SPACE  at the END in the downloaded file from UNIX?
    thanq

    Its there, I am talking abut this -
    OPEN DATASET - linefeed
    Syntax
    ... WITH { NATIVE
             | SMART
             | UNIX
             | WINDOWS } LINEFEED ... .
    Alternatives:
    1. ... WITH NATIVE LINEFEED
    2. ... WITH SMART LINEFEED
    3. ... WITH UNIX LINEFEED
    4. ... WITH WINDOWS LINEFEED
    Effect
    : These additions determine which line end marker is used for text files or legacy text files. If these additions are used, the profile parameter abap/NTfmode is ignored. Simultaneous specification of the values "UNIX" or "NT" in the addition TYPE is not permitted.
    If these additions are not used, the line end marker is determined as follows, depending on the operating system of the current application server:
    The line end marker for Unix is "LF". Under Unix, OS390 and OS400, only "LF" is used for reading and writing.
    The line end marker for MS Windows is "CRLF". Under MS Windows, however, the values of the profile parameter abap/NTfmode can also be used to set whether new files are handled according to Unix conventions or Windows conventions. If the profile parameter has the value "b", the Unix line end marker "LF" is used. If the profile parameter has the value "t" or is initial, the Windows line end marker "CRLF" is used. The setting using the profile parameter can be overridden with the addition TYPE and the value "UNIX" or "NT". If an existing file is opened without the addition TYPE, this is searched for the first line end marker ("LF" or "CRLF"), and this is used for the whole file. If no line end marker is found, the profile parameter is used. This applies particularly if an existing file is completely overwritten with FOR OUTPUT.
    If an addition WITH NATIVE|SMART|UNIX|WINDOWS LINEFEED is used, this setting can be changed for the open file using the statement SET DATASET. If neither of the additions is used, the line end marker also cannot be changed using SET DATASET.
    Notes
    : Without the use of an addition WITH LINEFEED, the line end marker is dependent on diverse implicit factors such as the operating system of the application server, a profile parameter, and line end markings that are already used. For this reason, the explicit use of WITH LINEFEED is recommended, which renders the use of the addition TYPE for setting the line end marker obsolete.
    The line end marker that is currently used can be determined for every open file using GET DATASET.
    Alternative 1
    ... WITH NATIVE LINEFEED
    Effect
    : This addition defines the line end marker independently of the access type according to the operating system of the application server, i.e. "LF" for Unix OS390 or OS400, and "CRLF" for MS Windows.
    The line end marker is interpreted according to the current codepage. If a code page is explicitly specified using the addition CODE PAGE, the characters of the line end marker must exist be available or be written in accordance with this code page.
    Note
    : The addition WITH NATIVE LINEFEED is intended for editing files on an application server that can also be accessed by other means. The addition receives the appropriate line end marker without the program needing to know the operating system.
    Alternative 2
    ... WITH SMART LINEFEED
    Effect
    : This addition depends on the access type:
    In files that are opened for reading using FOR INPUT, both "LF" and "CRLF are interpreted as a line end marker. When opening an EBCDIC file with the addition CODEPAGE, in addition to "LF", "CRLF", and the EBCDIC character strings, the corresponding ASCII character strings are also recognized. In addition, the EBCDIC character "NL" (line separator) is also interpreted as a line end marker.
    In files opened for appending or changing with FOR APPENDING or FOR UPDATE, the program searches for a line end marker that is already used in the file. In this process, first the end of the file is identified. If no line end marker is found there, a certain number of characters at the beginning is analyzed. If a line end marker is found, this is used when writing to the file. This is also affected by the addition CODE PAGE. For example, ASCII line end markers are recognized and used in a file opened with EBCDIC, but not the other way round. If no line end marker is found or no search is possible (for example, if the file is opened with the addition FILTER), the line end marker is determined according to the operating system of the application server, as with the addition WITH NATIVE LINEFEED.
    In files opened for writing using FOR OUTPUT, the line end marker is determined according the operating system of the application server, as with the addition WITH NATIVE LINEFEED.
    Note
    : The addition WITH SMART LINEFEED is intended for the generic editing of files in heterogeneous environments. The line end marker is recognized and set for different formats. The use of this addition is the best solution for most application cases.
    Alternative 3
    ... WITH UNIX LINEFEED
    Effect
    : The line end marker is set to "LF" regardless of the access type and operating system of the application server.
    The line end marker is interpreted according to the current code page. If a code page is specified explicitly using the addition CODE PAGE, the characters of the line end marker must be available or be written according to this code page.
    Note
    : The addition WITH UNIX LINEFEED is intended for editing Unix files in which the specific line end markers are to be retained, even if the operating system of the current application server is MS Windows.
    Alternative 4
    ... WITH WINDOWS LINEFEED
    Effect
    : The line end marker is set to "CRLF" regardless of the access type and operating system of the application server.
    The line end marker is interpreted according to the current code page. If a code page is specified explicitly using the addition CODE PAGE, the characters of the line end marker must be available and be written according to this code page.
    Note
    : The addition WITH WINDOWS LINEFEED is intended for use with MS Windows files in which the specific line end marker is to be retained, even if the operating system of the current application server is Unix, OS390 or OS400.

  • DATA TRANSFER - How to get a SINGLE SPACE in the downloaded file from UNIX?

    Hi Experts,
    Am sending data from SAP to UNIX/ Application server and text file on desk top as well.
    So, I am keeping a single character just SPACE at the END of each record.
    Then, When I see the downloaded text file, I found a SINGLE SPACE at the end of each record, fine.
    Then, by using CG3Y t code, I downloaded the UNIX file to my desk top.
    But, When I see this UNIX downloaded file from UNIX, I did NOT find any SPACE at the end of each record!!!
    Am doing every thing same in both cases.
    So,
    1 - Why its happening in case of UNIX file?
    2 - How to get a SINGLE SPACE  at the END in the downloaded file from UNIX?
    thanq

    Hi,
    I don't know if this works:
    perform SET_TRAIL_BLANKS(saplgrap) using 'X'.  
    perform SET_FIXLEN(saplgrap) using '0' '060'.   "put length of your line from-to
    ... download ...
    It will put space at the end of your line, according to the length.
    Hope it works,
    Chang

  • How do I get the music back on my iPhone after manually deleting it from the device (to get space for photos/videos)?

    How do I get the music back on my iPhone after manually deleting it from the device (to get space for photos/videos)?  I can sync with iTunes but it doesn't copy these songs back, even though they still appear in my iTunes library.  I can click on the Music link  under 'On My Device' in iTunes and the missing songs all appear to still be on the device, but they are not.  I normally delete using iTunes and do not have this issue.  This time I was out and needed more space to shoot photos and videos so I removed a lot of music from my phone through the Music App.

    The songs I'm trying to reload on my phone are on my PC.  These we had loaded into iTunes.  I can remove them all from the library and then add them all back one by one I imagine.  The problem I'm having is that I removed them manually from the phone, they still appear in iTunes music library yet they won't sync.  I don't want to take the time to compare the phone to my library, remove from the library what's missing on the phone and then add them all back again.  64GB (mostly music) will take a while.

  • Printing Docs - how to get rid of 3 inch wasted space on right side of page

    I tried to print out : Communicating With Objects
    http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CocoaFunda mentals/CommunicatingWithObjects/CommunicateWithObjects.html
    After trying several different settings and printed only the first page until I got the print more or less the way I wanted it, however...
    I have a standard HP Color Laserjet 2600n, looked at all the printing preferences, and all four margins are set at (.25 inch), yet when the pages print out there are about 2.5 inches of wasted space on the left side. The space is there for the Table of Contents, but there is nothing printed there, the space is blank.
    So I clicked on the Table of Contents header, so the TOC became hidden and the window only contained the text and images, then when I tried to print, I found that now there were about 3 inches of white space on each page on the right hand side. This is somewhere around a 40% waste in paper, trees, etc.
    One would think that expensive as printing is, there would be a way to save paper by optimizing coverage on each page as much as possible.
    Another curious thing is that the size of the text on the screen is easy to read at Safari normal (default) settings, yet when the first page is printed the text is really small.
    In order to get the size of the print on the paper to be easily readable, I had to click on the large [a][A] at the top of the Safari window twice (+ 2 sizes). The text on the window was fairly large, but the print became easy to read. There was still an excessive amount of wasted space, which just goes against the grain...
    Does anybody have a clue how to get rid of all the wasted space on each page ? There has to a simple way, this is 2010 and we've been doing this for 25+ years now.
    I am sure it is something simple that I am overlooking ? I'd be grateful for any help.
    Thank You,
    Bill Hernandez
    Plano, Texas

    What browser are you using? Try downloading a PDF if one is available, or try printing from XCode's Deveoper Documentation window.

  • On iTunes when i plug my iphone in, the bar at the bottom with contains the information about the capacity of my iphone, it has a bar called 'other' which has 4GB. I don't know what is taking up that space or how to get rid of it. please help :)

    On iTunes when i plug my iphone in, the bar at the bottom with contains the information about the capacity of my iphone, it has a bar called 'other' which has 4GB. I don't know what is taking up that space or how to get rid of it. please help

    You can reduce the size to normal, which is about 1GB, by restoring the phone.
    Backing Up, updating, and restoring your iPhone and iPod touch software
    The size of this part can increase when something goes wrong during a sync, or some files can't be read anymore by iTunes.

  • HOW TO GET MORE SPACE ON MY MAC

    Anybody have an idea how to free space of my mac.i bought new external hard drive and move most of my folder with music films and document in it.after moving i deleted them from my laptop then emtpy the trash,but after doing this,i still dont get free space.after deleting more than 20gb folder,i still dont have the space free of my laptop.anyhow out there for HELP.

    {quote:title=Thomas A Reed wrote:}
    Take a look at this page for just a few examples:
    Unfortunately, as is pointed out there, there doesn't seem to be a comprehensive list of applications that Monolingual breaks. I had also heard that MS Office cannot be updated after running Monolingual on it, and that is verified by the [Monolingual FAQ|http://monolingual.sourceforge.net/faq.php].
    Actually, I'm talking about the main localizations for X.
    Applications/Application.app/Contents/Resources/English.lproj
    So, if you speak English, you would safely trash all the “.lproj” files within your apps except for the “English.lproj” one (if you are semi-intelligent) and your app would be unharmed.
    I hadn't heard of or run into the Office 2008 problem as the system I'm running never had language localizations installed. But if the problem is updating you can remove the checksum verification from the updater or reinstall Office to apply the update and that should take care of that. But I see your point and should post fuller instructions when it comes to that app.
    {quote:title=Thomas A Reed wrote:}
    I think that recommending a program like Monolingual to the average user is akin to handing a loaded firearm to a child.
    You do????
    -mj

  • How to get more space on my disk in iphoto?  It says I don't have any more space..Help!

    How to get more space in iphoto? It says I don't have any more space?? Help...

    You can look at the material stored and see what you don't need and delete.  But a better way is to get an external hard drive and move large quantities of material to the external storage.  That will free up internal storage capacity.

  • Having 200+ GB of "Other" Space in HD.. How to get Rid of it?

    So I have 200 GB of other in my storage and Ive tried OmniDisk to get rid of stuff but nothing is making it have more space. Anyone have any other ideas to how to get rid of all this other space?

    Freeing Up Space on The Hard Drive
      1. See Lion/Mountain Lion's Storage Display.
      2. You can remove data from your Home folder except for the /Home/Library/ folder.
      3. Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
      4. Also see Freeing space on your Mac OS X startup disk.
      5. See Where did my Disk Space go?.
      6. See The Storage Display.
    You must Empty the Trash in order to recover the space they occupied on the hard drive.
    You should consider replacing the drive with a larger one. Check out OWC for drives, tutorials, and toolkits.
    Try using OmniDiskSweeper 1.8 or GrandPerspective to search your drive for large files and where they are located.
    What is "Other" and What Can I Do About It?- Apple Support Communities

  • My iPad air has 32 gb, but I am down to about 3 gb.  What should (and how) I get rid of to free up space?

    My iPad air has 32 gb, but I am down to about 3 gb.  What should (and how) I get rid of to free up space?

    Are there apps you don't need or use? Delete them.
    Is there content you've downloaded from iTunes that you can delete (as long as it's available in iTUnes, you can redownload any previously purchased content)
    Do you have any large e-mails in your mailbox? Such as mails with photos.
    Do you have photos that you don't want or need anymore?
    Settings, general, usage can tell you how much space apps are taking up and that can help you choose what needs to go, what's part of the problem, etc.

Maybe you are looking for

  • How to remove dark areas from scanned book PDFs?

    Hello, When scanning chapters from a book, I get large dark areas where the scanner picks up 'dead space' from the spine and around the perimeter of the book. I have been able to remove these using the 'Redaction' tool but when I go to save the PDF t

  • Connecting stereo speakers to an iMac

    I am thinking about making the final jump and just trashing my stereo and running all my music through my iMac. Three questions: 1.) Is the output of an iMac going to be high enough quality to sound good through my stereo speakers? 2.) Is this done b

  • How to terminate the jsp execution

    Hi, I've an problem to terminate the jsp execution. I've tried to use the following code: out.close(); but the jsp (I use the servlet engine version 2.0) page continue the execution. How I can terminate this execution? Thanks

  • WMI filter query of the last GPO in an OU fails

    Hi, I've noticed an interesting issue: Server 2012 R2, Windows 7. GPO's. WMI Filters. I've linked some GPOs to a specific OU (which exclusively contains users). For example, there are three objects which configure Word, Excel and PowerPoint 2010. I'v

  • Garage band results cheesy? Am I expecting too much?

    For eg: more often than not I'll download a midi and it will sound great played through quicktime. When I open it up in Garage band often the file will sound different, some instruments sound different or the temp may be different. A lot of the time