SAPScript - To break a line in two

Hello Experts,
I am using an standard text, where I need to display email in the right side. If email is 20 char, it comes normally, but if its longer then it wont come.
Please suggest.
&V_SMTP_ADDR1& - char(20)
&V_SMTP_ADDR2& - rest part(221 char)
Where to write &V_SMTP_ADDR2& so that it will come under first part.

Hi Gaurav,
If you want to display rest of email under first part, use a paragraph format with tab positions.
Specify the first part start position with tab and write the rest in second line with same tab.
PB  ,,&V_SMTP_ADDR1&
PB  ,,&V_SMTP_ADDR2&
Thanks,
Vinay

Similar Messages

  • How can I insert a vertical line  between two underlined unfilled with text lines.  I am trying to construct an invoice and I need a break.  If I try any of the shapes or inset functions it eliminates my underlined lines and shifts the whole document.

    I am trying to construct an invoice.  How can I install a vertical line between two or more underlined lines to create a break.  I have tried the insert, shapes and nothing works.  If I try any of the functions the whole document shifts to the right and I loose some of the lines.  Is there a work around, or is I work not able to do what I want?   
    Thanks
    Armand

    It sounds as though you may have "Object Causes Wrap" activated for the Line Shape. This will push other content away.
    See the Wrap Inspector.
    Jerry

  • Price break up lines import - Line number getting updated

    Hi All,
    I am importing price breakup shipment lines for Blanket agreements.
    I need to update the effective from date and to date for the existing line (Update)
    And should create a new break up line with some updated prices.
    This process is getting imported fine, but for the line which need update of dates, a new line num is getting updated. I mean if existing line is 1 after import the same line number is updated to 2. When I pass the line number to interface table, it is error out.
    Finally my requirement is to import new lines with new line number(which is working fine) and Update the existing lines with keeping the line num.
    Please let me know if I am not clear.
    Thanks.
    Edited by: DharV on Sep 20, 2011 8:46 PM

    Hello Sudha ,
    I agree with Alex. Value-based commitment indicator has to be set.
    I wanna add two notes:
    634298     FAQ: Commitment update in the service
    433597     Commitment update for services or invoicing plan
    If you need to correct commitments, you can use RKANBU01 (as described in note 152571)
    Cheers,
    Lucas

  • Transformation issue, need to break the lines.

    Hi,
    i had requirement in which i need to read only headers in file and write it into single file.
    so i used transformation activity in which i mapped only header. But my issue is all the header records are written in single line.
    I need it in separate lines. Please guide me how to break the lines in xslt

    Here there is a post about the same: https://forums.oracle.com/thread/505159
    Please, share some sample input, desired output, as well as the XSL you already built, in case you need more help.
    Regards
    Luis F Heckler

  • DSL line at two locations

    We have the need to establish a network that connects the VolP phones in the garage of a ranch house and the WiFi network in the remainder of the ranch house.
    We have extentions of the DSL line at two locations. 1. At the garage and 2. In the other side of the house.
    We have purchased a SPA2002 and a WRT54G WIRELESS-G ROUTER, can you give me instructions as to how to do it?
    I AM A COMPLETE NOVICE, SO PLEASE KEEP IT SIMPLE FOR ME.

    Hi,
    The one which you see in the path <AIA Directory>\AIAComponents\EnterpriseObjectLibrary\Core\Common\V1 is the release 1. If you open the Datatypes.xsd you could spot the difference.
    ** AIA Enterprise Object Library **
    ** Version 1.00 **
    ** Date: 01 Nov 2007 **
    Do check the Datatypes.xsd in <AIA Directory>\AIAComponents\EnterpriseObjectLibrary\Core\Common\V2. This is the latest release and it imports the xsd from Infrastructure library.
    ** AIA Enterprise Object Library **
    ** Version 1.00 **
    ** Date: 22 Aug 2008 **
    Regards,
    Rahul

  • Polar equation of a line between two points

    I am trying to make a method to output the points (in polar coordinates (r, theta)) along a line between two given polar coordinates.
    This will mimick the path of an object traveling across a radar screen.
    Is this possible?

    Java does not plot in polar coordiantes, you'll have to convert to rectangular to get a plot. If you're just doing a sweep on a screen, then it's fairly simple to do:
    r is the radius of your screen,
    (0,0) is your Origin translated as (Xmax/2, Ymax/2)
    when you draw the line you just start at your Origin and get your end values as
    X1=X0+r*cos(Theta) and
    Y1=Y0+r*sin(Theta),
    I've not seen, nor do I think there is any other support to do what you want--you have to convert to (x,y) coordinate system.
    This will leave a ragged edge so make a border around your screen.
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.image.BufferedImage;
    import java.awt.Point;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.Timer;
    public class JRadar{
      public JRadar(){
        JPanel p = new MyJPanel();
        JFrame f = new JFrame("ForumJunk: JRadar");
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.add(p);
        f.pack();
        f.setVisible(true);
      public static void main(String[] args){
        new JRadar();
      class MyJPanel extends JPanel implements ActionListener{
        Timer t = new Timer(10, this);
        Dimension d = new Dimension(512, 512);
        BufferedImage bi = new BufferedImage(d.width, d.height, BufferedImage.TYPE_INT_RGB);
        Graphics2D g = bi.createGraphics();
        double theta = 0;
        int r = d.width/2 - 16;
        Point origin = new Point(d.width/2, d.height/2);
        public MyJPanel(){
          g.setColor(Color.RED);
          this.setPreferredSize(d);
          t.start();
        public void actionPerformed(ActionEvent e){
          g.clearRect(0, 0, d.width, d.height);
          g.drawOval(16, 16, 480, 480);
          g.drawLine(origin.x, origin.y, (int)(origin.x+r*Math.cos(theta)), (int)(origin.y+r*Math.sin(theta)));
          theta += 0.01;
          if(theta>=Math.PI*2) theta = 0.0;
          repaint();
        public void paintComponent(Graphics g){
          super.paintComponent(g);
          g.drawImage(bi, 0, 0, this);
    }Edited by: morgalr on Mar 3, 2010 4:59 PM: code example added

  • Dont want to show the divided line between two rows in a Grid.

    Hello Friends,
    I want a Grid in which I want multiple rows but i dont want to show the divided line between two rows.
    It is just like a grid on Territories form(Administrator->SetUp->General->Territories)
    Thanks.

    Mithun,
    The component you're talking about is not a grid, and that component is not exposed by the UI API so you cannot use it.
    Regards,
    Vítor Vieira

  • Line connecting two bars of a floating bar chart

    Hi All,
    I am using floating bar chart for one of my functionality showing flows over time...
    I need to draw one dashed line connecting two bars ..
    Attaching the image for reference ..
    Pls guide me how shd I achieve this ...
    Thanks

    Morning Art,
    I hope you had a good weekend.
    Yes! I know what you mean because I have the same issue. If for example there is one record out of 10 records, the chart fills the whole width of the page with blue rectangle within the chart, and showing 1 on the x-axis (one big blob of blue colour within a chart).
    It looks very bad though I didn't find any solution to the problem either. however if I do, I will let you know.
    Regards
    Jehanzeb

  • Remove dashed page lines in two up mode

    Does anyone know how to remove dashed page lines in two up mode. I want to show my booklet on screen (full screen mode) and Acrobat puts an annoying dashed line in between each page. I know I can turn gaps on but that doesnt help I want the spread to read seamlessly and not have any gaps or dashes in the way. Please help!
    Thanks

    Not from the 2-up mode. However, what might meet your needs is to print the PDF to a new PDF with the 2-up option and stretch to fit paper option. The end result will give a border. However, the border can be selected with the object touchup tool and deleted. I have not seen any way to not print the border.
    As I said, this may not be what you want, but might be a work-around to meet the need as I view your example. You may have to play around with the paper choice and such on the printing.

  • MIRO - One line and two Tax codes

    Hello dear all,
    If I have a reception (MIGO), one line item.
    But in the supplier invoice this line has two tax codes. How can we post it in MIRO, what can be the process ?
    Is anyone had similar case ?
    Regards

    please, check the note 395973 where it is explained in point 2:
    " If I want to use a different tax code in Transaction MIRO, what
      should I do?
    In the invoice verification, the tax is calculated based on the
    items in the entered invoice.If you want to set a different tax
    code, you must make this change in the item list.You can also use
    the tax tab page in the header area of the invoice, particularly
    when there are several tax codes in the document.If you enter a tax
    code on the initial screen that does not exist in the item list, the
    invoice cannot be posted (error FF812).This system response is
    programmed as such and is intended this way.
    For the default values in the input help for the tax code, refer to
    Note 336821. "
    I hope this information can help you.

  • How to Break the cluster between Two servers

    Hi Experts,
    Since Iu2019m new to BOBJ XI R2.I would like to know how to break the cluster between two servers.
    Description :
    So far we took the copy of QAS Server1 to the new QAS server2 (Through Mirroring Tool ). Now those two servers are cluster together, I can see QAS server1 CMS Name, Cluster Name, cluster member name in QAS Server2 (CMC-> Setting -> Cluster).
    Besides in QAS Server1 CMS Name and Cluster name are pointing to the QAS Server1, except Cluster Member (This is still have two members Server1 and Server2).(CMC-> Setting -> Cluster).
    In QAS Server1 and QAS Server2 (CMS-> Servers), I can able see both server name under Machine Name tab.
    I would like to make those two servers as independent servers. There are two different data source for those two servers. I want to remove the cluster in both servers.
    Right now QAS Server1 is running and QAS Server2 is stopped.
    If i create/modify a group under new Mapped NT Member Groups in QAS server2 ,it is getting reflecting in QAS server 1.
    Could you please tell me the steps to resolve this problem.
    BO Version: BO XI R2
    Regards,
    Sridharan

    Hi,
    Maybe the external CMS is still 'attached' to your SIA node. Please go to the CCM (Central Configuration Manager) and stop the SIA (Server Intelligent Agent). On one of the tabs you can see if there is an external CMS part of your environment. Delete it and restart the SIA. Retry if you can delete the services now from within your CMS. It may well be that you have to stop both environments and delete each others CMS via the CCM to get it working. If you have not changed any permissions for your Administrator account the security model will not be the one causing this.
    Hope this helps...
    Martijn van Foeken
    Focuzz BI Services
    http://www.focuzz.nl
    http://nl.linkedin.com/in/martijnvanfoeken

  • How to break a line in resource files?

    I want to read a paragraph from a resource file and show them in Java JTextArea. But the text was shown in one line. How can I break the line?
    For example: This is the resource file:
    about=ABC \n DEFGHT
    I want to break the line after "ABC", but it doesn't work. The text read to Java application is:
    ABC DEFGHT
    They are in one line and the "\n" is lost?

    you can use ascii characters for space instead of using "\n"

  • I need to know how to break my page into two pages so i can send it

    I need to know how to break my page into two pages so i can send it

    Hi,
    You can add new form fields via the add item bar.  For example if you want them to fill in their name, you'd add perhaps 2 text fields, one for first name, one for last name.  Text field is the first icon on the add item bar.  Each field allows you to specify a custom label, you can click it to edit the label.  Are you seeing the add item bar?
    Once you've added all your form fields, you can test your form by clicking the "Test" tab, and then clicking the "Test Web Form" button.  That will open a browser to your form, that you can test filling it out.  When you've filled it out, you click the submit button.  The response will be saved to our service.  You can view the submissions, by going to the "View Responses" tab.
    Once you've finished testing your form, and want to distribute to your users, go to the "Distribute" tab, click the "Open" button. This will make sure your form is open and accepting repsonses.  Then copy the URL by clicking the "Copy Link" button.  You can then email that URL to your users, so they can fill in your form.
    Does this help?
    Thanks,
    Todd

  • How to remove line between two raws in word template designing ?

    Hi everbody,
    Hope you are doing good.
    i am designing report in word template.
    i wandoring how to remove line between two raws ?
    currently it gives me lines between each single raw.
    i want to remove line between two raws.
    any help is greatly appreciated.
    Thanks.

    Hi,
    are the rows inside a table-structure? Perhaps the line are the borders of the table?
    Regards
    Rainer

  • Switching lines between two accounts.

    How possible is it to switch lines between two different accounts i have to accounts with five lines and i would like to switch a number from one to another and one back. i.e. Number 123-456-7890 from Account A with Number 0987-654-321 from Account B.

    hey i am on my grandma plan but i have my own how can i switch that account that i have on my grandma to mine

Maybe you are looking for

  • Winmail.dat : problems after iOS5 update...

    Folks...  After updating to iOS5, I am finding that any JPG or pasted picture sent to me in e-mail does NOT appear on my iPhone4.  It is NOT simply a Microsoft problem, as is always stated. If I start a mail (HTML) in Outlook, and paste an Image, and

  • Please Help --PS CS3

    Guys asking for help from Adobe does not work and they are idiots telling me they cant help me, no matter what I do. that is not the point I came begging for help. I understand that once a trial runs out you can not re-install the problem= I instal t

  • New 4 Gen iPod--must I name it the same as my old one?

    I just received my new 4th gen. iPod, which is replacing my 2nd gen. iPod. I want to connect to iTunes (on a Mac) and (while holding my breath) transfer the contents of my old iPod to my new one. (I do realize that some apps that are not compatible w

  • Startup issue with Mavericks?

    I've installed Mavericks on my 2010 MacAir. Yesterday I couldn't get half the programs to start (Adobe programs) so I had to give permission to read and write to my entire hard drive to fix the problem.  When I started up today I have an Apple logo a

  • Run a report in report builder connect with dynamic nav developpement

    I can't run my report for testing it in report builder app. Each time i have to save it, close report builder et run the report i create in dynamic nav developpement. It is possible to run the report create in report builder directly? In report build