Restrict Line which comes with Line-size.

REPORT ZXYZ
  NO STANDARD PAGE HEADING
LINE-SIZE 135
  LINE-SIZE 155.
By adding this code i am getting a horizontal line at the Report Heading.
Ex :  abcd      123      txyz
Now my issue is I want to maintain the same distance between each text and at the same time Line size should  end after Z. 
Ex :  abcd      123      txyz
If i reduce the line size then the text at 123 will over write TXYZ...so i increased the Line-Size.
Can i restrict the line visibility after Z without reducing the Line size...?
Any suggestions will be appreciated!
Regards,
Kittu

Hi, did you try uline.
sample;
DATA l_text(40).
DATA l_len TYPE i.
l_text = 'hello'.
l_len = STRLEN( l_text ).
WRITE :/ l_text.
ULINE AT /1(l_len).

Similar Messages

  • HT201210 I upgraded from iPhone 3G to 4S a few days ago. I choose the option to restore from my last 3G backup. It worked fine but I just realized that I do not have the new apps which come with the 4S. What should I do? Thanks for any help. Léo

    I upgraded from iPhone 3G to 4S a few days ago. When setting up the new 4S, I choose to restore my last 3G backup. It started by updating the OS to version 5.1 (9B179) then restored my apps and setting. Everything went well except that I realized I do not have the new apps which come with the 4S, like FaceTime, HD video and Siri.
    What should I do to correct this?
    Thank you in advance for any help on this.

    Ah, FaceTime is not an app, either. It's accessed by tapping the FaceTime button when you are in the contacts app and have selected a contact. This can also be done from the Phone app under the Contacts tab, or during a call, you can switch to FaceTime.
    Let me know what other apps/features you are missing.

  • I have bought a Macbook Pro Retina, and the iPhoto which comes with it, has a different iPhoto Book menu.  I cannot see how to put text at the bottom of the pages of photographs, instead of the default place in the middle.  Is there a way to do this?

    I have bought a Macbook Pro Retina, and the iPhoto which comes with it, has a different iPhoto Book menu.  I cannot see how to put text at the bottom of the pages of photographs, instead of the default place in the middle.  Is there a way to do this?

    There are different templates for iPhoto books and they differ from version of iPhoto to iPhoto, so explore the other options.

  • Hi , Where I can find lessons folder of .psd file which comes with Adobe CS dvd to download online?

    I am going through tutorials and they are talking about Lessons folder which is consist of lesson wise .psd files and which comes with Adobe DVD , I need to download it , please let me know the place

    anybody ???? helooooooooo

  • I am buying a new macbookpro which comes with Lion.  Lion has Quicktime X.  Logic Studio comes with Quicktime Pro 7.  Do I have to download Quicktime 7, or will Logic Studio work fine with the Quicktime X player?  Will there be a Quicktime Pro X soon?

    I am buying a new macbookpro which comes with Lion.  Lion has Quicktime X.  Logic Studio comes with Quicktime Pro 7.  Do I have to download Quicktime 7, or will Logic Studio work fine with the Quicktime X player?  Will there be a Quicktime Pro X soon?

    your new lion-machine should have quicktime 7, too. if it doesn't, and if it doesn't show up after you migrated your stuff from you old machine you can always reinstall it from the logic dvd's, it's part of logic. my recommendation is to always use quicktime 7, since it's got many features that are absent in quicktime x. quicktime x is nothing but a polished video player. in quicktime 7 (pro, comes with logic) you can even do edits and paste your music onto video files. i use it all the time, especially since logic 64bit doesn't export to video anymore.

  • Is the 3rd party plug-in 'Synthetic Aperture Color Finesse' which comes with Adobe After Effects, free to use?

    Is the 3rd party plug-in 'Synthetic Aperture Color Finesse' which comes with Adobe After Effects, free to use? 'Synthetic Aperture Color Finesse' installs its documentation in the plug-in’s subfolder in the Plug-ins folder.
    I cannot locate anywhere on the Adobe site which specifies that this plug-in is free to use for educational institutions.
    Can anyone assist please?
    Regards
    Susan O'Reilly
    Staffordshire University

    Yes, it's free and inclusive with every AE install.
    Mylenium

  • HT4623 How do we save a attachment which comes with the mail and where?

    IHow do we save a attachment which comes with the mail and where?

    What type of file is the attachment ? You first need an app on your iPad then supports the type of file that you want to save on the iPad - unlike a 'normal' computer the iPad doesn't have a file system, and everything on it has to be associated with an app. If you have an app that supports the type of file that you want to save, then pressing and holding the attachment might (if the app supports it) give a popup with options to save ('open in') the attachment in your app.

  • How do get the free apps such as pages numbers etc which come with my new iPod touch

    How do I get my free apps which come with my new iPod touch such as pages, numbers etc

    Just go to the App store and try to purchase them They should be free if:
    GarageBand is free on the App Store for all iOS 7 compatible devices; additional GarageBand instruments and sounds are available with an in-app purchase. iPhoto, iMovie, Pages, Numbers, and Keynote are free on the App Store for qualifying iOS 7 compatible devices activated on or after September 1, 2013. See www.apple.com/ios/whats-new/ for iOS 7 compatible devices. Downloading apps requires an Apple ID.
    copied from http://www.apple.com/ipod-touch/specs.html

  • Will a 65w power supply work with the HP Envy 15t (which comes with a 90w)?

    I have multiple extra 65w power supplies from previous machines.  The pin that plugs in to the machine is different, but there are converters to get the right size pin.  If I get that right pin, is it safe to use a 65w power supply with the HP Envy 15t, which came with a 90w supply?
    One supply (65w) says the output is 19.5v, 3.34a.  Found another extra (90w) says the output is 19.5v, 4.62a.
    The one supplied with the Envy says (90w) 19.5v, 4.62a.  I'm assuming with a pin converter, I can use the second one above?

    Hi,
    For the 65W, It will work, BUT check the tip/connector. The only problems: battery charging could take longer time and for high graphics task it may display an error message. For the 90W, again pin/connector is the main concern.
    Regards. 
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to resent the variables which come with a POST

    Hi everybody,
    what i want to do is following.
    my Servlet get several variables from a form which sent with POST method.
    I have to add a new variable to these variables and POST them to the sender again.
    how can I realize it? (it is a background process).
    thanks a lot
    Taylan

    You cannot send a POST request without the use of a HTML form, a redirect is always going to be a GET request.
    You can do a POST in the background however, using the HttpClient API that you can download here:
    http://jakarta.apache.org/commons/httpclient/
    But that way the servlet you post to will not end up being displayed in the browser. Another solution is that you do output a form using the servlet and then automatically submit it using javascript (onload handler of the body tag comes to mind).

  • Driver CD which comes with KT4Ultra board does not work

    I have an driver CD with comes with the KT4Ultra that is starting up with a screen that says: Setup loading, please wait; and then it hangs and has a processor load of 99%. You cannot kill it. I'm using Windows XP professional.  ?(

    http://www.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID=356&MODEL=MS-6590
    links to right will get you every thing on disk
    ring msi ,i would think they will send another

  • Is there a debugger which comes with Java?

    Hi,
    I am running Java from the command line currently (my machine won't cope with an IDE) and would like to debug a program. Is there some form of command line debugger I can use?
    Cheers
    Stephen

    yup, jdb.
    http://java.sun.com/j2se/1.3/docs/tooldocs/tools.html
    find the "jdb" links.
    --p                                                                                                                                                                                       

  • I downloaded ios 6 on my iphone. Now I need to download the new version of itunes, which requires the new OS. In order to download the new OS i need to have the app store, which comes with the new OS

    I downloaded ios6 on my iphone 4s. Now, to sync to itunes I need the new version of itunes. In order to download the new version of itunes, I need a newer OS. I am fine with downloading a new OS, but it says to download through the app store. My computer doesn;t currently have the app store. What should I do?

    In order to get the App Store you must be running OS X Snow Leopard 10.6.8
    To get there you must upgrade to Snow Leopard 10.6 which requires an install DVD
    You can call Apple and ask them for the install DVD. It will cost $19.95 plus shipping
    Once you have upgraded your Mac to Snow Leopard then you need to update it to 10.6.8
    Then you will have the App Store you need
    Backup first before you start any of the upgrade
    Allan

  • How do you get a playlist of music to work on the basic Photo App which comes with ipad 2 - to have to play the same tune over and over again with a slideshow is rubbish !

    How does one get a varity of music i.e a playlist to work on the standard Photo App which is shipped with Ipad 2  when using a slideshow ?

    if you have music in your library, when  tapping on slideshow a menu appears - Turn on music option.  when on a song should display below it - tapping it will take you to your library.
    Photo App will give you access to all albums as set in settings\Photo
    Camera - select camera roll - gives camera roll only but options for everything else
    Slideshow timings is under Settings\Photo

  • What is  OLite database which come with SOA suite ?

    Hi
    Thank you for reading my post
    I saw that there is something named OLite database that installs with SOA suite in Standard mode , can some one explain me what is this product ?
    thanks

    oLite is the shortcut for Oracle Lite - which is a small database, storing
    a) bpel data, like it's process artifacts, as well as execution data - audittrails,
    b) dt and runtime data from ESB
    c) OWSM configurations
    without this component running, the SOA Suite will not work
    For production use we recommend to install a fledged oracle db - and run the repository creation assistant, which will create the needed db objects
    hth clemens..

Maybe you are looking for

  • Service for my Ipod with colour display

    My ipod had a problem of which i notify the nearest country near me(South Africa) since my country(Ghana) had no service center for 2 times of which i had no reply from them? The problem is it does not connect with fire wire cable any longer and even

  • As i do not wish to use it anymore, how do I delete/cancel an iTunes account?

    I currently have two active iTunes accounts, one of which I do not wish to use anymore, therefore only using my other account as my primary account.  How do I permanently delete the account?

  • BAPI to create an online customer?

    Hello, Normally one would create a customer using XD01 via filling all the relevant data such as Address, Company Data, Sales Org Data, etc.... We have an application via which, we would like to make call to a BAPI and be able to create a customer. T

  • Iphone 4 8gb update ios 7 or not ? please guide

    iphone 8 GB updating iOS 7 lags ??????? iphone 8 GB what memory is lost for updating iOS 7.0.3? please brother tell me some one tell me 3.1 gb ? thats true please help

  • Gv$rule... hung  / core dumped

    Hi everyone I'm testing Streams (10.2.0.3) over HP-TRU 64 (cluster - 2 nodes). Initial test works fine. But, I've perform a simple query (select * from gv$rule) my session hung... and this error message appears (alert*.log) ORA-07445: exception encou