Attach vi's in defined version

Hi all
As one might know there are different versions of LV in use and not everyone uses the newest version.
Often there are attachments in some topics I'd like to look at, but in the end I can not because of the version (I use LV7.0, which is not that old). I'm sure that there are others with the same problem.
I would find it great, if we all could decide to attach vis in one version. If one still uses an older version of LV than the version determined to attach vis, he could attach vis without any problem. The other way round - ok, here the problem remains - it must be explicitly declared that he uses the vi in an other verion.
Maybe it could also be possible (as in the LAVA forums) to add an indicator about the version in use. (Yes, maybe NI could improve user-information )
What is your opinion?
Thomas
Using LV8.0
Don't be afraid to rate a good answer...

In my opinion, every poster should state which version of Labview they are using. Then the repliers could post vi solutions in that version if they are able. Maybe NI could add a drop down list that forces the poster to select his version of LV before posting. However, this will not solve the problem of a third person wishing to view the vi if he/she doesn't have that version. It is not really practical to have a common version to post vi's. Some still use 5.1.1. This version does not have Express VIs nor does it have the event structure. At present, if a person wants to view a vi that is in a newer version, he has to post a message requesting that someone convert it down to his version. It is a bit inconvenient, but the request always gets granted by one of the very nice people that are in this forum.
- tbob
Inventor of the WORM Global

Similar Messages

  • Forward excel attachment  to  the  user-defined  mail id

    Hello  Everybody
    i  hv  collect all data into the ITAB and want to transfer that data to  excel format and send that  excel file as an attachment to  the   user-defined  mail id  .
    Input  on selection-screen 
    SELECTION-SCREEN : BEGIN OF BLOCK B1 .
    PARAMETERS  :  MAILID(255)  TYPE C .
    SELECTION-SCREEN : END OF BLOCK B1 .
    plz suggest me 
    ASAP

    Hi Sandeep,
    EMAIL as EXCEL ATTACJEMENTS
    Refer the following codes ..
    Hope this will help you..
    TYPE-POOLS: truxs.
    DATA t5 LIKE t005t OCCURS 0 WITH HEADER LINE.
    START-OF-SELECTION.
    SELECT * INTO TABLE t5
    FROM t005t
    WHERE spras = sy-langu.
    DATA wa_data TYPE truxs_t_text_data.
    CALL FUNCTION 'SAP_CONVERT_TO_TXT_FORMAT'
    EXPORTING
    i_line_header = 'X'
    TABLES
    i_tab_sap_data = t5
    CHANGING
    i_tab_converted_data = wa_data
    EXCEPTIONS
    conversion_failed = 1
    OTHERS = 2.
    DATA stmp(4096) TYPE c.
    DATA itmp TYPE i.
    LOOP AT wa_data INTO stmp.
    itmp = STRLEN( stmp ).
    stmp+itmp = cl_abap_char_utilities=>cr_lf.
    MODIFY wa_data FROM stmp.
    ENDLOOP.
    PERFORM send_email.
    *& Form send_email
    FORM send_email .
    DATA docs LIKE docs OCCURS 0 WITH HEADER LINE.
    DATA excelsize TYPE i.
    DATA excel LIKE solisti1 OCCURS 0 WITH HEADER LINE.
    DATA doc LIKE sodocchgi1.
    DATA excelln TYPE i.
    DATA int_objpack LIKE sopcklsti1 OCCURS 2 WITH HEADER LINE.
    DATA int_objhead LIKE solisti1 OCCURS 2 WITH HEADER LINE.
    DATA int_objtext LIKE solisti1 OCCURS 0 WITH HEADER LINE.
    DATA int_reclist LIKE somlreci1 OCCURS 1 WITH HEADER LINE.
    DATA bodyln LIKE sy-tabix.
    DATA output_data TYPE ssfcrescl.
    excel[] = wa_data[].
    excel table sizes
    DESCRIBE TABLE excel LINES excelln.
    Body Email
    int_objtext-line = 'Test Body'.
    APPEND int_objtext.
    DESCRIBE TABLE int_objtext LINES bodyln.
    READ TABLE int_objtext INDEX bodyln.
    CLEAR doc.
    doc-doc_size = ( bodyln - 1 ) * 255 + STRLEN( int_objtext ).
    doc-obj_name = ' '.
    doc-sensitivty = 'P'.
    doc-proc_syst = sy-sysid.
    doc-proc_clint = sy-mandt.
    CLEAR: int_objpack, int_objpack[].
    int_objpack-transf_bin = ' '.
    int_objpack-head_start = 1.
    int_objpack-head_num = 0.
    int_objpack-body_start = 1.
    int_objpack-body_num = bodyln.
    int_objpack-doc_type = 'RAW'.
    int_objpack-obj_descr = 'Test'.
    APPEND int_objpack.
    CLEAR: int_objhead, int_objhead[].
    int_objhead = 'Attachment'.
    APPEND int_objhead.
    int_objpack-transf_bin = 'X'.
    int_objpack-head_start = 1.
    int_objpack-head_num = 0.
    int_objpack-body_start = 1.
    int_objpack-body_num = excelln.
    int_objpack-doc_size = excelsize.
    int_objpack-doc_type = 'XLS'.
    int_objpack-obj_name = 'excel'.
    int_objpack-obj_descr = 'test.xls'. "File name
    APPEND int_objpack.
    Set Receiver
    int_reclist-receiver = 'SAPUSER'.
    int_reclist-rec_type = 'B'.
    int_reclist-notif_del = 'X'.
    int_reclist-notif_read = 'X'.
    int_reclist-notif_ndel = 'X'.
    int_reclist-express = 'X'.
    APPEND int_reclist.
    doc-obj_descr = 'Report in Excel'.
    Sending Email
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    EXPORTING
    document_data = doc
    put_in_outbox = 'X'
    commit_work = 'X'
    TABLES
    packing_list = int_objpack
    object_header = int_objhead
    contents_bin = excel
    contents_txt = int_objtext "Body
    receivers = int_reclist
    EXCEPTIONS
    too_many_receivers = 1
    document_not_sent = 2
    document_type_not_exist = 3
    operation_no_authorization = 4
    parameter_error = 5
    x_error = 6
    enqueue_error = 7
    OTHERS = 8.
    ENDFORM. " send_email
    Note:
    - If you are using FM SAP_CONVERT_TO_TXT_FORMAT you will not be able to execute this program in the background.
    - dont forget to change 'SAPUSER' to your SAP user ID
    - you can check the email by using tcode 'SBWP'.
    Reward points if this Helps.
    Manish

  • Define version control settings ftp in dreamweaver cs6 from cs4

    My ftp in dreamweaver cs6 is telling me I need to define version  control settings before it allows me to update or get into files on server. Can someone tell me how I would define version control in dreamweaver cs6 please? Thanks

    I was able to get around this by turning off the "Use FTP performance optimization" option under the Site>Server>Basic>More Options area.

  • Email report as attachment with link to webi version

    I want to schedule a webi report such that the report is sent as an excel attachment.
    In addition I want to provide a URL to the report that the user can click to view the report in Webi in the browser with live/current data if required. The actual report will also have options to slice and dice the data so user can interact with the data and derive any other information the he/she needs.
    I've got the email and attachment part taken care of.
    How to I provide a URL to the original report (not the instance of the report). I am using SAP BO 4.1.

    Hi Vivek,
    try this..
    Please use Open Document Concept here and copy OpenDocument URL Email Body as hyperlink.
    Ex:http://<Servername>:PortNo/BOE/OpenDocument/opendoc/openDocument.jsp?iDocID="
    Thanks,
    Venkat

  • I am unable to send an email with an attachment I created in Pages.I have installed version 5.0.1

    I am unable to send an email with an attachment I created in Pages version 5.0.1. It also prevented me from sending out any other emails with or without  an attachment. I finally fixed my email so I could send out again but when I tried to send an attachment created in Pages it wouldn't allow it.  Can someone help me, please! Thanks!

    Pages 5 is having problems with GMail, Google and Yahoo. Dropbox may have fixed their problem with an update.
    Along with this problem and others, Apple has removed over 90 features from Pages 5.
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Pages '09 should still be in your Applications/iWork folder.
    Archive/trash Pages 5 and rate/review it in the App Store, then get back to work.
    Peter

  • Errors while uploading the attachment.

    Hi ,
    I am getting the following error when I upload the document using Attachment Feature of ApplCore:
    Event generated by user 'weblogic' at host 'CIS'. Content item 'aaroraidcidcor000208' was not successfully checked in. The content type 'ADENG' is not defined in the system. [ Details ]
    An error has occurred. The stack trace below shows more information.
    +!csUserEventMessage,weblogic,CIS!$!csUnableToCheckIn,aaroraidcidcor000208!csCheckinFieldErrorMsg,csCheckinFieldError_type,ADENG+
    intradoc.common.ServiceException: !csUnableToCheckIn,aaroraidcidcor000208!csCheckinFieldErrorMsg,csCheckinFieldError_type,ADENG
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2071)
    at intradoc.server.Service.buildServiceException(Service.java:2207)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2201)
    at intradoc.server.Service.createServiceException(Service.java:2196)
    at intradoc.server.DocServiceHandler.validateMetaData(DocServiceHandler.java:1680)
    at intradoc.server.DocServiceHandler.validateCheckinData(DocServiceHandler.java:1541)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Please tell me where can I create "ADENG" content type in UCM or do I need to pass it from Attachment functionality.
    Regards
    Aradhana

    Which version of UCM are you using? UCM 10g had different default content types and came with ADENG, ADHR, ADMFG etc. already created . 11g has a different set of content types which does not include ADENG. These content types are really just examples to get the system started an operational and would not ever be used in production (I hope).
    You can add the ADENG content type Administration > Admin Applets > Configuration Manager > Options > Content Types...
    A better solution would be to see where ADENG is being set in the code you should be able to change the dDocType setting to something supported in UCM 11g like 'document'
    Tim
    Edited by: Tim Snell on 23-Aug-2010 01:38
    Edited by: Tim Snell on 23-Aug-2010 01:38

  • Printing the file type attachment (PDF) in the report (XMLP) output

    Requirement
    Data Source: RDF
    Layout type: RTF (XML publisher)
    Requirement is to print the attachment on the sale order header of data type ‘File’. The attachment file type is PDF. Please refer the below screen shot for details.
    Responsibility: Order Management Super User
    Path: Orders, Returns - Sales Orders
    Open sales order record, and on sales order header form choose: View - Attachments from toolbar (or click on Attachment-icon).
    Attachment Data Type
    Default attachment data type is defined for each attachment category. This default value can be updated, when attachment is created on a transaction.
    If attachment File Type is 'File', print constant text 'See attached document' on the position defined for it on the layout. The attachment file is then printed to the end of the document (last page of the document). This additional page should contain reference to the sales order number being printed.
    Is it possible to print the attachment of data type ‘File’ in the XMLP report?

    Requirement
    Data Source: RDF
    Layout type: RTF (XML publisher)
    Requirement is to print the attachment on the sale order header of data type ‘File’. The attachment file type is PDF. Please refer the below screen shot for details.
    Responsibility: Order Management Super User
    Path: Orders, Returns - Sales Orders
    Open sales order record, and on sales order header form choose: View - Attachments from toolbar (or click on Attachment-icon).
    Attachment Data Type
    Default attachment data type is defined for each attachment category. This default value can be updated, when attachment is created on a transaction.
    If attachment File Type is 'File', print constant text 'See attached document' on the position defined for it on the layout. The attachment file is then printed to the end of the document (last page of the document). This additional page should contain reference to the sales order number being printed.
    Is it possible to print the attachment of data type ‘File’ in the XMLP report?

  • Can't open pdf attachment on Palm TX with Adobe For Palm download

    I downloaded Adobe for Palm OS (v. 3.0) to open email pdf attachments, but am getting error message: Attachment (not supported in this version) winmail.dat
    So can not open any pdf attachments.
    Tried getting mail via VersaMail and via m.comcast.net - same problem.
    Using Vista, Palm TX
    Thanks
    Post relates to: Palm TX

    Adobe for Palm is an ancient program that cannot read raw .pdf files.  It only works with a desktop component that converts pdf files that the old adobe program can read on a Palm.
    Look at the free "PalmPDF" at freewarepalm.com.  It can read pdf files by itself.
    (I'd also suggest you delete Adobe from your Palm as it's caused a lot of problems for many users)
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Acrobat versions and form

    Is there a way to keep a form from opening in an acrobat version lower than 8.x.  When opening the form in a lower version, Acrobat offers to upgrade. But if you  don't, it will still open, but some of the form doesn't work or display correctly.  I would rather it not open at all.

    Hi,
    You can use xfa.host.version property to define version of Reader and write if condition to prevent form opening.
    BR,
    Paul Butenko

  • Attachment in oracle application custom form

    Hi,
    Can any one please give idea/path how can i use Attachment in Oracle EBS in Custom Form?
    Thanks in advance
    Oraapp Nebie

    Define Document Entities
    Application Developer->Attachment->Document Entities
    Optional :
    Define Document Categories
    Application Developer->Attachment->Document Categories
    Define your attachment Functions
    Application Developer->Attachment->Attachment Functions
    Thats all your attachment for the form is setup
    Regards
    Prashant Pathak

  • Adding attachment

    Hi all,
    I have got a requirement in which i need to allow the user to attach documents. That is, we are providing maintenance view for the user to maintain information about a process in the view. The view has many fields related to the process. In additon to this, we should allow the user to upload document relevant to the process.
    So, can someone tell how to allow the user to add attachment through maintenance view. I have got a clue that I should make use of the transactions like OAAD to add attachment.
    Is it possible to call the OAAD from maintenance view so that the user can add attachment in OAAD by defining object type PREL.?

    Hi all,
    Can someone help me in how to upload any type of image through OAAD transaction. I am able to upload employee photos using the Document type HRICOLFOTO and the object type PREL.
    This document type and object type is specifically meant for uploading employee photo.
    But i want to upload image related house unit plan. Do i need to create a seperate document type and object type for this?
    Can someone help me pls.

  • How we can change the tech.name of attached doc. recieved by broadcasting

    Hi all,
    After broadcasting the Workbook/report we are getting as attachment name with system defined name like u201C WORKBOOK_4DY3APLGXP0YJFBC251NOVDDFu201D by default in to the user inbox.
    Can we control this attachment name to come with actual workbook/report name what we are broadcasted actually?
    What ever we are giving in subject line & detail mail description in u201CText u201C tab of broadcast setting we are getting the same in subject & description of mail respectively. Itu2019s fine.
    But the problem is that the attached broadcasted doc. name is coming with as different as I mentioned in  below mail.
    Please revert back if you have any inputs
    Regards,
    Chinna.

    Hi,
    As far as  i know, SAP has not provided any option (program or tcode) to change/create techname of attached documents...Only option is we can give description ....
    If any SDN er knows that, pls let us know that....
    Regards,
    Senthil

  • Assign GL Accounts to Financial statement Version

    Hi Experts,
    I assign gl accounts to financial statement version under respective head . in F.01 Assign gl accounts not appeared Under respective head.
    What Further need to be done to appear gl accouts under respective head in F.01.
    Thanks in Advance,
    Prabhakar

    Hi ,
    If you would like to assign GL to FSV Please follow the below path.
    Financial Accounting > General Ledger Accounting >Business Transaction > Closing > Document >Define FSV.
    In this activity:
    o   You define the versions you need to create a balance sheet and
         profit and loss statement.
         You can define versions for a specific chart of accounts, for a
         group chart of accounts, or without any specific assignment.
    o   You then determine the financial statement items for your versio
         You assign groups of accounts to the items at the lowest levels
         the hierarchy. You can select the criteria that determine which
         items the accounts are displayed in. For example, accounts or gr
         of accounts can be assigned to particular items based on their
         balance.
    Thanks & Regards
    Arun

  • Multiple UI5 Repositories in Server but no Version:1

    Hi.
    we have a Problem while developing Applications with Eclipse. When uploading the Application to the Server the developer gets the message that the repositories are not equal and older on the Server.
    As you can See on the attached screenshot we habve the Version 1.18 on the Server. That is also the Version we have on the Eclipse Dev.
    On another Server we have a Version:1 and that is the newest. On the Server we Need to upload the app we have some Versions but not the Version:1 !
    Ho can I set the newest Version as Version:1 ??
    Thanks for the replies!

    Hi,
    in the past we had a problem with detecting the right version when using the SAPUI5 Team Provider in Eclipse - this had been fixed with Note 1982003 - UI5 ABAP Team Provider detects wrong backend version.
    Kind regards
    Silke
    (SAPUI5 Tools)

  • CRM5: Edit an attached excel doc in the PCUI attachments tab

    Hi Experts
    I am using CRM 5.0, Portal 7.0
    After attaching an excel document under the attachments tab in the PCUI for a lead transaction: when I open the document to from the attachments tab by clicking on the document link icon, the document opens fine and then I make some changes to the doc and thereafter close the excel doc, I get a prompt to save the doc, I click Yes but then the destination to where I must save the doc points to my Desktop.
    So the changes do not take effect becoz document has not been saved in the correct destination. But in the GUI you can just click on the edit doc button and save it as versions or replace the existing doc.
    How can I edit/change an attached excel doc in the PCUI attachments tab and save the changes so the attachment reflects changed doc in versions or even replacing the original??
    Please help?
    Regards
    Pragasen

    hi,
    i had the same problem, but actual there is no solution according to SAP!
    in pcui you can only work online on MS Word Data... Any other file types have to be saved locally and replace the file in crm.
    yours
    michael

Maybe you are looking for

  • How to get a single quote in a string

    this is my code, how do i get a * ' * around the :p2_marketingcode so that the result will be and marketingcode_id LIKE 'SP09663' i tryed something like this ||'''||:p2_marketingcode||'''; if :p2_marketingcode is not null then q:=q||' and marketingco

  • SPUtility.TransferToErrorPage throwing System.Threading.ThreadAbortException

    I am trying to call SPUtility.TransferToErrorPage from with in a ASPX code behind method in a sharepoint farm solution. it throws me the below error: System.Threading.ThreadAbortException: Thread was being aborted.    at System.Threading.Thread.Abort

  • Air Display app for Mac Air???

    Will Air Display app for Mac enable me to use my Mac Air display on a larger, Windows monitor?  Thanks.

  • Changing color on the title to an individual slide

    I am preparing a slide show with titles and descsriptions showing on the slide.  On most slides white is acceptable.  There is one slide where another color would be necessary as the title appears on a white background.  I have gone into the menu to

  • MORE HELP: VERSION COMPARISON OF LARGE NO.OF PROGRAMS

    I   need to do version managemengt of large no. of programs, need some help in it. ps: shiva ur function module doesnt run in any system,tell me in which does it run