SAPscript - Fixed position for vline

Greetings.
Hi i'm facing this problem in fixing the position for my vline ( to draw vertical line). The reason i need this solution is because currently i'm using variable that have flexible length.
The vline will be push to the left and right depend on the outcome value.
&sum1-zsumin&,,&sum1-zsum1&<vl>&Vline&</>
Thanks.

Tayori Higurashi-san
I'm using different paragraph format for this line(W6) and for the vline I'm using character formats.
W6 ,,&sum1-zdpnokl&,,&sum1-zdpstok&,,&sum1-zdpamkl& <vl>&Vline&</>
W6 - is my pragraph format.
Could you help to explain more. I'm newbie to this SapScript
arigato
Edited by: badz lee on Jun 12, 2009 11:46 AM

Similar Messages

  • Fix position for image viewer

    I have created a php page, and inserted the imageviewer flash
    object. When one first visits the page, everything looks fine, but
    if you reload the page, the imageviewer images float off to the
    right, so that only a small portion of each image is visible. How
    do I keep the images centered? This web page <
    http://www.amazingbraids.net/upload>
    is the second one I am experiencing this problem with, and the
    problem is much worse in thiss page than in my html page <
    http://www.hivaidszimbabwe.com>.
    PLEASE HELP!
    ps, when I clear my broswer cache, the images come back
    re-centered when I load the pages again, but upon subsequent
    reloads, the images drift off to the right again.

    karol wrote:sxiv?
    Seems to fit perfectly, thanks.

  • Indent /tab position for text from INCLUDE texts in SAPscript

    Hi, ABAP colleagues!
    Need your help on this sapscript problem:  How to align texts taken from "INCLUDE TEXT" in SAPscript, according to tab defined in Paragraph Format?
    Or, how to control tab positions for texts which were extracted from “INCLUDE text” commands in SAPscript?
    I defined a paragraph format with tab stop at 8 CH so that with 2 commas (,,) my text will be displayed there.  However it always appears to the left (e.g. 1st column) and not indented at the proper column for description/text (e.g. which is in second column). 
    Pls help, bec a different heading and information is not acceptable to client for the Thailand characters. 
    Above is the description of the problem.  Below are some technical details.
    For specific example, I am editing Zversion of standard sap MM form MEDRUCK Window Main -  Text Element Item Text.
    BG ,,&TTXIT-TDTEXT&
    /: INCLUDE &T166P-TXNAM& OBJECT &T166P-TDOBJECT& ID &T166P-TDID&
    /: NEW-PARAGRAPH BG
    So far, tried these approaches:
    PARAGRAPH
    NEW-PARAGRAPH
    LANGUAGE '2'
    THANGSAN font
    Any ideas?
    Thank you so much in advance for all your help. Our project team will really appreciate it. May the Lord bless you as we go through our SAP work!
    Sincerely,     
    Celeste

    Hello Caleste,
    Please let me know what settings you have done to solve this issue.
    Help me with steps for Spool Request/Print settings.
    Regards!!
    Surya

  • Sapscript fixed space in row

    Hi, experts
    In sapscript I need to show a fixed material data, right now I'm using these lines
         PERFORM LONGITUD IN PROGRAM ZMMR03
         USING &MABDR-MAKTX&
         CHANGING &STRLENX&
         IF &STRLENX& < 40
         &MSEG-MATNR&,,&MABDR-MAKTX&,,,,t<&MSEG-MENGE(C.0)&,,&MSEG-MEINS&
         ELSEIF &STRLENX& >= 40
         &MSEG-MATNR&,,&MABDR-MAKTX&,,,,t>&MSEG-MENGE(C.0)&,,&MSEG-MEINS&
         ENDIF
         ENDPROTECT
    and the output is when is a short text:
    <i>Material:
          10000000000220 SHORT TEXT                3 UN</i>
    but if the text is longer:
    <i>Material:
          10000000000220 LONG TEXT SHOWED                  3 UN</i>
    I need a fixed space between variables ... how can I do this? for example:
    10000000000220
    SHORT TEXT
    3
    UN
    10000000000220
    LONG TEXT SHOWED
    3
    UN
    I need a big helpfull, the go-live was two days ago, thanks in advance.
    Regards,
    mmg

    Hi,
    GO to the paragraph format..that you gave for displaying..
    In the paragraph format press the tabs button..
    There you can see the tab position for the 1st column, 2nd column...
    For the material text column give the tab position accordingly...
    Hope this works..
    Thanks,
    Naren

  • Standard report with fixed position.

    Hello,
    I have a page where i want the first report to have a fixed position.
    I have 3 regions with reports, the first will only display product name and number, the next report will display sales. The last report is very long so I have to scroll quite a bit. That's why i want the first report with names to have a fixed position so i can see which product i'm looking at.
    I have tried to make a copy of the standard report template, and in the before rows i have this code
    <table class="t3standard" summary="Report" style="position:fixed;">
    this didn't work
    Is this a way of making changes to the report template? Is it possible to make theese kind of changes in the report template or du I have to go inside the CSS file to add position:fixed somewhere?
    Anders

    What browser(s) are you using? Win IE doesn't support fixed positioning :-(
    How about setting a fixed height for the last report and making it scrollable using overflow: scroll? This would make the first 2 reports "fixed" by default...

  • Reading fixed position files with File Adapter

    Hi !
    I'm trying to use the file adapter to read a file with data in fixed positions .
    I cannot get it to work, I'm getting :
    [Line=3, Col=133] Expected "${eol}" at the specified position in the native data, while trying to read the data for "element with name Hours", using "style" as "array" and "cellSeparatedBy" as "${eol}", but not found.
    Ensure that "${eol}", exists at the specified position in the native data.
    and don't understand what the problem is.

    Sorry I didn't reply sooner.
    If you are only interested in the first 133 characters then as you stated you need to put in a dummy filler at the end.
    The file adapter is not as smart as you think. What is does is reads the string in a stream, so it gets its command and reads the stream until it hits it, then it gets the next command.
    In your situation you said read 1 - 133 thinking it would ignore the other characters in the line. In reality what happens is that it reads the first 133 characters. Assuming that it wasn't looking for a end of line it would then read the next 133 characters. This would include the character you want to ignore, so your pattern would fail.
    Good way to think about it is to apply the rules as if you are reading the file your self. In your mind you say read these characters then I want to ignore all the others in the row. You have to tell the file adapter to do the same.
    Hope this explains.
    cheers
    James

  • How to emulate CSS fixed position in Flex 3

    Does anyone know how to emulate CSS fixed positioning in Flex 3?
    Canvas (absolute layout) uses coordinates same as HTML/CSS absolute positioning.
    How do I achieve fixed positioning where the panel is taken out of the flow and positioned relative to the application chrome?  (similiar to applicationcontrolbar, but not exactly)
    Someone please tell me if it is possible and some ideas how to achieve.
    Mike

    do not use the forum as marketing place for you site. if you want to share the content with SDN users, you have the blog area, wiki, article area.
    raja

  • How to put the URL-bar at a fixed position to the right of tabs ?

    I have moved the URL-BAR to the right of tabs, on the same row, and reduced the size with a few lines in "userChrome.css".
    I want the URL-bar to be at a fixed position as far to the right as possible, so i get as much free space as i can for my tabs.
    I´m using FF 20.

    Sounds that you are using wrong code in the userChrome.css file.
    You can set the max-width of the location bar and the search bar to force a maximum width of both bars.
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #urlbar-container { max-width: 400px !important; }
    #search-container { max-width: 200px !important; }
    </nowiki></pre>

  • Preview of Fixed Position Based eText template displays the formatting

    Hi,
    I am trying to create an EFT template using the eText Fixed Position Based instructions. I copied an existing Fixed Position Based template and made the changes that were needed. When I hit the Preview link, it displays the payments in the formatted template, not in the output that I'm trying to create by using the template.
    Can anyone tell me what step I'm missing? I have created other types of templates and they preview fine.
    Thanks

    There is no difference between DELIMITER_BASED and FIXED_POSITION_BASED
    you can pick up the fixed and convert it into delimiter based,
    allowed columns are MaximumLength,Format,Data,Tag,Comments. delete the rest of the columns.
    And for DELIMITER_BASED templates,After every data field row,you have to insert a delimiter row and put appropriate field delimiters in separate rows between the fields.

  • Fields in Fixed Position

    Hey everyone
    I am having a problem with one of my reports. The problem is I want to have a field that has a fixed position on the report say, but whenever I run the report, it always moves my text right below the previous repeating frame or shows up on the last page only. I have set my property for this field to Show All Pages, but it doesnt' seem to work. How can I do this?
    Thanks, much appreciated
    Cheers

    Hi,
    Very nice explanation. Thanks.
    What you have to do is..
    As you said that after printing detail records the frame goes to almost 9 inches of each page and then in the end you want to print that last field. So in layout editor of you report i can see the field F_REPEATING_TEXT is close to that repeating frame. Just increase the size of repeating frame and make it vertical 9 inch in your layout editor. And keep the same distance for this field and frame in layout editor then set the repeating frame property VERTICAL ELASTICITY to FIXED. As i said in my previous post. Then your layout of report should look like this
    Repeating Frame
    |Field1  (Inside the repeating frame)|
    Repeating Frame End here
    F_REPEATING_TEXTSo, as you can see what you have to do now. Just expand the frame till end of you layout editor just leave the space for that repeating field and set property FIXED for repeating frame and the field property is correct. Then it will work..
    -Ammad
    Edited by: Ammad Ahmed on Apr 19, 2010 8:06 PM

  • How to set a fixed width for a box

    Hi there,
    Struggling here.... must admit. 
    I need a solution whereby I can set a fixed width for a box that is grouping two buttons.  I suppose generally, I want to know how to set a fixed width for anything element.
    See the picture below.  I want the two buttons to stay the same distance apart, and I want the grouped buttons to stay the same distance from the right edge of the window, even as a user resizes the window.
    This is what happens when you reduce the size of the window .....
    I would like to stop this from happening.
    I can't figure out how accomplish keeping the parent div a fixed width, and a fixed position from the right side of the window, so the buttons won't overlap.
    Perhaps I'm doing the whole thing wrong. 
    I mean, is there a way to accomplish this without grouping the buttons?  That is, make the buttons fixed width, fixed distance apart from each other, and fixed distance from the right side of the window, even as the user resizes the page?
    I am trying to accomplish this using the Min/Max width settings, but given that there are so many different units to choose from, and the fact that when I place a button or box on the screen, it seems to be creating that button or box with a percentage-based width, I don't know how many pixels to set it to.... sigh....
    Many thanks in advance for your help.
    Sam

    Okay after much futzing I figured out at least part of the solution I need, but if someone knows of a more efficent way to do this please let me know. 
    I set a fixed minimum width in pixels for both of the buttons at 156px.
    I then made the left button float left and the right button float right.
    I then made the parent div for the buttons float right.
    That made the buttons stay the same size.
    The only thing I need to figure out how to do now is make the parent div stay a consistent distance in pixels from the right.  I tried setting a right margin but that didn't work.  As you size the window down, the div gets closer to the edge, until it passes it.  

  • Reports - Priting a frame at a fixed position

    I am developing an invoice report which prints order details and a payment stub. Order detail is in one frame and stub in another. I want to print the stub always at a fixed position towards the end of the page. Frame for the stub has a pageprotect. When the order frame takes nearly a page, the stub is printed on top of the next page. How can I force it to print towards the bottom of the page?
    Thanks in advance.

    The reason why your payment stub goes to the top of the next page is because of the implicit anchoring that exists between the stub frame and the details frame.
    I suggest you draw a normal frame which ecloses both the frame and having vertically expand property and then manually achor the bottom of the stub frame with the bottom the new frame. This should solve the problem.
    All the best. Reply if you get any other solution.
    null

  • HT6114 My iMac seems to have frozen during the update- how long should I expect the update to take? The 'installing software update' bar is still showing itself working but has been stuck in the same position for over an hour.

    My iMac seems to have frozen during the update- how long should I expect the update to take? The 'installing software update' bar is still showing itself working but has been stuck in the same position for over an hour. Any thoughts?

    Update2: There is something very wrong with wireless on mountain lion recovery. I don't know what the problem is, but this link may explain:
    http://osxdaily.com/2012/08/10/os-x-mountain-lion-10-8-1-beta-released-for-dev-t esting-may-include-wi-fi-fix/
    Wireless recovery would start out with over 25 hours estimated and kept on failing. It turns out to be a two step process of downloading a few Mbytes then a 4Gbyte .dmg file, but I couldn't even download the Mbyte file. I bought the thunderbolt to gigabit ethernet adapter, plugged it in, restarted recovery and download of a little more than 4Gbytes took less than an hour. My limiting factor was probably comcast home internet rate of 12Mbps. The wi-fi wireless connection should be able to do over 100Mbps, so wireless shouldn't be much slower than wired, except wi-fi wireless is broken. Now that ML is installed and updated, wi-fi seems fine now, as I am using it right now, but I haven't tried downloading a big file yet.
    Don't use wi-fi wireless for Mountain Lion recovery.

  • How could i set fixed heights for all of my web pages?

    I want fixed heights for all of my web pages.Do i have to set any margins for my footer?Because by adding some contents in between header and footer ,then the footer goes down.How could i have fixed height pages?

    You may like to have a fixed footer as in
    #footer {
       position:fixed;
       left:0px;
       bottom:0px;
       height:30px;
       width:100%;
       background:#999;

  • [E72] No fix position without A-GPS

    Hi all, this is my first post on this furum.
    Excuse me for my bad english!
    I have purchased a new Nokia E72...
    When A-GPS is disable the phone can't make fix position :-( 
    I can wait 5, 10, 15 min. in open areas... no way, fix position is impossible!
    I have checked on an Italian forum of telephony, a lot of people have exactly the same problem with Nokia E72!
    This is an hardware bug?! Firmware bug?! 
    (when A-GPS is active the fix is very very fast and GPS antenna work good!)
    Thanks in advance

    no buddy it´s not about hardware bug or software bug u have to understand the difference between GPS & A-GPS. A-GPS, is a carrier network dependent system which can, under certain conditions, improve the startup performance of a GPS satellite-based positioning system. It is used extensively with GPS-capable celluler phones.
    Conventional or "Standalone GPS" operation uses radio signals from satellites. In very poor signal conditions, for example in a city, these signals may suffer multipath where signals bounce confusingly off buildings, or be weakened by passing through walls or tree cover. When first turned on in these conditions, some non-assisted GPS navigation device may not be able to work out a position due to the fragmentary signal, rendering them unable to function until a clear signal can be received continuously for up to 40 seconds (the time needed to download the GPS ephemeris.) Some newer receivers are better at handling these situations.
    An A-GPS system can address these problems in several ways, using an assistance server or other data from a network.
    for better explanation Google it.
    ¨Arm yourself because no one else here will save you¨

Maybe you are looking for

  • Upgrading Mac Mini 2.1 (2007/08) from 1GB to 4GB RAM

    Just joined, this is my first question. Done plenty of reading on macupgrades; everymac; eshop.macsales; and macminiramupgrade..............so I know what I want to do and just want someone to confirm the right spec RAM if I give you a couple of part

  • Cannot see see host drives, Win 7 guest on Virtual PC Win 7 host

    I have Virtual PC running on Windows 7 Enterprise with a Win 7 guest OS and integration features enabled (all drives are selected), as per instructions here: http : / / technet.microsoft.com/en-us/library/ee449412(v=ws.10).aspx However after restarti

  • After crash, how do stop apple mail (os 10.7.5, applemail 5.3) from pulling in old mail on reboot

    I've got a frustrating problem and need your help. My Mac pro (os 10.7.5) froze so I was forced to push the button to restart. After reboot, apple mail 5.3 auto opened and pulled in thousands of old mail that were long ago deleted. Now, is there a wa

  • Windows programming

    hi there, I was wondering how can i do windows programming in Java? things that are very specific to windows OS, like changing the desktop wallpaper, running different windows programs, shutting down windows and other stuff like that. where do i star

  • Jsf - tiles

    hi all! I'm developing a new application,and I'm using JSF. I want to use struts-tiles for the general layout of the page. can I use a tiles-defs.xml file like <definition name=".baseLayout" path="/WEB-INF/strutsTemplates/base-template.jsp"> <put nam