Issue with Document from Template

Hi Friends,
  I am using a Document from Template step to display a set of records in my Workflow. For this i have a created a template of type excel sheet and i have linked the multi line container element from my workflow to this template. But i am not able the view the records in
sequence.Lets say my multi line container element has the following 2 records:
WEATH_ZONE     02/01/2008     03/31/2008     ABC
BACKACST        03/01/2008        03/31/2008        123
Once i execute my Workflow i am getting the values appended in a
single row in excel sheet as follows.
WEATH_ZONEBACKACST     ABC123     02/01/200803/01/2008     03/31/200803/31/2008
But i need them in the same format as above.Please let me know how i can solve this issue.
BTW I have done the linking in the template as follows where Str is my multil ine container element and the values after dot is my fields.
{&STR.OPERAND&}     {&STR.UDEFVAL1&} {&STR.FROMDATE&}     {&STR.DUEDATE&}

This workaround worked for me:
You need to enter manually a ## behind your element.
For example if your multiline element is :
{&BUS2012.REPORTDESCRIPTION&}
You need to insert a ## in the element (in the word-document), like this:
{&BUS2012.REPORTDESCRIPTION##&} .
Hope it helps you,
Bert

Similar Messages

  • Multiline variables are truncated in a Word task " Document from template"

    Hi everyone,
    I’d like to know if somebody have had the situation described below and how can I solve it.
    The problem is when I try to write in a word document (task created as a Document from template) a container element declared as a Abap dictionary referenced as TLINE-TDLINE (Char 132) with multiline flag activated, because when this variable has more than 3 lines during the execution of the workflow, the word document doesn’t gets the  whole value, it means the value is truncated and the word document just write or get 2 and a half lines (almost 350 or 400 characters)  and I don’t know why the rest of the value of this variable is missed.
    Does somebody knows what could be happen?, Does SAP have some kind of limit of the amount of characters to be written in a word document with a multiline variable? There’s a bug in the system and a “note”  to be applied? What can I do to write a variable wit multiple number of lines without missing any one?
    Thanks  a lot for your help.

    I have had a formal answer from SAP (OSS Note) for this issue, and It is no good at all to me (notes 375669, 559234, 724755);
    1.     There’s a restriction on the length for text variables 80 characters
    2.     to implement a long text you need to put several variables together
    If any one has another solution, I would appreciate your comments.
    Thanks a lot
    Felipe Uribe

  • Workflow - create document from template

    Hi,
    Could anyone tell me what could be the possible use of Create Document from Template step in workflow...

    Hi vijay,
    1)Open the PC application by choosing the entry Double-click to create in the Document templates tray by double-clicking or choose  in the step definition of the document generation.
    The PC application that you last used to create a template is opened in the Workflow Builder. The system fields and the container elements of the workflow container are offered for selection in the navigation area. They can be transferred into the template by double-clicking.
    You cannot use any multiline container elements in your template.
    All relationships created between container elements/system fields and the document template are displayed in the object area.
    It is not possible to insert system fields and container elements into all types of document template.
    2) If you want to create a document template of a different class, select  Change document class and choose the new type of document template.
    3) Select  to assign a name for the document template.
    4) Create the document template in the usual way in your PC application. You can use all the functions of the PC application.
    5) Insert container elements and/or system fields from the object area into your template by double-clicking. These fields are replaced with the content of the container elements/system fields at runtime.
    6) Select  to save your document template.
    Hope this helps u,
    Regards,
    Nagarajan.

  • Create document from template without launching Adobe Bridge (InDesign CS4)

    When I select "New Document from Template...  while using InDesign CS4, Adobe Bridge launches instead of a search menu.
    It's much harder for me to navigate through Bridge than it is with a standard New menu. How can I get InDesign NOT to launch Bridge when this happens?

    Just use File > Open... and navigate to the template you want to use.

  • Issues with importing from excel

    I have been running into a several issues with importing from Excel.
    First my configuration
    I am running SQL Developer ver 1.5.5 Build MAIN-5969
    I am on a Windows XP Professional Version 2002 with Service Pack 3
    I am importing into an Oracle 10g database.
    1. SQL Developer doesn't work on Excel 2007, I have to save all my files into Excel 97-2003 format before I can use them.
    2. If I run into an error loading and stop the process, SQL Developer doesn't release the Excel file and I get a sharing violation if I try to save the spreadsheet without closing SQL Developer.
    3. I have found that I have to set print area to the area I want to work with, otherwise the import wizard tries to keep adding rows.
    4. When using the Import wizard, it keeps adding commas on fields with numerics unless I specify the column in excel as text. Currently the column is formatted as General in the spreadsheet or I can change the wizard format to say the column is an integer, but it actually is just a code field with numeric characters so it may have leading zeroes that I need to keep.
    This might be related,
    I have a column in excel defined as text but only contains numerics. It is of length 4, but the wizard sets a precision of 5 with a datatype of VARCHAR2. If I try to change it to 4, I get an error saying the field is not large enough. Yet, when I do a LEN on the column, it only gives me a 4. I have other fields in the same sheet that a 3 position numeric and 2 position numeric and those are fine. I am thinking this is related to the comma being inserted in a numeric field for anything greater than 3 positions.
    5. Importing excel dates to oracle dates doesn't work. I have to convert the excel date column to text then import as a VARCHAR, then convert to Date once in the database.
    6. The default of nullible is not set on any columns and I have to set them before the import. (I would prefer it set to nullible and I have to uncheck the box to make it not nullible. I would prefer to import all of the data and then deal with the nulls after they have been pulled in)
    7. When I select header columns included it uses that as the column names. Is it possible to do the name length check then? It has bit me a few times where I try to import and forget to check the name length and then I get an error when I start running the import.
    8. If one of the columns to import has all nulls, then the precision comes out to 0 and if it isn't changed an error occurs on import. Could this situation default to a precision of 1?
    9. It would be nice if there was a completion message displayed and a cancel option while running.

    On point 3.
    I have a column in excel that consists of numbers. 4 digit numeric codes. Ex, 1111, 2345, etc
    The column's format is general. It displays as just 4 numbers.
    When I start the wizard initially, the column appears with data as 1,111, 2,345, etc, on the Data Preview screen.
    It determines the precision to be 5 on the column definition screen.
    If I change the precision to 4 then continue, that field will error out when I verify with "not big enough to hold the data in source columns"
    If, I change the excel column to a TEXT column.
    Excel still displays as 1111, 2345, etc
    The wizard then displays the same data 1111, 2345 on the Data Previeiw screen
    Yet, when I get to the column definition screen it still sizes it as a 5
    If I change it to a 4, I get the same error when verifying.
    If I leave them alone as 5, then it processes just fine.

  • Workflow - document from template step not working properly

    Hi All,
    We are creating a document from the step "Document from a template" in our workflow .
    This document is then given to the user as an attachment to a user decision step where he modifies that document.
    These modifications to the document are stored in the workflow.
    However if i want to give the same document to another user in another user decision, it gives only a read-only copy to him. Is this how a document from a template works or is there some bug in my coding or a possible workaround
    Thanks and regards,

    Hi Amit,
    Have you tried option from menu Document -> load other version , when user opens work item for document from template?
    I think this should serve the purpose of making document editable for other users.
    Hope this helps.
    Regds,
    Akshay Bhawgat
    PS: Some points would be nice if it helps:)
    Message was edited by:
            Akshay Bhagwat

  • My "undo" command does not work in the new version of GB.  Please advise.  This is a real problem.  I had no issues with  GB from iLife 11.

    My "undo" command does not work in the new version of GB.  Please advise.  This is a real problem.  I had no issues with  GB from iLife 11.

    Most likely you have Office 2004 which are PPC-only applications and will not work in Lion. Upgrade to Office 2011. Other alternatives are:
    Apple's iWork suite (Pages, Numbers, and Keynote.)
    Open Office (Office 2007-like suite compatible with OS X.)
    NeoOffice (similar to Open Office.)
    LibreOffice (a new direction for the Open Office suite.)

  • Issue with document text - converting from PDF to Word

    I have used Adobe Reader in the past with no issues.  Today, I tried to convert a PDF to a word document.  It worked, but the text all changed to wingdings font (even though it says it is Calibri).  Any suggestions?

    Hi marleighp23001196,
    Are you facing this issue with a specific file or with other word files too?
    Regards,
    Rahul

  • Auto adjustment of page orientation causes printing issues with documents that have a page width greater than its page height.

    Hi,
    Since an upgrade from Word 2003 to Word 2010, we are experiencing printing issues with certain
    documents that have a page width greater than its page height.
    In Word 2003, it was no problem to set the page width greater than the page height while setting the page orientation to "portrait".
    In Word 2010, this seems impossible: despite leaving the page orientation to "portrait", if one changes the page width/height as stated,
    Word 2010 automatically adjusts the orientation to "landscape". Resetting the orientation to "portrait" will flip the page's width/heigth settings.
    This behaviour causes printing problems: the page prints out 90° rotated.
    I do not believe this is a printer driver issue: I tried several different printer drivers, and all give the same (bad) result. Setting the printer driver's page orientation settings (before printing) makes no difference, as
    Word 2010 seems to force the page orientation settings.
    Inserting the documents 90° rotated is not an option, since it causes problems with the printing margins.
    This is very annoying, since we have to print official documents of a municipality (driver's licences).
    Is there a workaround for this issue?
    Regards,
    Laurent Grandgaignage
    Sysadmin Gemeentebestuur Stabroek, Belgium

    Hi
    Thank you for using
    Microsoft Office for IT Professionals Forums.
    From your description, we can follow these steps to test this issue
    Step 1: Repair Office 2010
    1.      
    Click
    Start, and then click Control Panel.
    2.      
    Click
    Programs and Features.
    3.      
    Click the
    Office 2010 program that you want to repair, and then click
    Change.
    4.      
    Click
    Repair, and then click Continue. You might need to restart your computer after the repair is complete.
    Step 2:
    Rename the global template (Normal.dotm)Follow the steps for the operating system that you are using:
    Windows Vista and Windows 7
    a)      
    Exit Word 2010
    b)      
    Click
    Start.
    c)       
    In the
    Start Search box, type the following text, and then press
    ENTER:
    1.      
    %userprofile%\appdata\roaming\microsoft\templates
    d)      
    Right-click
    Normal.dotm, and then click Rename.
    e)      
    Type
    Oldword.old, and then press ENTER.
    Microsoft Windows XP
    a)      
    Exit Word 2010
    b)      
    Click
    Start, and then click Run.
    c)       
    In the
    Open box, type the following text, and then press ENTER:
    %userprofile%\Application Data\Microsoft\Templates
    d)      
    Right-click
    Normal.dotm, and then click Rename.
    e)      
    Type
    Oldword.old, and then press ENTER.
    f)       
    Close Windows Explorer.
    How to troubleshoot print failures in Word 2010, Word 2007, and Word 2003
    http://support.microsoft.com/kb/826845
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything
    I can do for you, please feel free to let me know.
    Hope that helps.
    Sincerely
    William Zhou CHNPlease remember to mark the replies as answers if they help and unmark them if they provide no help.

  • RDP Users seeing display issues with SharePoint Online Template

    I originally posted this in the SharePoint Online forums, but they referred me to the RDP forums as it appears to be an issue with RDP, not SharePoint Online: Original
    Post
    I've been able to verify this only happens in RDP when opening a Word Template with embedded Excel table  from SharePoint Online within the local Word 2010 application.

    Amy,
    Thank you for the input.  Its rather odd, but it appears the users who are seeing this problem are connecting via RDP on laptops with widescreens, with screen resolution set much higher than the 1290x1084 we use on the terminal servers.  Turning
    the resolution down on the laptops did keep the table from becoming oversized and most of it running off edge of document.
    However, it appears even turning down the resolution of the client machine still affects how the font is displayed in the document. The font size and type are different than the template document, they get saved that way and appear that way to other users
    who do have their screen resolution set correctly.   It seems there is something else going on here, thoughts?

  • Upgraded to TimeCapsule and now issues with AirPrint from iPhone and iPad

    Okay.  I bought a HP 210a air print printer.  It was working great with my Linksys router and my iPad and iPhone worked with it perfectly.  Since that time I have recently bought a new new 2TB Time Capsule and just recently set it up.  The old router is no longer hooked up.  Since switching over to the new router, nothing prints from the iPhone or iPad.  So here are the details and I am hoping I am just missing a step:
    1.  I think it is important to point this part out.  After setting up the new router, and before discovering any of this, I turned on the HP printer.  Upon doing so, the printer informed me a software update was available from HP so I downloaded it and it appeared everything was fine.
    2.  After the update, I tried printing and nothing.  Duh, the printer was still looking for the old router.  I ran the built in HP wireless setup wizard on the printer and it pointed to the new router fine.  I tested the connection using the test feature on the printer, and it printed a report that all was fine and that it was now pointed at the Time Capsule, great signal, etc...
    3.  I went to my iPhone and iPad, made sure they were pointed at the same network as the printer, and once again the printer appeared on each device as an AirPrint printer.  Great I thought, so printed a  test a page from each device.  Both pages printed.  Now here is where it gets weird.
    4.  I tried to print a second document from the iPad and iPhone, nothing.  I tried a picture.  Nothing.  It still shows eveything setup correctly, the HP shows as the AirPrint printer and connected, but no matter what I do, it nothing is printing from either device.  I've tried resetting my network settings on the iPhone and iPad and pointing to the network again, re-running the HP setup Wizard on the printer.  They all show that everything is fine.  The iPhone and iPad connect to the network fine, both show the printer when I go to print.  However, after I hit the "print" button on either device, it shows like the document is being sent but NOTHING happens on the HP.  It is very frustrating. 
    The WiFi is working fine, I can surf, email, etc... so the router is working properly.  So what am I missing?  Could the HP update somehow have caused the problem?  I have to believe that between the update and the new router that somewhere I am missing a step.  Any help is greatly appreciated. 

    If that doesn't work, try power cycling your router, printer, and your iPad/iPhone in that order. To do this, follow these steps:
    Unplug the router and printer from the power and shut off the i-devices. Let them sit for about 30 seconds and then plug just the router in.
    Once the router is completely back online (usually takes about 30-60 seconds) plug the printer in. Wait until it is back on its home screen.
    Turn the i-devices on.
    Try to print again.
    Let me know if this helps!
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Issue with document library and explorer view

    Hello,
    I have couple of issues on which I need some assistance.
    We recently backup and restore the SharePoint portal based on 2007 to SharePoint 2010 server.We're facing some issues on it now 
    When we try to open any office document from a document library it gives a prompt  stating below message in image. I check the document, it is nowhere checked out and also I have full control on the site , in fact I am site collection admin.
    Open with explorer view is not working. When we click on open with explorer it just refreshes the page and show the same page again.
    Need help on this couple of issues.
    Regards,
    Mandar

    In addition to Margriet her solution this article written by Amol Ghuge can help in troubleshooting problems with Explorer view:
    http://sharepointknowledgebase.blogspot.nl/2013/09/open-with-explorer-is-disabled.html
    - Dennis | Netherlands | Blog |
    Twitter

  • Oracle 10g - issue with "DELETE from TABLE WHERE ID in (1,2,3)" (cfqueryparam used)

    Hello, everyone.
    I am having issues with running a DELETE statement on an Oracle 10g database.
    DELETE
    FROM tableA
    WHERE ID in (1,2,3)
    If there is only one ID for the IN clause, it works.  But if more than one ID is supplied, I get an "SQL command not properly ended" error message.  Here is the query as CF:
    DELETE
    FROM TRAINING
    WHERE userID = <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#trim(form.userID)#">
         AND TRAINING_ID in <cfqueryparam value="#form.trainingIDs#" cfsqltype="CF_SQL_INTEGER" list="yes">
    Anyone work with Oracle that can help me with this?  I'm an experienced MS-SQL developer; Oracle is new to me.
    Thanks,
    ^_^

    Nevermind.. a co-worker just told me that I still have to use parenthesis around the values for the IN clause. 

  • Issues with load from Excel

    Dear all,
    I have issues with loading the data from excel.
    My excel file looks like this:
    Time
    Store
    Neto_prodaja_ACT
    Neto_prodaja_TAR
    Jan-12
    C1
    16
    16
    Feb-12
    C1
    2
    2
    Jan-12
    C2
    1
    1
    Feb-12
    C2
    3
    3
    My procedure for load is:
    CLEAR STATUS 
    Across Var Down Time, Store
    Sel Neto_prodaja_ACT, Neto_prodaja_TAR
    Sel Store Input
    access lslink
         connect test1
         select * from my_list
         peek only 10
         read
    end
    When I load the data I receive following error:
          Time                         Store Neto_prodaja_ACT  Neto_prodaja_TAR 
        1 01/01/2012                   C1 16.00             16.00 
        2 02/01/2012                   C1 2.00              2.00 
        3 01/01/2012                   C2                                                                                                                                                                                                                                                                       1.00              1.00 
        4 02/01/2012                   C2 3.00              3.00 
    4 Record(s) Read, 0 Record(s) Skipped.
    DAT096:
    Unexpected Dimensions in ACROSS/DOWN List For Variable NETO_PRODAJA_ACT
    DAT096:
    Unexpected Dimensions in ACROSS/DOWN List For Variable NETO_PRODAJA_TAR
    The loaded data looks like this:
    The data for store C2 is loaded also on store C1 so everything is messed up.
    I also have a question regarding dimensions.  I have a model in PAS which has data from different data sources (BW and excel). In excel I have dimensions which are not loaded from BW (they don't exist there). How to create such dimenison?
    Thank you a lot in advance.
    Best regards,
    Petra

    Petra,
    The Forum isn't really designed as a training system but rather where people can share questions or get a separate pair of eyes to look afresh at issues that aren't working for some reason. This is particularly the case for something which is as important as creating dimensions.
    The idea of the SSM Cube Builder/Model Designer was to enable people to build models with their relevant dimensions and metrics for demos and simple initial systems using manual data entry. If you are getting into building dimensions that will be outside BW then you are moving into the implementation arena rather than demo creation and need to work carefully so that things tie up.
    I doubt people would expect to be able to set up/implement BW without training and SSM is the same.
    If you would like training or would like to collaborate on a first project to enable skills transfer then my colleague Pedro and I would be happy to discuss this. We have done this with other people and it has worked well.
    Regards
    Colin

  • Quality issues with calls from US to Korea

    I've always been a big fan of Skype. I have a premium account and I use "Skype to go" to call from the US to South Korea. Starting about 5 months ago, the quality of these calls has severely degraded. It is almost not worth the call. It is very difficult for me to hear the people I've called and for them to hear me as well. There is no Skype customer support contact phone number listed anywhere on the Skype website that I can find. Otherwise, I'd be addressing this issue with a real person. Is there a reason for this call quality degradation? Is there a fix in work? Is there a customer service number I can call? Is it time for me to leave Skype?

    rates are available on http://www.skype.com/en/rates/  just enter Itay in the destination and check the rates lower down the page.
    If you are going to make a lot of calls - check the subscriptions available too...
    There are subscriptions that include landlines and mobiles as well

Maybe you are looking for

  • How can I reduce the amount of storage a shared photo stream is taking on one of my devices

    I have over 8000 photos on the Cloud in various shared photostreams.  They all appear on all my devices which is great.  The devices show the photos using about 1GB of memory unless I plug into iTunes when it reveals they are in fact using circa 15GB

  • Style sheet issue

    Hi Friends, I want to Broadcast a webtemplate by Email.. I used Independent HTML output functions... it didnot work properly.. that means it worked separately without combined the style sheets.. and I used the Style sheets coding directly in the HTML

  • Nested panels and bkg image

    Hi, I have a JPanel inside another one. It hides when I click on "close" ("fermer" in French, below). I'd like now add a background image to the parent panel (the background panel), so that the child panel appears in the middle of this image. To make

  • Reg:SMQ2 failed BDocs in CRM server

    Hi SDNites, We have a few failed BDocs in our CRM system with the system status SYSFAIL,when I reset the status manually and try to re-process the LUWs,it says "Function module does not exist or EXCEPTION raised" there are several queues in SMQ2 with

  • I need help troubleshooting computers not showing up on network

    seriously, everything was fine until xmas eve. Now I can't see the computers on the network on a mac or a pc. Now, when I go to Start/My Network places on a pc the share points do not show up. Also when I go View Workgroup Computers - it returns an e