EXPORT/IMPORT through FMs in BADI not working

Hi Experts,
I have checked several posts and implemented my requirement but it's not working. PFB my requirement:
We have a BADI in which I need to EXPORT an itab and the same is to be IMPORTed into ZFM. I have created 2 FMs under same FG. Now, in the FM which is being called in BADI i have EXPORT and in ZFM i have IMPORT. Code is given below:
FM from BADI: ZBADI_FM
  IF lv_flag EQ 'X'.
    EXPORT gt_msg TO MEMORY ID 'CHANGED_DATES'.
  ENDIF.
Another ZFM under same FG: ZFM
  IMPORT gt_msg FROM MEMORY ID 'CHANGED_DATES'.
gt_msg is declared in TOP that is common for both FMs. However, IMPORT is not happening. I am not getting the values that I exported. sy-subrc is 4.
Can anyone help me out? Your help is appreciated.

Hi,
I can't believe that it will work:
EXPORT TO MEMORY
A data cluster in the ABAP memory is available to all programs within a call sequence, whereby data can be handed over to called programs.
call sequence
This sequence is created if you can return from the called program to the calling program at the call of an ABAP-Program with SUBMIT ... AND RETURN or CALL TRANSACTION. For this purpose, the data of the internal session of the caller remains on a stack. The programs of a call sequence have collective access to the ABAP Memory. A call sequence can be left completely using the statement LEAVE TO TRANSACTION.
Regards,
Klaus

Similar Messages

  • Export option in Apps menu is not working

    Hi all
    Since yesterday,it seems our export on Oracle apps is not workin.
    Both exports on Application and export when doing File-Export from Concurrent Request are not working.
    The action seems initiated but no error and no popup window is displayed.
    Usually a popup window should tell us to open or save file.But this is not the case.
    Thanks for your help,

    hi
    check
    Export the Form Data to Excel File using FILE > EXPORT
    and
    Export option in Apps menu is not working in Windows-XP OS
    fadi

  • Web Template - Variable & Export to Excel Web Items are not working

    Hi Experts,
    In a Web Report & Web Template Variable & Export to Excel Web Items are not working ; Any body have any idead ?
    Do i need to write any HTML code to funtion those web items.
    Thanks
    KAruna

    Dear Karuna,
    Review your default template. Probably is 0ANALYSIS_PATTERN.
    Reactive the version D and check again.
    Also, you are able to modify the webitems on Export to Excel on 'BUTTON_TOOLBAR_2' -> Button list number  4.
    And, you are able to check the 0ANALYSIS_PATTERN_EXPORT, in case of configuration.
    If you want to remove/add new items, I suggest you to save as another name. SAP does not allow to modify delivered objects
    ex:. 0Objects.
    Best Regards,
    Edward S. John

  • Premiere Markers export and import: Roundtrip via FCP XML not working

    The objective of my project is to create a sports app that records markers and saves it in different formats of XML / CSV that I can then import in different NLE packages.
    I have already succeeded with Vegas Pro but also want to support NLEs for MAC-OS.
    In order to approach this analytically I have exported a very simple project with 1 sequence including 1 clip and 3 markers (with length zero and length > 0) and exported it
    in FCP XML from Adobe Premiere CC and do a round-trip import it via FCP import into Adobe Premiere CC.
    This round-trip does not work. Any insight why or any support what other mechanism will work?
    Thanks
    Thomas

    let's go back to the purpose:
    I have written a mobile app on which people can during a sports match capture the time of the important moments by pressing buttons.
    I then convert the time information into an XML or CSV file that can be read by the different NLE. Given that Sony Vegas allows to import
    markers independently from a sequence. Now I look at the same things for Premiere. This allows to edit the highlights very quickly vs watching
    the entire match coverage again.
    I try to replicate that on Premiere through the FCP XML, but now that the roundtrip works, the issue is that FCP XML in its structure wants a sequence.
    I could imagine to provide a dummy sequence that can be overlayed by the real content just to preserve the markers. Any ideas?
    Regards,
    TK

  • Import from Final Cut Pro not working correctly

    I have a very simple project in FCP. (Ver 6) It is a HD clip that is about 5 min long with 7 chapter markers.
    I exported the project as an XML file and imported that into Premiere Pro empty project.
    I wind up with two assets, a .mov with same name as the .mov in FCP and a sequence with the same named sequence in FCP.
    Right clicking on the .mov and selecting "New sequence from clip" creates a new sequence with the .mov on the timeline.
    There are no markers.
    Right clicking on the sequence asset and selecting "New sequence from clip" creates another sequence with the same name and the .mov on the timeline.
    The markers are inside the .mov and audio tracks, not up on the top ruler line where markers appear when manually adding markers.
    The keystrokes to move to markers do not work.
    The "Clear all Markers" function is greyed out , like it is when no markers exist.
    If a "Dynamic link to Encore is performed, there is no markers in Encore.
    If you enter chapter markers manually and look at the project file (an XML file) you will see indexes with the chapter points , durations and names as children named "Markers" with attribute"ObjectID='22'.under "//PremiereData"
    Following , in sequential order, are subsequent objects "Markers", ObjectID='23" through "ObjectID=n
    However, if you look at the project file after importing a FCP project, this same function occurs, except that it is "Markers" "ObjectID=30 with the indexes and marker data 31 through n (further down in the file). This area is empty when adding the markers manually in Premiere Pro.
    FYI , the project file is littered with the word "Marker" and "Markers" throughout the file, only their attributes make any node unique.
    I am at 99.9 &% finished with a VB program to create / modify nodes, values and attributes, except that the XML date changes format at the node named "//WorkspaceSettings" so I am not able to edit values to make a file that will not crash when opening.
    I would very much like the import from Final Cut Pro to work, or someone explain how to work with the nodes under "//WorkspaceSettings"
    Thank millions for a solution.

    It's a 2007 iMac with 2.4 GHz Intel Core 2 Duo.  I had been using Final Cut Pro without any problems right until I upgraded to Yosemite.  I'm hoping that upgrading to Yosemite doesn't mean I can't continue using Final Cut Pro - that would be extremely frustrating. 

  • Exporting Crystal Report to HTML is not working in Windows 7

    Hi Sir,
    I am trying to export Crystal Report to HTML format using VB.NET code. Functionality is working fine at Windows XP Environment (Save to Disk, Open an Application and Email Attachment). But the same functionality is not working at Windows 7 Environment (both 32-Bit as well as 64-Bit).
    Below is the code to Exporting Crystal Report to HTML in VB.NET.
    Dim CrDiskFileDestinationOptions As New DiskFileDestinationOptions
    Dim CrFormatTypeOptions          As New HTMLFormatOptions
    Dim vFormat As Integer
    Dim CrExportOptions As New ExportOptions
    Dim vRdReport As New ReportDocument
    Dim sfd As SaveFileDialog
    Dim vFileName As String = Nothing
    vRdReport = vRptSource
    sfd = New SaveFileDialog
    If Not (vRptPath = "") Then
        sfd.InitialDirectory = vRptPath
    End If
    sfd.Filter = "Webpage, Complete(.htm;.htm)|.htm|Web Archive, Single file(.mht)|.mht|Webpage, HTML only(.htm;.html)|.html"
    If sfd.ShowDialog = DialogResult.OK Then
        ' Set the disk file options.
         CrDiskFileDestinationOptions.DiskFileName = sfd.FileName.ToString()
    Else
         Return
    End If
    CrExportOptions = vRdReport.ExportOptions
    CrFormatTypeOptions.HTMLFileName = vFileName
    CrFormatTypeOptions.HTMLEnableSeparatedPages = True
    CrFormatTypeOptions.HTMLEnableSeparatedPages = True
    CrFormatTypeOptions.HTMLHasPageNavigator = True
    CrFormatTypeOptions.UsePageRange = True
    With CrExportOptions
                        .ExportDestinationType = ExportDestinationType.DiskFile
                        .ExportFormatType = ExportFormatType.HTML32
                        .DestinationOptions = CrDiskFileDestinationOptions.DiskFileName
                        .FormatOptions = CrFormatTypeOptions
    End With
    vRdReport.Export()
    Catch ex As Exception
            MsgBox(ex.ToString)
    End Try
    Code working fine at Windows XP, But it is not woking in Windows 7 environment.
    Please can anyone share your valuable thoughts or ideas reg. this.
    Thanks in Advance
    Deivanayaga Perumal D.

    user13509659 wrote:
    Run this code to reproduce the issue.Which issue?
    It looks like inheritance is broken in the component hierarchy for JFrame in Windows 7 JDK 1.6.0_23-b05. The only thing remotely related to inheritance in your code snippet is the WindowListener, which does little. See camickr's advice about built-in exit management.
    EDIT - using the post title as a clue, I realize you may be talking about the component hierarchy, and whether the contentPane's background is visible through the upper layers. Instead of guessing, I'd prefer you describe your "issue" accurately (observed vs expected behavior).
    Edited by: jduprez on Feb 10, 2011 1:01 PM

  • Import of Word Document is not working

    Hello, I wanted to import a word document but it is not
    working. Draging droping is not working (just puts me link) and
    through the menu (File > Import > Word Document ... ) is not
    working.
    Does somebody knows why.
    Here is an image:
    Image
    Dreamweaver Menu

    Good catch! Thanks, Alan.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Alan" <[email protected]> wrote in
    message
    news:C5B334E2.31EDC9%[email protected]..
    > your first screenshot-
    >
    >
    http://www.janik.cc/b/dreamweaver-word-im.jpg
    >
    > shows an icon in the bottom bar for OpenOffice.
    >
    > Does that machine have Word installed?
    > Dreamweaver doesn't import the .doc file directly, it
    uses part of Word to
    > do it. If Word is not installed, the Word import into
    dreamweaver will not
    > work.
    >
    > --
    > Alan
    > Adobe Community Expert, dreamweaver
    >
    >
    http://www.adobe.com/communities/experts/
    >
    >
    >

  • Export/import of Project: Master Image Not Found? No Referenced Files

    I am using Snow Leopard and latest Aperture. I just exported a project from my Macbook and imported it on my iMac. All 200 images indicate that the Master Image Not Found and have the yellow triangle with the exclamation point.
    I have read about problems using Referenced files. These are not Referenced.
    What am I missing? Is this not the preferred way to move projects from machine to machine?
    Thanks for any help...
    Tom

    Tony -
    Just to close the loop. I discovered that some new RAM in the MBP was not good (it was OK, then didn't turn on - after a near heart attack, I tried taking out the new RAM and it was fixed!). It may be that the project export was corrupted by the bad RAM. I also disconnected the firewire drive, so that may also have contributed (even though the drive was not directly involved in any of the transfers).
    So I'm marking this 'Solved'.
    Thanks for your interest and help!
    Tom

  • Importing bookmarks in FF32 does not work. I have tried swapping places which has worked before, I have tried import in the bookmarks menu.

    This is a windows 8 computer that was RESET yesterday that I am attempting to set up again.
    I have copies of the bookmarks on another drive (and actually on another windows 8 computer running FF27) - I can not move the bookmarks onto this reset computer.
    I have not attempted to move the whole profile yet just places and also tried export /import bookmarks.
    I have just reinstalled FF32 and have the same problem. Yesterday I was successful in moving "places" onto the windows 8 computer with FF27.

    somehow it is now working - it wasn't a few minutes ago but I do have bookmarks now and can add them
    I tried lots of the suggestions - "You can try to delete the prefs.js file and the compatibility.ini file to force Firefox to reinitialize the profile." - tried it but it alone wasn't enough
    I also installed Java during this process - it was probably needed and might be automatic to a techie but I am a mathematician not a computer person. I know I had installed java in the last few days but it wasn't visible in a search for the word java so I downloaded it again.
    I took bookmarks back up file, places.sqlite, and bookmarks off the working Win 8 machine and tried to move them into the right spots in the folders - didn't work at first
    I discovered the date on the working Win 8 machine was a day off and so when I opened a backup bookmark that was old enough with all the other changes I had made it finally worked.
    I see now where the bookmarking star has moved - I liked the star in the location bar. I normally just use history. I also do not like the tabs on the top and other toolbars hidden away and change some of those on install. I will change these two Win 8 to my liking over this week but all of those changes were not urgent.
    I have relinquished control of that Reset PC back to its "owner" until the next disaster. I know I have one program left to install (no rush I was told) and a handful of files to straighten out still but this last thing is status quo around here.
    Thank you for all the ideas.
    There is also System # 4 - Windows 7 with FF31 which is my main computer - System #2 exists as it was bought for me but I have not used it. I hate Windows 8 and hate the idea of moving all my files onto it. But there are enough problems on this CPU that if I gave it away as a hand me down I would spend too much time trying to fix it for my spouse so they got a brand new PC instead to replace XP. When I gave them the XP they got it "clean" with a new install of XP on a just cleaned HD.

  • File - Export from Preview, iPhoto etc does not work

    Lately, normal operations from OSX-programs are not working as expected on my MacBook Air mid-2013 running OSX 10.8.5. I can reproduce in PreView and iPhoto that operations like File, Export and File, Duplicate do not work - there is just no response.
    Upon opening console, I see the following error messages:
    10/11/13 3:23:50.170 PM com.apple.security.pboxd[487]: CGSGetWindowTags: Invalid window 0xc8
    10/11/13 3:23:50.170 PM com.apple.security.pboxd[487]: kCGErrorFailure: CGSSetHideOnDeact: error getting window tags
    10/11/13 3:23:58.950 PM com.apple.launchd[1]: (com.crashplan.engine[735]) Exited with code: 1
    10/11/13 3:23:58.950 PM com.apple.launchd[1]: (com.crashplan.engine) Throttling respawn: Will start in 10 seconds
    10/11/13 3:24:00.167 PM Preview[456]: RVS:__54-[NSRemoteSavePanel _runOrderingOperationWithContext:]_block_invoke_0319 : Timeout occured while waiting for the window
    10/11/13 3:24:00.171 PM librariand[459]: [ERROR] [913.272s] com.apple. SRMessageTransport.c:498 SRConnectionCreateClient() timed out waiting for the server to post the started notification
    10/11/13 3:24:00.171 PM librariand[459]: [ERROR] [913.272s] com.apple. framework_client.c:810 IPCEnableSyncing() failed to run server: -1
    10/11/13 3:24:00.172 PM librariand[459]: [ERROR] [913.272s] com.apple. UBService.c:598 UBServiceEnableMobileDocuments() IPCEnableSyncing failed with error: The operation couldn’t be completed. (UBErrorDomain error 2.)
    10/11/13 3:24:08.972 PM com.apple.launchd[1]: (com.crashplan.engine[736]) Exited with code: 1
    10/11/13 3:24:08.972 PM com.apple.launchd[1]: (com.crashplan.engine) Throttling respawn: Will start in 10 seconds
    10/11/13 3:24:18.996 PM com.apple.launchd[1]: (com.crashplan.engine[737]) Exited with code: 1
    10/11/13 3:24:18.996 PM com.apple.launchd[1]: (com.crashplan.engine) Throttling respawn: Will start in 10 seconds
    10/11/13 3:24:20.174 PM librariand[459]: [ERROR] [933.275s] com.apple. SRMessageTransport.c:498 SRConnectionCreateClient() timed out waiting for the server to post the started notification
    10/11/13 3:24:20.175 PM librariand[459]: unable to enable mobile documents
    10/11/13 3:24:20.175 PM librariand[459]: error in _handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    Please help...

    Back up all data. Don't continue unless you're sure you can restore from a backup, even if you're unable to log in.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    This time you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1 or if it doesn't solve the problem.
    Boot into Recovery. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Import jpg in PRE13 is not working

    I just downloaded Premiere Elements 13 to create a slideshow. Whenever I try to import my jpg files, I get an error message.
    I resized all files to 4096x2731 pixels with PS Elements 9 but it is still not working. Does anybody know how I could fix this problem?
    Thank you for your support!

    Lena
    1. First thing, I need to make sure we are in sync on...where are you trying to create this slideshow?
    I have been assuming in the Elements Organizer 13/Create/Slideshow workspace. Is that correct?
    2. If so, open Premiere Elements 13 Editor to its Expert workspace, and import these problematic jpgs into a new Premiere Elements Editor project, using Add Media/Files and Folders/Project Assets. Do you get that far without any errors?
    3. Can you open jpg stills with no raw image origin in Premiere Elements 13 Editor or Elements Organizer 13/Create/Slideshow?
    Thinking ahead to another mini test..
    For troubleshooting purposes only at this time, can we take Lightroom out of the equation?
    Will your original raw image import into the Camera Raw version that you have in Photoshop Elements 9? If so, import the raw image there, edit in the Camera Raw dialog, from Photoshop Elements save as jpg and resize jpg. Does that jpg from Photoshop Elements now import without issue into Premiere Elements 13 Editor and or Elements Organizer 13.
    We will be watching for further developments.
    ATR

  • Alert set through timer job is not working in sharepoint 2010 as expected

    Hi,
    I create the standard sharepoint alerts through timer job.
    in my timer job, i loop through a list and based on the user value in the alert to field i create alert for the users and the condition for the alert are only when new items are created and something changes in the below view.
    all the properties are set fine. Email triggered on new items additions and on specific daily or weekly summary.
    The view filteration is not working at all:(
    But after the timer job ran and set the alert, if i open the alert settings on UI and without changing anything if i click ok , then the view filteration is happening and alerts are working fine.
    What is wrong here? is it a bug or anything am missing?
    Aruna
    try
    SPList Configlist = web.Lists.TryGetList("Configuration");
    foreach (SPListItem oItem in Configlist.Items)
    ProfilePicker = oItem["ProfilePicker"].ToString();
    ProfileViewer = oItem["ProfileViewer"].ToString();
    string MIS = oItem["MIS"].ToString();
    SPList list = web.Lists.TryGetList(ProfileViewer);
    SPList ProfileList = web.Lists[ProfilePicker];
    foreach (SPListItem oItem in ProfileList.Items)
    frequency = oItem["Frequenzy"].ToString();
    created = (DateTime)oItem["Created"];
    string createdDate = created.ToString();
    createdDate = DateTime.Parse(createdDate).ToShortDateString();
    DateTime today = DateTime.Today.Date;
    string dateonly = today.ToString(); ;
    dateonly = DateTime.Parse(dateonly).ToShortDateString();
    SPFieldUserValue fieldValue = null;
    SPFieldUser UserColumn = (SPFieldUser)oItem.Fields.GetField("Alert_x0020_owner");
    fieldValue = UserColumn.GetFieldValue(oItem["Alert_x0020_owner"].ToString()) as SPFieldUserValue;
    if (fieldValue != null)
    alertowner = fieldValue.User;
    alert = alertowner.ToString();
    //if (createdDate == dateonly)
    SPUser user = web.EnsureUser(alert);
    SPAlert newAlert = user.Alerts.Add();
    newAlert.AlertType = SPAlertType.List;
    newAlert.List = list;
    newAlert.DeliveryChannels = SPAlertDeliveryChannels.Email;
    newAlert.EventType = SPEventType.Add;
    if (frequency == "Daily")
    createDailyAlert(newAlert, list, user);
    else
    createWeeklyAlert(newAlert, list, user);
    catch (Exception ex)
    // Danfoss.Sharepoint.Logger.DanfossLogger.LogToOperations(ex, "Exception occurred in setting the profile alert", 0, EventSeverity.Error, DanfossExceptionCategory.General);
    private static void createDailyAlert(SPAlert newAlert, SPList list, SPUser user)
    newAlert.Title = "My Daily Profile viewer Alert";
    newAlert.AlertFrequency = SPAlertFrequency.Daily;
    newAlert.AlertTemplate = list.AlertTemplate;
    newAlert.AlertTime = new DateTime(DateTime.Today.Year, DateTime.Today.Month, DateTime.Today.Day, 10, 0, 0);
    newAlert.AlertTime = newAlert.AlertTime.AddDays(0);
    SPAlert existingAlert = null;
    newAlert.Properties.Add("filterindex", "4");
    newAlert.Properties.Add("viewid", list.Views["Daily Alert"].ID.ToString("D"));
    newAlert.Properties.Add("filterpath", string.Format("{0}/", list.Views["Daily Alert"].ServerRelativeUrl.TrimStart('/')));
    foreach (SPAlert alerts in user.Alerts)
    string al = alerts.AlertFrequency.ToString();
    // Filter down the alert to the list you wish to report on.
    if (al == "Daily")
    // Found your existing your custom alert. Don't create one.
    existingAlert = alerts;
    if (existingAlert == null)
    newAlert.Update(false);
    private static void createWeeklyAlert(SPAlert newAlert, SPList list, SPUser user)
    newAlert.Title = "My weekly profile viewer Alert";
    newAlert.AlertFrequency = SPAlertFrequency.Weekly;
    newAlert.AlertTemplate = list.AlertTemplate;
    newAlert.AlertTime = new DateTime(DateTime.Today.Year, DateTime.Today.Month, DateTime.Today.Day, 10, 0, 0);
    newAlert.AlertTime = newAlert.AlertTime.AddDays(0);
    SPAlert existingAlert = null;
    newAlert.Properties.Add("filterindex", "4");
    newAlert.Properties.Add("viewid", list.Views["Weekly Alert"].ID.ToString("D"));
    newAlert.Properties.Add("filterpath", string.Format("{0}/", list.Views["Weekly Alert"].ServerRelativeUrl.TrimStart('/')));
    foreach (SPAlert alerts in user.Alerts)
    string al = alerts.AlertFrequency.ToString();
    // Filter down the alert to the list you wish to report on.
    if (al == "Weekly")
    // Found your existing your custom alert. Don't create one.
    existingAlert = alerts;
    if (existingAlert == null)
    newAlert.Update(false);
    This is my code. alerts are not sending based on the view:(

    Hi sathyaav,
    I followed the example and made a test in my environment, it works like a charm.
    I suggest you check if you have inputed the valid site URL when you create the project solution.
    If you deployed succeed in the Central Administrator Site using Visual Studio, then the job named "Simple Job Definition" will appear in the job definition list.
    Best Regards
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

  • Exporting from Pages Mavericks to pdf not working

    I want to export my Pages Mavericks document to a pdf. It's not working. Everytime I do it, a box comes that says, it's not possible. What is going wrong? Why can't I export to pdf?

    Either some of them have the same name or they are to big in Mb for your Pages to convert. It doesn't matter where they come from, they are all in the saved document. Downsize them before you add them to the Pages document.

  • Crystal report 8.5 export to csv and rtf format not working with office 2013

    Hi Experts,
    Crystal report version 8.5 hangs and eventually crash when i export my report to csv or rtf format on windows 7 with office 2013 installed, code is written in VB 6 although the same scenario is working with office 2010 installed.
    i debugged the code and found the application hangs at function Report.Export(False).
    below is the code snippet
           .PDFExportAllPages = True 'ePDFExportAllPages
           .PDFFirstPageNumber = ePDFFirstPageNumber
           .PDFLastPageNumber = ePDFLastPageNumber
           .RTFExportAllPages = True 'eRTFExportAllPages
           .RTFFirstPageNumber = eRTFFirstPageNumber
           .RTFLastPageNumber = eRTFLastPageNumber
           .UseReportDateFormat = eUseReportDateFormat
           .UseReportNumberFormat = eUseReportNumberFormat
           .UseReportNumberFormat = eUseReportNumberFormat
           .XMLAllowMultipleFiles = eXMLAllowMultipleFiles
           .XMLFileName = eXMLFileName
           Report.Export (False) ----Application hangs here and eventually crash
    Looking forward for your help, as it is very urgent
    Regards
    Mohit

    Hi Mohit
    CR 8.5, being about 15 years old, does not support Windows 7. I am surprised this works for you with MS Office 2010 and to be honest, I'd consider my self lucky there. The fact that is does not work with office 2013... well, like I said, lucky with Office 2010 and your luck ran out with Office 2013.
    Your option; rewrite the app in VS 2010 / 2012 / 2013 and use the CR Assemblies for VS .NET from SAP Crystal Reports, Developer Version for Visual Studio .NET. The CR Java SDK would be another option.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Import - sort by "media type" not working?

    When importing media from my iphone I'd like to ONLY import jpgs, not the mov files. In searching, the sort option in the import dialog on "media type" should work so I can easily just select new jpg files, however this does nothing for me. Is this supposed to work? I'm running OSX 10.7.2 and LR 3.6.
    Any ideas? Does this sort function work for anyone?
    Thanks!

    Ok.  Never mind what I said about selecting the sort order before selecting the folder.
    I just checked again on my computer and (LR3) was able to sort by media type, by date, by name etc. from a folder on my desktop drives.
    It even worked when importing from a media card.  This is weird.
    Although everything seems to work for me now however I do remember having encountered the same issue before.
    There might be a bug.  It would be nice to have someone from Adobe or LR to explain the limitations if any of this sort function.
    Good Luck Marty.

Maybe you are looking for