How to import SPD created list forms into VS WSP projects

Dear reader,
I'm working on a SharePoint 2013 project. At the beginning, I use SPD 2013 to create custom list and created customized New/Edit/Display forms on the list, by utilize jQuery to make more interactive web page.
Now I'm using a VS2013 project to build a WSP package to deploy the site, starting from an empty project. I have created the list in the project, but now I have to build the custom form from zero and modify the Elemnts.xml.
Is there any methods to export the forms I made in SPD and add them into my prject to avoid redundant work?
Alex Du

Hi John,
Thank you for you advise. I did this before, VS imports all 6 list forms, 3 original ones, 3 custom ones made by me. The name of the list is Vouchers.
And the problem is, VS combines all 6 forms into one Elements.xml file under a foler called 'ListVouhcers_Pages', which is in side 'Vouchers' list. Like this:
And the code in one form is a DataFormWebPart declaration like the editable region of a form in SPD standard mode. The code is to generate content which will be inject into a place holder on master page called 'Main'.
According to other post on web, if I need to add a custom list form, I have to add a new ASPX file onto a list, change its Deployment Type to ElementFile, and code the page.
So is it mean I could copy the web part code in Elements.xml directly into a ASPX file to generate new custom form? Or can I just copy the whole 'ListVouchers_pages' and the Elements.xml to my own VS project to reproduce the forms?
Alex Du

Similar Messages

  • How you import essbase users list into Hyperion reports?

    How you import essbase users list into Hyperion reports?

    I don't think this is a standard feature of Hyperion Reports.
    Why do you need to see all the users in a report. Administrators can always query EAS, Shared Services or MaxL.
    Brian Chow

  • HT4906 how to import photos from photo stream into an event?

    How to import photos from photo stream into an event?

    How to import photos from photo stream into an event?
    In iPhoto 9.4.3 the following works:
    If you have not auto imported the photos from the Photo Stream, as Larry suugests, select the photos that you want to import in the Photo Stream, and drag them to the "Events" view in the Source List. They will be imported as new events, auto split with respect to your preferences.
    Regards
    Léonie

  • HT3775 How to import a Video Media movie into a iMovie HD?

    How to import a Video Media movie into a iMovie HD?

    The iMovie help lists the types of movie files you can import. 
    I usually have to use Quick Time Pro (not free) to convert what I have to a format iMovie will accept. 
    Or I use VLC video player (free).

  • How to import select photos from Iphoto into Adobe Elements

    How to import select photos from Iphoto into Adobe Elements

    If you wish to import in Elements Organizer here is the guide to help you out with all you need to use iPhoto and Organizer. http://helpx.adobe.com/elements-organizer/using/import-media-iphoto-library-mac.html
    If you wish to set PSE Editor as your editor for iPhoto images then here is the help link to guide you for the same - http://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-iphoto-mac-os.html
    Hope it helps.
    Thanks,
    Garry

  • How come I can't download forms into Smartview 11.1.1.3?

    Hi,
    2 weeks ago I was able to download forms from Planning 11.1.1.3. Today I can't. The forms option is faded. Essbase client was so much simpler than Smartview!!
    How come I can't download forms into Smartview 11.1.1.3?

    You inquiry is unrelated to the topic of this forum.
    Smartview is a Hyperion product not a database product.

  • HT4489 How to import MS Outlook 2010 contacts into iCloud ?

    How to import MS Outlook 2010 contacts into iCloud ?

    Hello there, ME1975.
    The following weblink provides some basic information on how to set this up:
    Apple - iCloud - Learn how to set up iCloud on all your devices.
    http://www.apple.com/icloud/setup/pc.html
    If you need some additional troubleshooting steps the following Knowledge Base article should provide some direction:
    iPhone, iPad, iPod touch: Troubleshooting contact and calendar syncing via USB on Windows
    http://support.apple.com/kb/HT1692
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • Can we import a user list (CSV) into GW to create accounts?

    We are needing to add a few hundred new user accounts into GroupWise 2012. Can this be done by importing a user list in the form of a .CSV file or something similar?
    Anything would be better than single account creation. Do we need to create a template?
    Thanks for any help.

    As far as getting the accounts created in edirectory, you typically use an ldap import with an LDIF file, when i've had to bulk create accoutns in edir I normally use a spreadsheet with the accoutn details and a word doc then do a merge to create the required ldif file
    however if you already have the accoutns in edirectory, just select your post office object and add the accounts that way and it will create them all for you

  • How to import a 2010 list or library into 2013

    Hi,
    Does someone have a good guideline or idea on how to import an exported 2010 list or library into Sharepoint 2013?
    thanks for any help
    regards
    Martin

    Though a little hands-on it is actually possible to do that without third party solutions! (with limitations)
    On 2010 go into the list settings
    Choose save list as template
    Give it a name and check "Include content"
    Download the .stp file from the list template gallery
    Upload it to the list template gallery on your SharePoint 2010/2013 site
    Create a list from it, the template should appear in the available templates when choosing the right locale
    Voilá :-)
    This also works from 2007 to 2010/2013 though it is a little trickier...
    On 2007 go into the list settings
    Choose save list as template
    Give it a name and check "Include content"
    Download the .stp file from the list template gallery
    Rename it to .cab
    Extract it
    Open the manifest.xml
    Change
    <ProductVersion>3</ProductVersion>
    to
    <ProductVersion>4</ProductVersion>
    Save
    Pack everything with makecab.exe to a cab file (I'll come to that later)
    Rename .cab to .stp
    Upload it to the list template gallery on your SharePoint 2010/2013 site
    Create a list from it, the template should appear in the available templates when choosing the right locale
    So, now to the problems:
    This does only work for lists/libraries with content less than 10MB :-(
    This is a limitation of SharePoint and you cannot get arround that.
    So that might most likely limit the approach to your task list.
    Creating a CAB file is not really straigthforward. You need to create an inf file which describes the data which will be stored. See also here
    http://msdn.microsoft.com/en-us/library/3h8ff753(v=vs.80).aspx
    In some cases the template does not show up in the dialogs, then you can only create the list through PowerShell, i.e. like that
    # important, upload the .stp file first to the list template gallery of the site of the web where the list should be created
    $webUrl = "http://<yourweburl>" # web in which you want to create the list based on the custom template
    $listTemplateName = "<yourlisttemplatename>" # the name with which you saved the list into the list template gallery
    asnp Microsoft.SharePoint.PowerShell
    $web = Get-SPWeb $webUrl
    $listTemplate = $web.Site.GetCustomListTemplates($web)[$listTemplateName]
    $Web.Lists.Add("ListName", "", $listTemplate);
    4. Lookup columns are referenced with the list instance guid. As a result you would require to create the lookup lists first, then update the guid in the manifest.xml and then create the other list
    5. Manage Metadata columns won't work unless you migrated the data base too from 2010 to 2013 and the guids of the terms remain.
    Some time ago I wrote a PowerShell script which takes care all the above for you (including lookup columns), but this was still from 2007 to 2010.
    I need to test it first on 2013 before I am going to post it here.
    SharePoint Architect, Speaker, MCP, MCSE, MCSA, MCS, MCPD, MCITP, MCTS, SCRUM Master/PO
    Blog: www.matthiaseinig.de, Twitter:
    @mattein
    Projects: SharePoint Code Analysis Framework (SPCAF),
    SharePoint Software Factory,
    SharePoint Solution Deployer

  • How To Import Approved Supplier List  ?(do  not  create PO)

    hi,
    when i import Approved Supplier List through the Purchasing Document Open Interface (PDOI). Affter this ,a Purchase Order be created.
    i do'nt want PDOI to create Purchase Order ,how to do??
    thanks very much !!
    ==========================================
    my test data is :
    l_iface_rec po.po_headers_interface%ROWTYPE;
    l_iface_lines_rec po.po_lines_interface%ROWTYPE;
    l_iface_rec.org_id := l_org_id;
    l_iface_rec.interface_header_id := 101;
    l_iface_rec.process_code := 'PENDING';
    l_iface_rec.action := 'ORIGINAL';
    l_iface_rec.document_type_code := 'BLANKET';
    l_iface_rec.document_subtype := NULL;
    l_iface_rec.document_num := NULL;
    l_iface_rec.approval_status := 'APPROVED';
    l_iface_rec.agent_id := 61;
    l_iface_rec.vendor_id := 1;
    l_iface_rec.vendor_site_id := 1;
    l_iface_rec.interface_source_code := 'Test';
    l_iface_rec.batch_id := 987654321;
    l_iface_lines_rec.interface_header_id := 101;
    l_iface_lines_rec.process_code := 'PENDING';
    l_iface_lines_rec.action := 'ORIGINAL';
    l_iface_lines_rec.line_num := 1;
    l_iface_lines_rec.line_type_id:=1;
    l_iface_lines_rec.item_id := 1001;
    l_iface_lines_rec.unit_price := 1.01;
    Edited by: Shaowei.Zhang on 2009-11-20 下午9:39

    Hi Shaowei;
    Please follow below and see its helpful:
    [Link 1|http://www.oracleappshub.com/oracle-purchasing/approved-supplier-lists-asl/]
    [link 2|http://forums.oracle.com/forums/thread.jspa?threadID=936670&tstart=15]
    Regard
    Helios

  • How to import database created in Excel to appropriate fields in a PDF form?

    I am trying to use Database created in Excel to fill multiple PDF Visa application forms.
    The fields in PDF forms are basically the same except the order of appearance on the
    form could be different. However the field names remain the same in all PDF Visa Application forms.
    Can anyone make me wiser?
    Appreciate all suggestions.
    Sajith Panduka

    If you export to a tab delimited format and the first row contains the exact field names of the fields in the form (order doesn't matter), then you can import a row of data into the form using Acrobat. You can also automate the process using JavaScript in Acrobat.

  • How to import a user list into ACS?

    Hello,
    I have a text file containing 1000 users/passwords. Is it possible to import this user list into ACS local user database? is there any other trick on how to achieve this?
    thanks for your suggestions

    Sure can.
    http://cisco.com/en/US/products/sw/secursw/ps2086/products_user_guide_chapter09186a008052e941.html

  • How do I import an existing finalised imovie into a new project either in part or full. The movie I want to import is filed under "movies" but greyed out when I go through the procedure in imovie 11

    How do I import an existing finalised movie clip into  a new developing project ? I go through the imovie 11 procedure for importing and the list of clips (finalised and un-finalised) appears, but always "greyed out" which makes it impossible to create anything. I have tried placing it on the desk top and dragging but this doesn't work either.

    AppleMan  Thanks very much for the information, however I could't make it work. I followed your instructions to the letter, in fact I tried every which-way. I created a dedicated file into which I copied and pasted the project from "package contents"  but it was still greyed out when I went to retrieve it. I also found that the file size was reduced to only a few Kb.  Any further step-by-step instructions would be appreciated as I am obviously doing something wrong.  Babowa  It appears that in imovie everything has to be "finalised" before it can be used or shared elsewhere in the same way as a disk has to be to be played elsewhere. Funnily enough an MOV file I converted to Mp4 was not greyed out and I was able to import it.... an exercise I am not keen on because of resolution loss during conversion

  • How to import the Issues list from an Excel File in Project Server 2013

    Hi,
    I'm using Project Server 2013.
    A Project Manager has been playing with the Issues List, deleting some fields, creating new columns and modifying some columns name. The result of this is that I'm getting this error everytime the task
    Reporting (Project Sync) is executed:
    General
    Reporting Wss list sync failed:
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='4feafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='5deafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='69eafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='75eafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='81eafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='8deafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    Reporting message processor failed:
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='5beafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='67eafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='73eafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='7feafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='8beafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='97eafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    Queue:
    GeneralQueueJobFailed (26000) - ReportingWSSSync.WSSSyncMessageEx. Details: id='26000' name='GeneralQueueJobFailed' uid='98eafda7-f147-e411-940d-005056957f05' JobUID='9e937da7-f147-e411-940e-005056957f0d' ComputerName='b579360a-53ab-4fe0-bf9b-c62f5e8d3529'
    GroupType='ReportingWSSSync' MessageType='WSSSyncMessageEx' MessageId='1' Stage='' CorrelationUID='0945bd9c-0d6a-a0f1-47b0-68cdfcfbff9a'. For more details, check the ULS logs on machine
    b579360a-53ab-4fe0-bf9b-c62f5e8d3529 for entries with JobUID
    9e937da7-f147-e411-940e-005056957f0d
    What I'm trying to do is to create a new Project from the scratch, update the Issues List, not deleting or modifying columns, just creating new columns in order to match the names he (the Project Manager) put in his Issues List, then Export the list to Excel,
    and then create a datasheet view matching the Exported list, but here I don't know how to import the list (copy / paste or whatsoever it can be done...)
    Do you know how to do it, or do you know another/any method to solve this problem?
    Thank you in advance,
    José Espases

    Hi José,
    2 considerations: 
    The first one is that (as you experienced) one should not delete or rename any of the predefined columns in the risk/issue list. What you did is the right way, meaning keeping the native column as is and creating new ones based on the business needs. Finally
    you just need to create view with the appropriate fields.
    Then for importing risks from an Excel list, I can't test it right now, but you should have a datagrid view (MS Access type) allowing you pasting data from Excel.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • How to insert data from APEX form into two tables

    Hi,
    I'm running APEX 4.1 with Oracle XE 11g, having two tables CERTIFICATES and USER_FILES. Some of the (useless) fields are cut to reduce information:
    CREATE TABLE CERTIFICATES
    CERT_ID NUMBER NOT NULL ,
    CERT_OWNER NUMBER NOT NULL ,
    CERT_VENDOR NUMBER NOT NULL ,
    CERT_NAME VARCHAR2 (128) ,
    CERT_FILE NUMBER NOT NULL ,
    ) TABLESPACE CP_DATA
    LOGGING;
    ALTER TABLE CERTIFICATES
    ADD CONSTRAINT CERTIFICATES_PK PRIMARY KEY ( CERT_ID ) ;
    CREATE TABLE USER_FILES
    FILE_ID NUMBER NOT NULL ,
    FILENAME VARCHAR2 (128) ,
    BLOB_CONTENT BLOB ,
    MIMETYPE VARCHAR2 (32) ,
    LAST_UPDATE_DATE DATE
    ) TABLESPACE CP_FILES
    LOGGING
    LOB ( BLOB_CONTENT ) STORE AS SECUREFILE
    TABLESPACE CP_FILES
    STORAGE (
    PCTINCREASE 0
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    FREELISTS 1
    BUFFER_POOL DEFAULT
    RETENTION
    ENABLE STORAGE IN ROW
    NOCACHE
    ALTER TABLE USER_FILES
    ADD CONSTRAINT CERT_FILES_PK PRIMARY KEY ( FILE_ID ) ;
    ALTER TABLE CERTIFICATES
    ADD CONSTRAINT CERTIFICATES_USER_FILES_FK FOREIGN KEY
    CERT_FILE
    REFERENCES USER_FILES
    FILE_ID
    NOT DEFERRABLE
    What I'm trying to do is to allow users to fill out all the certificate data and upload a file in an APEX form. Once submitted the file should be uploaded in the USER_FILES table and all the fields along with CERT_ID, which is the foreign key pointing to the file in the USER_FILES table to be populated to the CERTIFICATES table. APEX wizard forms are based on one table and I'm unable to build form on both tables.
    That's why I've created a view (V_CERT_FILES) on both tables and using INSTEAD OF trigger to insert/update both tables. I've done this before and updating this kind of views works perfect. Here is where the problem comes, if I'm updating the view all the data is updated correctly, but if I'm inserting into the view all the fields are populated at CERTIFICATES table, but for USER_FILES only the fields FILE_ID and LAST_UPDATE_DATE are populated. The rest three regarding the LOB are missing: BLOB_CONTENT, FILENAME, MIMETYPE. There are no errors when running this from APEX, but If I try to insert into the view from SQLDeveloper, I got this error:
    ORA-22816: unsupported feature with RETURNING clause
    ORA-06512: at line 1
    As far as I know RETURNING clause in not supported in INSTEAD of triggers, although I didn't have any RETURNING clauses in my trigger (body is below).
    Now the interesting stuff, after long tracing I found why this is happening:
    First, insert is executed and the BLOB along with all its properties are uploaded to wwv_flow_file_objects$.
    Then the following insert is executed to populate all the fields except the BLOB and it's properties, rowid is RETURNED, but as we know RETURNING clause is not supported in INSTEAD OF triggers, that's why I got error:
    PARSE ERROR #1918608720:len=266 dep=3 uid=48 oct=2 lid=48 tim=1324569863593494 err=22816
    INSERT INTO "SVE". "V_CERT_FILES" ( "CERT_ID", "CERT_OWNER", "CERT_VENDOR", "CERT_NAME", "BLOB_CONTENT") VALUES (:B1 ,:B2 ,:B3 ,:B4, ,EMPTY_BLOB()) RETURNING ROWID INTO :O0
    CLOSE #1918608720:c=0,e=11,dep=3,type=0,tim=1324569863593909
    EXEC #1820672032:c=3000,e=3168,p=0,cr=2,cu=4,mis=0,r=0,dep=2,og=1,plh=0,tim=1324569863593969
    ERROR #43:err=22816 tim=1324569863593993
    CLOSE #1820672032:c=0,e=43,dep=2,type=1,tim=1324569863594167
    Next my trigger gets in action, sequences are generated, CERTIFICATES table is populated and then USER_FILES, but only the FILE_ID and LAST_UPDATE_DATE.
    Finally update is fired against my view (V_CERT_FILES), reading data from wwv_flow_files it populates BLOB_CONTENT, MIMETYPE and FILENAME fields at the specific rowid in V_CERT_FILES, the one returned from the insert at the beginning. Last, file is deleted from wwv_flow_files.
    I'm using sequences for the primary keys, this is only the body of the INSTEAD OF trigger:
    select user_files_seq.nextval into l_file_id from dual;
    select certificates_seq.nextval into l_cert_id from dual;
    insert into user_files (file_id, filename, blob_content, mimetype, last_update_date) values (l_file_id, :n.filename, :n.blob_content, :n.mimetype, sysdate);
    insert into certificates (cert_id, cert_owner, cert_vendor, cert_name, cert_file) values (l_cert_id, :n.cert_owner, :n.cert_vendor, :n.cert_name, l_file_id);
    I'm surprised that I wasn't able to find a valuable source of information regarding this problem, only MOS note about running SQLoader against view with CLOB column and INSTEAD OF trigger. The solution would be to ran it against base table, MOS ID 795956.1.
    Maybe I'm missing something and that's why I decided to share my problem here. So my question is how do you create this kind of architecture, insert into two tables with a relation between them in APEX ? I read a lot in the Internet, some advices were for creating custom form with APEX API, create a custom ARP, create two ARP or create a PL/SQL procedure for handing the DML?
    Thanks in advance.
    Regards,
    Sve

    Thank you however I was wondering if there was an example available which uses EJB and persistence.

Maybe you are looking for

  • Disable a field based on choice of a radio button

    Novice JS user here.  Trying to disable a text field in a pdf based on the selection of a radio button and if a specific radio buttons are selected, take the user to a specific field.  Ex. Married/Single, Male/Female.  So if they select Married & Fem

  • My email address no longer exists, how do I log in?

    I'm just trying to transfer the serial number of my from an old laptop to a new one, and I tried logging into my Adobe account online to find out the serial number I need. However when I tried to log in it said that I needed to reset my password, but

  • Importing VHS-C Tapes

         I'm a long time FCP 7 user but seem to still be scratching my head over FCP X.  I've set up a VCR directly into a MiniDV Camcorder which I'm feeding into my Mac.  I was doing this on FCP7 yesterday and everything was working fine.  But due to so

  • Problem with Wave form chart

    Hi  I used ni daq and displayed a live data values on a  waveform chat ...and also i am  able to save the data as .lvm format .  Now I have to creat two modes to my chart , Live data mode and History mode and show the saved values again on the chart.

  • Dynamic column name

    hi experts,   DATA: temp(20) VALUE 'DATA',         i TYPE I VALUE 1,         J(2) type c.         LOOP AT l_t_tsi.                  J = I.                 CONCATENATE TEMP J INTO COLNAME.                 itab-(COLNAME) = l_t_tsi-time_series_value.