Footnotes without a separating line

Hello!
It's a simple question, but I can't find a solution: Is it possible to delete the line over my footnotes that is automatically inserted?
Thanks for any hints!

Hi,
If the column MSGV2 contain sale order numbers then below change should work. Also Make sure your field msgv2 is compatible with VBELN.
* Get sales order headers for message variable (SO number from ZRIV output)
  IF LINES( gt_cmfp ) IS NOT INITIAL.
    SELECT *
      FROM vbak INTO TABLE gt_vbak
      FOR ALL ENTRIES IN gt_cmfp          "--> Change
     WHERE vbeln = gt_cmfp-msgv2.
  ENDIF.
Regards

Similar Messages

  • Creating Separation lines between rows of content

    I have several hundreds pages from a catalog we are creating that need separation lines between columns to segragate the products. I am wondering if there is an easy way to automate the creation of these.
    I tried using the Grid feature ( by drawing a frame and then using the left and up arrow keys to create the grids, but it creates a number of boxes where I need just separation lines. 
    I can create the seapration lines manually but this takes longer, even if I save them as a snippet and place multiple times.
    I am using Indesign CS6
    Please see the attached screen shot.
    http://www.wdautoparts.com/pdf/page-12-without.pdf
    With grids -
    http://www.wdautoparts.com/pdf/page-12-with.pdf
    Any suggestions for this noob would be greatly appreciated.
    Thanks

    Not sure whether this fits as a solution to your problem, but reading your post made me remember it:
    http://www.indiscripts.com/post/2009/09/introducing-indesign-column-rules

  • Separator line style

    Hi
    how can I change the style / type / look of a separator , I got a dot line and I need a full line , I looked at the CSS reference without any success
    any help?
    thanks

    Looking at caspian.css contained in sdk/rt/lib/jfxrt.jar provides the following styles for a seperator.
    .separator {
        -fx-skin: "com.sun.javafx.scene.control.skin.SeparatorSkin";
    .separator .line {
        -fx-border-style: segments(0.166667em, 0.166667em);
        -fx-border-width: 0.083333em; /* 1 */
    .separator:horizontal .line {
        -fx-background-color: null;
        -fx-padding: 0.083333em 0.0em 0.0em 0.0em; /* 1 0 0 0 */
        -fx-border-color: derive(-fx-background,-20%) transparent transparent transparent;
    .separator:vertical .line {
        -fx-background-color: null;
        -fx-padding: 0.0em 0.083333em 0.0em 0.0em; /* 0 1 0 0 */
        -fx-border-color:  transparent derive(-fx-background,-20%) transparent transparent;
    }Perhaps make your own stylesheet to override some of these settings with the style you want.

  • How to put separator lines in menu items in a gui status ?

    Hi,
    I have created gui status for my z transaction
    I need the separator lines in the menu items like it is seen in std transactions
    For example, in any screen , in the Help menu, we can see the following.
    Application Help
    SAP Library
    Glossary
    (line)
    Release notes
    (line)
    SAP Service Marketplace
    could you please help me how to put the lines ?
    thanks

    Hi,
    Goto Your GUI status.click on your  MENU bar.
    under the menu bar you will have your own menu items.
    where ever you want separator line  do the following way.
    you will have 2 columns under menu bar
    1) code
    2) text.
    under code dont put anything.
    but under text column you put dashes and enter or select right click there and choose separator line.
    you will get separator line.
    activate and run the ztcode.you will get .
    code                                            text
    Application Help                         
    SAP Library
    Glossary
    Release notes
    SAP Service Marketplace
    Thanks
    Parvathi

  • Line items separed line(Uline) in SAP Script

    Dear Friends.
    I want to print a separated line (Uline) in-between each line item and the line should not come when it is last line item of the page.
    I am going to print in first page with 7 records and next all pages with 17 records.
    here I have written it for first page which is working but how to do with rest of the pages???
    Here I have taken a flag when the line item reach to 7th record, and i am using it in my form window as bellow:
    /: IF $GV_FLAG& = 'X' AND &PAGE& = '1'
    /: ELSE
    UN &sy-uline(151)&
    /: ENDIF
    The same i want  for rest of the pages.....but the remaining pages will have 17 records per a page..
    Could you pls suggest me on this...
    Thanks,
    Sridhar.

    Hi Sridhar,
    I am assuming that $GV_FLAG& is for 7 records, so take another falg like this for second page $GV_FLAG2& and count it for 17 records.
    [code]/: IF $GV_FLAG& = 'X' AND &PAGE& = '1'
    /: ELSE
    UN &sy-uline(151)&
    /: ENDIF
    /: IF $GV_FLAG2& = 'X' AND &PAGE& <> '1'
    /: ELSE
    UN &sy-uline(151)&
    /: ENDIF[/code]
    Regards
    Sudheer

  • How do I convert a .pub file into a PDF, 2 page spread without the dotted line down the center?  I can select 2 page view and cover page in 2 page view, but the dotted line shows up.  Thank you!!

    How do I convert a .pub file into a PDF, 2 page spread without the dotted line down the center?  I can select 2 page view and cover page in 2 page view, but the dotted line shows up.  Thank you!!

    Hi skt102711,
    I would like to inform you that acrobat doesn't support .epub to .pdf format conversion. Please browse this Link for more information : Supported file formats | Acrobat, Reader
    Regards,
    Rahul

  • Separator line in alv grid custome toolbar

    I had created a toolbar in alv grid through CLASS cl_alv_grid_handler IMPLEMENTATION.
    I would like to separate the control by separator line please suggest me how to do the same.
    CLASS cl_alv_grid_handler IMPLEMENTATION.
      METHOD handle_toolbar.
        PERFORM handle_toolbar
          USING e_object.
      ENDMETHOD.
    FORM handle_toolbar
      USING i_object TYPE REF TO cl_alv_event_toolbar_set.
      DATA: ls_toolbar  TYPE stb_button.
    CLEAR : i_object->mt_toolbar.
      CLEAR: ls_toolbar.
      MOVE 'Add' TO ls_toolbar-function.
      MOVE icon_create TO ls_toolbar-icon.
      MOVE 'Add row' TO ls_toolbar-quickinfo.
      MOVE ' ' TO ls_toolbar-disabled.
    MOVE 'Add' TO ls_toolbar-text.
      APPEND ls_toolbar TO i_object->mt_toolbar.
      MOVE 'CHECK_DATA' TO ls_toolbar-function.
      MOVE icon_check TO ls_toolbar-icon.
      MOVE 'Check Entries' TO ls_toolbar-quickinfo.
      MOVE ' ' TO ls_toolbar-disabled.
      APPEND ls_toolbar TO i_object->mt_toolbar.
    Endform.

    Hi,
    Refer to the link given.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907
    Hope it helps.
    Regards,
    Rajesh Kumar

  • Adding separator lines or spaces in WebHelp ToC

    Is it possible - and not horribly complicated - to add separator lines or some empty spaces in WebHelp Table of Contents?
    I would like to group the "books" and top level topics, separating them somehow, but adding empty items or simple HTML like <br> or <hr> in the .hhc file is not doing anything.
    This is what the graphics designer is asking for:
    I am running RH7 and using a somewhat adjusted version of the "Default" skin.

    Hi Willam
    I'm guessing that what is meant is something like this:
    I'm wondering why someone couldn't just insert a page that links to a specific and innocuous topic and configure the TOC with a string of dashes or whatever. In this case it would look like this:
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • "Editorial" Theme: Can't move the separator line

    I've spent the day trying to figure out Keynote. One thing I'm trying to do is fiddle with the "Editorial" theme masters. About a fourth of the area of the slides is wasted by an immense title across the top. I'd like smaller titles. I can easily shrink the font size and resize the box to make it narrower in height. However, the separator line stays put. If I click it, little marks appear on it, but there's no apparently way to drag it upward. Am I missing something? Thanks.

    The lines are locked. With the lines selected, go to Arrange>Unlock (or Command Option L).

  • Main Window Separation line problem

    I want to draw separation line for each column in Smartforms Main Window.
    I have created a table for loop and show the detail information of item lv data and click the pattern to separate the each column by line.
    But my problem is the separation line stop when end of item loop and i want the line to stop end of Main Window, how can i make it ?
    Thanks

    Hi,
    Try to give the width of uline same as main window width.
    &ULINE( )& in the brackets mention the width.
    Hope this may be useful.
    Regards,
    Prashant

  • The new appearance of the Notes App is really disappointing. I used it for lists and now it just makes my notes appear to be random paragraphs without visual separation.  Am I missing anyway to customize the App?

    The new appearance of the Notes App is really disappointing. I used it for lists and now it just makes my notes appear to be random paragraphs without visual separation.  Am I missing anyway to customize the App?

    No, you can't customize it.  Try different apps available in the App Store.

  • Drawing tables without boxes and lines in XI

    Post Author: geeeeee
    CA Forum: Crystal Reports
    Hi I'm trying to figure a way to draw tables in XI (it seems like a pretty simple task) but I can't find how to draw a table without hand drawing lines and boxes. Any ideas? Thanks

    Hi,
    Unfortunatelly drawing a frame for table is not so straightforward. To draw a frame around the columns and table itself you need to create a window (on top of window where you display your table) placing it at column position and checking Lines width in Output Options tab for this window. This will produce a fake column frame. See [this example|http://img294.imageshack.us/my.php?image=tableq.png].
    For rows you could do similar: check what is the heihgt of row in the table and draw respective windows as rows. This one, however will look a bit strange, but for columns it looks and works fine.
    Regards
    Marcin

  • How to add separating line between facing pages when exporting to PDF

    Hello,
    I've searched a lot and could not find an answer to my question...
    I'm creating several multi-page documents with facing (left-right) pages. After that I export these to PDF. I use the same setting for all my files and same settings for exporting.
    But one of the documents when exported doesn't have a separating line between the left and right pages and they seem to be one. How can I add this separating line?
    Thanks in advance!

    Hi Peter, thanks you for your reply. If I understand correctly what you are saying, I would say this is not the case, because both are exported as spreads and both are displayed 1-up. Please see attached screenshots - first two show exporting options and second two show how it will look in Acrobat if both are displayed 2-up.

  • "table" is a table without a header line & therefore has no component"fiel"

    Hi Experts,
         In Smartforms, I have used internal table "it_tab" in my table.. and i declared type for that internal table in TYPES tab.
    & i declared work area for that in global definitions. But i am getting this error.
    "table" is a table without a header line & therefore has no component"fieldname"
    will you please help me. please provide me an example code for this
    thanks in Advance
    Edited by: sreelakshmi.B on Jun 24, 2010 4:39 PM

    Hi,
        In Global Definitions under "Types" tab, declare as below
    TYPES: BEGIN OF type_split,
             SPLIT1(20) TYPE C,    "Day of week
             SPLIT2(20) TYPE C,    "year
             SPLIT3(20) TYPE C,    "month
             SPLIT4(20) TYPE C,    "day of month
           END OF type_split.
    TYPES : t_date TYPE type_split OCCURS 0.
    Now in "Global Data" tab, declare as below
    it_itab     TYPE     t_date
    wa_itab     TYPE     type_split
    Regards
    Bala Krishna

  • Send and receive a FAX without a phone line

    Is it possible to send and receive faxes without a phone line. Instead, can I use bluetooth and cell phone? Or, are there any other options?
    MacBook Pro 15"   Mac OS X (10.4.5)  

    Yes/No. There are internet options, companies/programs that like internet phone dialers allow you to send faxes over the internet that end up calling actual phones. Most (if not all) charge a fee for this.
    As for bluetooth/cellphone, you're better off sticking with internet options. You could use bluetooth if you had a bluetooth device setup to receive and convert but I'm not sure such advices exist and even if they did I'm not sure the value of them. It would be like sending from your laptop while standing next to a fax machine. Cell phones are possible if your phone allows connection via modem which only a handful do. Given a cellphone with modem support and an apple modem, its possible.
    Please remember to mark helpful/solved replies appropriately.

Maybe you are looking for

  • Can't change home directory location on 10.6.8 server

    After setting up 10.6.8 server. We want the location of the home dir to be in a sub folder in the User folder on the servers HD. The problem is any shared folder we set up the client computers get the message that the home dir can not be found. The o

  • Nikon D300 Camera Raw 4.6 Question

    Hello All, I have Photoshop CS3 and am using a Nikon D300 camera.  I've downloaded and installed the 4.6 version of the Camera Raw plug-in, but it doesn't seem to allow me to open my raw files in 16-bit; i.e., the only option is creating an 8-bit fil

  • PowerPoint 2007 (Windows) to DVD via Keynote?

    HI.... I recently created a 245 slide presentation in PP 2007 for Windows. I need to convert the show to DVD, but now find that my options to do that are limited and the products on the market are not that great. Is there a way to import the WIN 2007

  • Database Trigger Execution Order

    Hi folks: I want to know which is the order of execution of the database triggers I have associated to a specific table. By Example: Table Name: Employees Triggers: name: first_step second_step type: before each row before each row trig event: insert

  • Azure Worker Role can't receive tcp connection to Port 25(Smtp)

    I have an SMTPE implementation as an Azure Worker Role. I have defined two input endpoints (port 25 and port 2525). Listener at 2525 accepts tcp connections from smtp clients. However port 25 can't receive connections. When running on emulator port 2