Import document text and subtotal lines

Hello,
Is it possible to import text and subtotal lines in documents with DTW?
I can't find any template to do that.
Thank you !
Thibault

Hi Thibault Romieu
Unfortunatly you can't. The DI API does not have the facility for this. The DTW uses the DI API so it will not be able to do it. You can try making a item that is a sales and purchase item and change the description as you feel, but make sure no one writes values in the price column.
Hope this helps

Similar Messages

  • Is there a way to create a heading with shading behind the text and thin lines above and below?

    I'm working with InDesign CS6, Windows 7.
    Is there a way, using paragraph rules, to create a heading with shading behind the text and thin lines above and below the text?
    I'd like to create headings that look like these:
    Thank you!

    I have a document where I almost do such, but without the fill. I use a Head Style which Spans Columns for this instance; it allows the haeds to flow and fill the width.
    Paragraph Rules above and below are turned on with plenty of offset.
    I tweaked my setting to accomodate your need - It required only one instance, not above and below, and changing the stroke to a double stroke. 
    It may be necessary to create a custom stroke to modify the proportion of stroke vs fill. There is a difference of thin-thin and  thick-thick, neither of which seemed perfect but might be dependent on the Character height.
    Creating custom strokes is accomplished via the Strokes Panel.

  • Printing only Text and Subtotals lines in A/R Invoice not Regular lines

    How can I create in PLD for A/R invoice that only prints the Text and Subtotals lines in A/R Invoice but not the regular lines the A/R Invoice ?

    Hi Hector Santos,
    Try this,
    ->> Open the A/R Invoice Document.
    ->> Choose the Print Layout Design(PLD) on Top of the Menu Bar.
    ->> Open the A/R Invoice(System) PLD and Save as the New PLD.
    ->> Open the New PLD.
    ->> Choose the Database field(make) on Top of the Menu Bar.
    ->> Create the Database field in Repetetive Area.
    for example,
    Row Line Total Field:
    Table -> INV1 - A/R Invoice(Item).
    Column -> LineTotal.
    ->> Choose the TEXT field(make) on Top of the Menu Bar.
    ->> Create the TEXT field in Repetetive Area Footer or End of Report.
    ->> Create the Database field in Repetetive Area Footer or End of Report.
    for example,
    Document Total Field:
    Table -> OINV - A/R Invoice.
    Column -> DocTotal.
    This is Duplicate thread, so Close the thread.
    Regards,
    Madhan.

  • ALV Grid Control -  Modifiy data in total and subtotal lines

    Hello all,
    I´am creating a report using ALV Grid Control. This report calculates (using delivered and returned materials) for each vendor/material-combination the return quote.
    Using the totals and subtotals function for different characteristics I want to calculate the return quote for the selected characteristic. Example:
    Material delivered returned quote
    ..4711 . . . 500 . . . 5 . . . . 1 (=returned*100/delivered)
    ..4711 . . . 400 . . . 10 . . . . 2,5
    . SUM . . . 900 . . . 15 . . . . 3,5 <-- 3,5 is the sum but I want display the calculated value 1,667
    Is there a possibility to modify data in the total and subtotal lines.
    Thank you for your answer
    Best regards
    Thomas

    you said instead of 3.5 you want to show 1,667 ..
    how is it possible...
    3,5 become 1,667
    i thought you are doing any conversions...
    vijay

  • Text in subtotal line using OO ALV

    Hi experts:
      Hope you can help me.
      I'm trying to create an ALV report with the layout like the below, where the line starting with ** means Subtotal line (i.e, I want to calculate subtotals at customer level).
       USER                NAME                   CUSTOMER                NAME                           INVOICE        AMOUNT
                   1     Constructoras Tal     2000001     100,00 u20AC
                   1     Constructoras Tal     2000002     23,00 u20AC
                   1     Constructoras Tal     2000003     34,00 u20AC
                   1     Constructoras Tal     2000004     45,00 u20AC
    *FSCMAs     Miguel Angel     Cerrado     1     Constructoras Tal          202,00 u20AC*  
    I know how to use method set_table_for_first_display adding the sort criteria to calculate the subtotal, but my question is: if I mark the subtot option for field CUSTOMER, the subtotal line currently displayed is    
    *+                                           1                                      202,00 u20AC+*    
    and I also want the other texts to be displayed in the subtotal line. I tryed by marking SUBTOT for al the fields I wnat to display, but this is creating extra subtotal lines.
    What I want is one subtotal line will all the texts, as described in the first layout.
    How can I do this (if possible)?.
    Thanks in advance for your answers.
    Regards,
    Carlos.

    1 Constructoras Tal 2000001 100,00 u20AC
    1 Constructoras Tal 2000002 23,00 u20AC
    1 Constructoras Tal 2000003 34,00 u20AC
    1 Constructoras Tal 2000004 45,00 u20AC
    *FSCMAs Miguel Angel Cerrado 1 Constructoras Tal 202,00 u20AC*

  • Why won't text and graphics line up in adobe premiere?

    Hey, I have been out of the editing thing for about 8 years now. I recently needed to make a video for another business I run.
    Anway, I am using animated / still graphics and the basic text titles that come with premiere. I see that the graphics line up correctly behind the text in the Previews Folder. When I render it, the text has shifted down completely. Also, the text and graphics look horrible after it's rendered, very pixelated. I used to be a pro at this stuff and in fact, I would use flash to import my animated graphics. But it seems that doesn't work anymore either. (That would probably solve this problem too). Anyone know why this is taking place in the final render??
    I would much rather you ask the questions before i post all sorts of unnecessary info.
    Premiere Pro 1.5.1
    Thanks!

    1. not sure what you mean by "preset". The project settings are:
    General -
    Capture - DV 1394 -
    Video Sequence -
    Default Sequence -
    2. The dimensions of the stills are 2000x2000, *.png
    3.Titles - I do not align them here, I align them in the effects controls
    4. Screen Cap
    5. Export settings
    6. That article is nice, but not what I'm needing. remember, the preview clips shows everything perfectly lined up. but the final export shows all the text being shifted down.
    Thanks for the reply, I look forward to a response and I hope these answer your questions.

  • Folder action to find and replace text and change line feeds

    I want to use a folder action to find and replace text and change Mac carriage returns to DOS line feeds inside text files.
    The text to be replaced is: "/Users/wim/Music/iTunes/iTunes Music/Music" (without the quotes)
    This text has to be removed (i.e. replaced by an empty string)
    The text occurs many times within each file.
    The files are playlists exported from iTunes in the M3U format (which are text files). They contain Mac carriage returns. These need to be changed to DOS line feeds.
    I have found the following two perl commands to achieve this:
    To find and replace text: perl -pi -w -e 's/THIS/THAT/g;' *.txt
    To change carriage returns to line feeds: perl -i -pe 's/\015/\015\012/g' mac-file
    I know that it's possible to make a folder action with Automator that executes a shell script.
    What I want to do is drop the exported playlists in M3U format in a folder so that the folder action will remove the right text and change the carriage returns.
    My questions are:
    Is it possible to make a folder action that executes command line commands instead of shell scripts?
    What is the correct syntax for the two commands when used in a folder action shell script? Especially, how do I escape the slashes (/) in the string to be removed?
    Thanks for your help

    Ok, I've include an applescript to run a shell command. The applesript command quoted form makes a string that will end up as a single string on the bash command line.  Depending on what you want to do, you may need multiple string on the bash command lines.  I've included some information on folder actions.
    It is easier to diagnose problems with debug information. I suggest adding log statements to your script to see what is going on.  Here is an example.
        Author: rccharles
        For testing, run in the Script Editor.
          1) Click on the Event Log tab to see the output from the log statement
          2) Click on Run
        For running shell commands see:
        http://developer.apple.com/mac/library/technotes/tn2002/tn2065.html
    on run
        -- Write a message into the event log.
        log "  --- Starting on " & ((current date) as string) & " --- "
        --  debug lines
        set desktopPath to (path to desktop) as string
        log "desktopPath = " & desktopPath
        set unixDesktopPath to POSIX path of desktopPath
        log "unixDesktopPath = " & unixDesktopPath
        set quotedUnixDesktopPath to quoted form of unixDesktopPath
        log "quoted form is " & quotedUnixDesktopPath
        try
            set fromUnix to do shell script "ls -l  " & quotedUnixDesktopPath
            display dialog "ls -l of " & quotedUnixDesktopPath & return & fromUnix
        on error errMsg
            log "ls -l error..." & errMsg
        end try
    end run
    How to set up a folder action.
    1) right click on folder. click on Enable folder actions
    2) Place script in
    /Library/Scripts/Folder Actions Scripts
    3) right click on folder. click on attach folder action
    pick your script.
    Create a new folder on the desktop & try.
    You can put multiple folder actions on a folder. There are other ways of doing this.
    Here is my test script:
    on adding folder items to this_folder after receiving dropped_items
        repeat with dropped_item_ref in dropped_items
           display dialog "dropped files is " & dropped_item_ref & " on folder " & this_folder
        end repeat
    end adding folder items to
    How to  make the text into an AppleScript program.
    Start the AppleScript Editor
    /Applications/AppleScript/Script Editor.app
    In Snow Leopard it's at: /Applications/Utilities/AppleScript Editor
    Copy the script text to the Applescript editor.
    Note: The ¬ is typed as option+return.  ption+return is the Applescript line continuation characters.
    You may need to retype these characters.
    Save the text to a file as an script and do not check any of the boxes below.

  • Import Html text and convert to InDesign tags

    Hello everybody,
    The script receives a JSON with text (html markup: headers <h1>, <b></b>, new line characters, ...).
    I have to save the converted text into a temp text file and then do .place() into a text frame. That's the only way it can recognise new tags.
    //text and contentArea are defined previously.
    var convertedText = convertTags(text);
    var convertedTextFile = new File (FILE_PATH + "/Temp/convertedTextFile.txt");
    convertedTextFile.open('wr');
    convertedTextFile.write(convertedText);
    convertedTextFile.close();
    contentArea.place(convertedTextFile);
    function convertTags(htmlTaggedText){              
         var inDesignTaggedText = "<ASCII-MAC>\n" + htmlTaggedText.replace("<h1>", "<ParaStyle:Heading 1>").replace("</h1>", "");
         return inDesignTaggedText;
    General question is, whether there is any more elegant solution to this?
    Thanks in advance

    Hello everybody,
    The script receives a JSON with text (html markup: headers <h1>, <b></b>, new line characters, ...).
    I have to save the converted text into a temp text file and then do .place() into a text frame. That's the only way it can recognise new tags.
    //text and contentArea are defined previously.
    var convertedText = convertTags(text);
    var convertedTextFile = new File (FILE_PATH + "/Temp/convertedTextFile.txt");
    convertedTextFile.open('wr');
    convertedTextFile.write(convertedText);
    convertedTextFile.close();
    contentArea.place(convertedTextFile);
    function convertTags(htmlTaggedText){              
         var inDesignTaggedText = "<ASCII-MAC>\n" + htmlTaggedText.replace("<h1>", "<ParaStyle:Heading 1>").replace("</h1>", "");
         return inDesignTaggedText;
    General question is, whether there is any more elegant solution to this?
    Thanks in advance

  • Need one space between text and border line

    Please, help me.
    Is there any way to offset the text from the border a bit?
    I would like to have a black line around some boilerplate text, but the text is always butted against the border. Is there a way to offset the text a bit ?
    I've been searching in this forum and google and didn't find the answer yet.
    Thanks,
    Lan

    HamidHelal wrote:
    Lan_Desu wrote:
    Please, help me.
    Is there any way to offset the text from the border a bit?
    I would like to have a black line around some boilerplate text, but the text is always butted against the border. Is there a way to offset the text a bit ?
    I've been searching in this forum and google and didn't find the answer yet.
    Hi, Lan
    if yo want to place a line you may choose underline option. Otherwise take a line/draw a line and keep space between the text and line.
    Hope this helps
    HamidIs there a way easily?
    I already know that that solution. But it is troublesome when I face editing later - I have to edit all of it.
    But thanks for the answer :)

  • Invoice document text and Payment document text should same

    Hi
    We have a AP document like:
    Dr. Personal Cost         xxxxx
    Cr. Employee XYZ               xxxxx
    (Text: Employee travel expenses for the month of October-08)
    Our new requirement is in when we make the payment to Employee in  Payment Document - Text should be like AP document - (Text: Employee travel expenses for the month October-08).
    Can you please suggest me how to configure the above.
    Thanks

    Hi,
    it is possible to do that u sing user Exect take the help of the ABAPer and do it.
    Regards
    radha

  • Crystal Report to PDF change fonts, cut text and change lines

    Post Author: jzwanziger
    CA Forum: Exporting
    Hello all, I am using Crystal Reports v10 and I created my report. The report works fine and the export function works fine in some particular servers. We were developing under Windows Server 2003 Service Pack 2 using Visual Studio 2005 Service Pack 1. We created the deployment and in our testing servers works fine (Windows Server 2003 and Windows XP these machines doesn't have any development tool).
    When we installed the same deployment (MSI) file in the customer Windows Server 2003, the exporting function to PDF or using it the Crystal Reports viewer doesn't work (Same worng thing that is displayed in the viewer is in the PDF). We had detected labels cut in the middle, some fields changed the font size or alignment and some lines move it up, down or growing. Obviously this looks like a environment problem, but we don't have any idea how to fix it, or what is missed.
    We tried to install, Windows Service Pack 2, install Acrobat Reader v8, verified the dll's, try to install the "dbex10win_en.zip" hot fix (we were not able to install it, setup file fail due some registry inconsistencies), Validate that the fonts are the same, and nothing fix the problem.
    Could somebody help us, we are a little desperate.
    thanks in advace for any idea.

    See [this|https://forums.sdn.sap.com/click.jspa?searchID=29094456&messageID=7206473] forum thread for possible clues to a resolution. In a nut shell, as long as the Calibri font is up to date, the other two steps are;
    1) Ensure you are using the latest Service Pack as suggested by Jonathan
    2) See what USP10.dll is loading (use the [Modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip] utility)
    Also, if this is a win app, compile it to an exe and run the exe to see if the issue persists. (when running the app exe, the USP10 loaded should be from the CR bin directory. when running ion the .NET environment, the USP10 will load from win\system or other)
    Ludek
    Edited by: Ludek Uher on Jul 16, 2009 10:57 AM

  • Billing document text in customer line item.

    Dear SD Champs,
    While posting collections from customers, our users are entering some text in the "Text" field. BSEG-SGTXT.
    Whatever text is entered over can be displayed in customer line items fbl5n.
    Users want the same facility in billing document. i.e., they want to enter some text in either the sales order or billing document. This text should be displayed in the same text field in fbl5n against the billing document.
    Kindly help.

    Hi sagar,
    If I understood you correctly, I think the best way is to set a text at sales order with a control copy to the billing document and this one with a control copy to the accounting document.
    If it is so, you only have to maintain the copy control for the sales documents.
    regards,
    Edgar

  • Importing xml text and menu

    I am just trying to get my head around Flex by building a
    simple application.
    What I have at the moment is index.mxml that has an
    ToggleButtonBar in it and a ViewStack that lists the three menu
    options in the ToggleButtonBar. Clicking each of the buttons in the
    ToggleButtonBar opens a new mxml either PageOne.mxml, PageTwo.mxml
    or PageThree.mxml (by wiping up and down). This all works and I
    have managed to style and position the elements as I want them and
    I have activated the history on the 'pages'.
    What I would like to be able to do is populate the ViewStack
    data from an external xml file (e.g. menu.xml) . I would also like
    to populate the sub-mxml files with data from another xml file
    (e.g. content.xml) where this would hold the panel's title and a
    paragraph of text into something like a textarea.
    I have managed to populate xml data into a datagrid on
    another test application, but I can't see how this can work with
    panels.
    Hopefully once I have grasped the basics on how Flex
    applications import data I can teach myself how to progress things
    to do other things.
    Thanks in advance.

    I tried writing a tiny bit of xml - something like this:
    <xml id="test">
    <root>
    <menuitem>hello</menuitem>
    </root>
    </xml>
    Then a script that creates a new button (which works). But I
    have tried pulling in the data from the xml file to add to the
    button like this:
    myButton.label = test.root.menuitem;
    But it doesn't work. If I put some text in quotes it does
    display. The problem is the fact that I am not pulling in the data
    from the xml.
    Although this isn't the code I am using, how would this
    snippet of Adobe's code be adapated to add text from an xml
    document to poulate the button's label?
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    horizontalAlign="left">
    <mx:Script>
    <![CDATA[
    import mx.controls.Button;
    public function addButton():void {
    var myButton:Button = new Button();
    myButton.label = "New Button";
    myHBox.addChild(myButton);
    ]]>
    </mx:Script>
    <mx:HBox id="myHBox">
    <mx:Button label="Add Button" click="addButton();"/>
    </mx:HBox>
    </mx:Application>

  • Excluded conditional text and new lines

    Since my first major issue was answered so quickly and simply
    on here (thankyou!), I thought I'd go for a second (can you tell I
    didn't get any training in RoboHelp before being given charge of
    this project?)
    If I tag small areas of text with a conditional tag (where,
    for example, different clients want to call the product different
    things), the printed documentation generated puts in a line break
    where the text has been removed.
    For example, the following bit of source (conditional tags
    marked with <>s):
    The <A>NameA</A><B>NameB</B> translates
    between the client system and the underlying hardware
    If generated with conditional tag A included would form the
    following Word output:
    The NameA
    translates between the client system and the underlying
    hardware
    Is there a way of stopping this, or should I simply stop
    tagging areas smaller than complete paragraphs?

    In TrueCode, check to be sure that there is not an extra P
    tag inside the SPAN tag (should be like below).
    Good luck,
    Leon

  • Imported documents (jpg and pdf) showing up negative photos

    I am putting together a newsletter in Pages '09 (v 4.3). From time-to-time, when I import a JPG or PDF that has a photo in the document, the photo reverses itself and becomes a negative image. Any ideas on how to fix this?
    Running OSX 10.8.4
    Thanks!

    I think I may have solved this.... I am not sure which of these steps did it or if it really requires all of them, but this worked for me (well pretty much...)
    My theory based on observations above was maybe the system photo library was still somehow set to the old iPhoto one and I needed to force it to update. So, I created a new photo library by starting up photos with 'option' held down. I added a couple of photos to it, and in photos preferences on my mac set it to be the system library. I then started iTunes and synced it to my iPhone - the photos in the new library appeared on the phone. I then quit photos and iTunes, restarted photos with 'option' held down and this time selected the 'proper' photos library. I set it to the system lib in photos preferences. For good measure I also cleared the iPod photo cache in this library (detailed instructions for all of these steps were just taken from online help).
    Now when I restart iTunes and resynced, all worked!!
    The only outstanding issue is for some reason a seemingly random collection of old photos from years ago are being synced too, despite the fact I told it to just do the last 12 months in iTunes. Still much better than before!

Maybe you are looking for

  • Changing account in icloud

    Hello.  I did some research for this question but I have not found an answer. Here is my situation. I had an ip4 and I bought an ip5.  I am using the ip4 as a touch and have been using the same user id for icloud to sync both devices. Now I want to c

  • Run around solutions?

    So I need suggestions before I take business elsewhere. I've been a long standing customer of Verizon and unfortunately brought wife and family over as well. My wife's iPhone screen cracked with one week left before her two year contract is up and sh

  • Insert a A4 pdf document keeping scale.

    When I insert a PDF A4 document (in the same way as a photo) with a technical drawing it is showed on a smaller scale than it has in the pdf document . I need to insert pdf documents keeping the scale. Anybody can? Thank you very much if you can help

  • Adobe Reader - Was steuert die Fenstergröße?

    Manche heruntergeladenen PDF-Files öffnen sich nicht bildschirmfüllend, sondern als kleineres Fenster. Ich rede nicht vom Vollbildmodus! Nun kann ich natürlich hergehen und mit dem "Maximieren"-Button in der rechten oberen Fensterecke dieses PDF-File

  • Games for my ipod

    First of all is the 30gig ipod released in 2004 the same as the $249 30gig on the website. If it is, i just bought pac-man for my ipod but it will not load onto my ipod. i installed itunes 7 onto my computer. was there something else i have to downlo