Issue with IMPORT/EXPORT to database INDX

There is an include program 'MMCP6F02' in which the user exit 'ZXSOPU11' is called and this happens soon after the below code which passes a table to INDX..
      EXPORT CE_SXYZ TO DATABASE INDX(BB) ID 'PDATA'
                         USING INDX_LIS_EXPORT4.
In the user exit, I am trying to read the above table entry with the following code
      IMPORT CE_SXYZ = IS_SXYZ_U FROM DATABASE
                       INDX(BB) ID 'PDATA'.
But this does not seem to fetch any data even though the declarations are the same. But when the same IMPORT is used again in the include program, right after the call to user-exit, it fetches the values.
IMPORT CE_SXYZ = IS_SXYZ_I FROM DATABASE
INDX(BB) ID 'PDATA' 
USING INDX_LIS_IMPORT4.
Can someone please help me out to solve this issue?

I have an open OSS-Call at the Moment regarding this issue. SAP wants to make me believe that the coding in SAP Note 703770 would help, but it does not.

Similar Messages

  • 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.

  • I've been using LR with my Nikon D3200 for a year or so. Shooting in RAW/NEF no issues with import etc until I updated LR and now I can't get LR to allow me to select when I try to import. It does show the images but they're grayed out and not able to be

    I've been using LR with my Nikon D3200 for a year or so. Shooting in RAW/NEF no issues with import etc until I updated LR and now I can't get LR to allow me to select when I try to import. It does show the images but they're grayed out and not able to be selected. Any thoughts? TIA

    Greyed imaged in the Import dialog box mean you have already imported the photos into Lightroom, so there is no need and no benefit to importing them a second time.
    Just go to the Library module, search for the desired photos, and resume working on these photos.

  • JDev 10.1.3.3 - issues with imported Business Components

    Hi,
    I have got some issues with importing Business Components in JDev 10.1.3.3.
    I cannot discover/use the imported components.
    What I did is the folowing:
    1. In a existing project I extended the default base-classes to create our own layer
    2. created a project called ModelShared
    2a. configured the project to use the base-classes I created in step 1
    2b. created an entitybased-viewobject (RefCodesByDomain)
    2c. created bc deployment-descriptors
    3. created a project called RelatieModel in the same workspace as ModelShared
    3a. added dependencies to the deployment-descriptors as well as the project created in step 2
    3b. configured the project to use the base-classes I created in step 1
    3c. imported business components
    Although I did not recieve any errors during the import of business components, I am unable to add the vo (RefCodesByDomain) to a service.
    I do see the package which contains the vo but is has no entries.
    Importing the business components to a new BC Project in a seperate workspace did succeed (I could reuse the vo).
    I tested a little further and the folowing occurred:
    4. I created a new vo in the ModelShared Project
    5. I deployed the ModelShared
    6. Restarted JDeveloper
    7. Got the folowing error message in the console window when expanding a service in my datacontrol pallette:
    INFO: oracle.adf.share.config.ADFConfigFactory No META-INF/adf-config.xml found
    1-sep-2008 13:23:27 oracle.adf.dt.controls.DataControlsTreeWillExpandListener treeWillExpand
    FINER: THROW
    java.lang.NullPointerException
            at oracle.adf.dt.objects.JUDTViewReferenceAccessorDefinition.init(JUDTViewReferenceAccessorDefinition.java:108)
            at oracle.adf.dt.objects.JUDTViewReferenceAccessorDefinition.<init>(JUDTViewReferenceAccessorDefinition.java:98)
            at oracle.adfdt.internal.meta.bc4j.BC4JDataControlDefinition.createViewObjectDefinition(BC4JDataControlDefinition.java:228)
            at oracle.adfdt.internal.meta.bc4j.BC4JDataControlDefinition.addViewObjects(BC4JDataControlDefinition.java:208)
            at oracle.adfdt.internal.meta.bc4j.BC4JDataControlDefinition.loadStructure(BC4JDataControlDefinition.java:110)
            at oracle.adfdt.internal.meta.bc4j.BC4JDataControlDefinition.getStructure(BC4JDataControlDefinition.java:407)
            at oracle.adf.dt.controls.treemodel.jsr227.JSR227DataControlTreeNode.loadChildNodes(JSR227DataControlTreeNode.java:129)
    8. In my other "fresh" bc project I was able to use the newly created vo.
    9. When I added a VO to my shared project, all projects that are refering to the shared project loose their vo's in the data-controlpannel
    Do you have any suggestions?
    Regards,
    Romano

    Hi,
    since this appears to be a WebCenter related issue, I suggest to try the Webcenter forum WebCenter Portal or to log a bug
    Frank

  • Anyone having issues with importing CR2 files into lightroom 5 as error message comes up saying "Some import operations were not performed". please advise what is a solution please

    Urgent please
    anyone having issues with importing CR2 files into lightroom 5 as error message comes up saying "Some import operations were not performed". please advise what is a solution please

    Sounds like the folder Write permissions issue described here with a solution:
    "Some import operations were not performed" from camera import

  • A strange issue with importing avi video

    I have a rather strange issue with importing avi files (which playback normally in other programs) into CS4. When I import an avi recorded from my camera into CS 4 in the preview the sound is played back normally, but the video itself is weird. Pretty much roughly first 5% of it are stretched over the whole spand and slowed down to fit. So the video of 4 minutes will play sound normally for 4 minutes, but replay only 10 seconds of video VERY slowly. I'm a bit puzzled because I've used the same camera with CS3 and never encountered this problem. breaking apart and speeding up the video obviously didn't work because the video only displays the first 5 recorded seconds no matter the speed, tweaking with presets didn't work either.

    subtlemolotov wrote:
    I obviously know it's a photo camera, I own it.
    The point is it's something we needed to know to answer your question.
    subtlemolotov wrote:
    Well I've found a very unprofessional solution.
    "An unprofessional solution?" Kind of like shooting video with an still camera.....

  • A project which specifies SQL Server 2012 as the target platform may experience compatibility issues with Microsoft Azure SQL Database.

    Hello
    When I try to publis my asp.net application in azure, i have the next error:
    >C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.targets(4253,5): Warning : A project which specifies SQL Server 2012 as the target platform may experience compatibility issues with Microsoft Azure SQL Database.
    >C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.targets(4253,5): Warning : The project and target databases have different collation settings. Deployment errors might occur.

    Hello
    When I try to publis my asp.net application in azure, i have the next error:
    >C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.targets(4253,5): Warning : A project which specifies SQL Server 2012 as the target platform may experience compatibility issues with Microsoft Azure SQL Database.
    >C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.targets(4253,5): Warning : The project and target databases have different collation settings. Deployment errors might occur.
    Hello,
    This forum is to discuss vb.net issues, your issue is mainly regarding Azure SQL Database, I found that you have posted another thread in that forum
    https://social.msdn.microsoft.com/Forums/azure/en-US/f435921a-14d1-4441-8b2b-32ba3d937aea/a-project-which-specifies-sql-server-2012-as-the-target-platform-may-experience-compatibility-issues?forum=ssdsgetstarted#f435921a-14d1-4441-8b2b-32ba3d937aea.
    I would recommend you focus on that thread to get help.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Issue with imported video in after effects!

    Let me start by saying I am putting together a video editing portfolio.
    I have the final video edit complete and have brought it into after effects, after exporting it as a current settings out of Final Cut Pro 7. I then, accomponied it with motion graphics that include my contact info all within after effects.
    The problem starts here in AE: when I press play on the timeline the entire video moves very sluggish.. Then I exported out of after effects and the final export is still sluggish with the audio cutting in and out (viewing in quicktime player) !.. Is the video supposed to be imported into after effects by a certain format and if so what? or is it supposed to be exported out of after effects by a certain format or way, and if so what? Basically I'm at the end of this process and just need to export the final video with the motion graphics out correctly so that it plays smoothly without complications.
    I've looked all over and can't seem to find a steady answer to this problem. Thanks in advance, much appreciated!

    When previewing, make sure that you're using RAM preview to get real-time playback:
    http://helpx.adobe.com/after-effects/using/previewing.html#use_ram_preview_to_play_video_a nd_audio
    See this regarding the issue with your output file stuttering:
    http://forums.adobe.com/thread/684381
    Most important, start here to learn the basics:
    http://adobe.ly/AE_basics

  • Issue with JPEG Exports

    I am unable to use my exported JPEG files in other programs. I have exported my InDesign document pages as JPEGs, and they are available in a folder and open up in Preview. However, when I try to import the saved JPEGs into other programs like powerpoint, they are unavailable for selection. I am using a Mac.
    I have tried using the JPEGs in multiple other programs so am thinking the issue is something to do with the export format itself.
    Any ideas on how I might be exporting this wrong?

    Exported Jpegs not readable by Powerpoint via finder

  • Issue with Import/Add function

    I have been having an issue with a difference between the position of files in Finder & the position in whcih they are shown LR 5.
    In Finder the folder view will be
    Neils Photos
       021 2013 01July - 31 Dec
          131123 HMAS Adelaide
             131123LOC001 (this is the image file)
    In LR 5 the folder view will appear as
    Neils Photos
      021 2013 01July - 31 Dec
         131123 HMAS Adelaide
      131123 HMAS Adelaide
            131123LOC001 (this is the image file)
    If I try to move the image to the correct folder in LR it will not allow it saying that the image already exists in that folder.
    When I RMC & selected "show in parent folder" I received the following message.
    An Internal Error Has Occurred
    Database “/Users/neilvincent/Pictures/Lightroom/Lightroom 5 Catalog.lrcat”: columns rootFolder, pathFromRoot are not unique Statement: UPDATE AgLibraryFolder SET rootFolder=?Where id_local=?;
    At first I thought this issue was being created by a plug-in but it is happening any time I "Import/Add" an image to LR.
    If I download from a camera, card or remote hard drive using Copy as DNG, copy, or move the image is shown correctly in LR. If I use Add to import an image or if I use a plug-in to create a HDR or panorama & save back to LR I have an issue. In the case of the plug-in the program is creating the image saving to to a location then Adding the file to LR. LR creates a new folder of the same name as the original folder but higher in the folder tree structure, it then shows the Added image in this folder rather than the folder it really is in.
    In the panels on the RHS the only box ticked is "Don't import suspected duplicates" but I don't see this panel when using a plug-in.
    The work around is to put the file into another folder & then move & import into LR.
    Is there a fix for this?

    Hi Tilak,
    The variables do behave differently in Integrated Planning applications.
    You have to pass the variable values exclusively in work book designer or web application designer for your cmod to work.
    Please refer the following document for more info.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10d2b273-0e12-2c10-fab3-a34bde559f92
    Thanks,
    Krishnan

  • FDM: Issues with importing mapping using excel files

    Hi All,
    I am trying to map ICP Entries using an excel file.
    I have made 2 mapping (explicit) entries, manually and exported it in Excel and then added all the Mappings in the same file, in proper format. when I am importing, I am not getting any error but the mapping is not getting updated and the new entries are also not getting added. so Ideally no Change in the tDatamap table.
    Environment details: FDM Version 11.1.1.3 is getting used. Target App is Essbase 11.1.1.3. able to connect to Essbase, no issues with connectivity.
    Has anyone face this issue.

    The section of the admin guide I reference will tell you how to create a properly formatted excel workbook. Import XLS will work if the excel workbook is set up properly. The import XLS functionality will not change existing records, only add new ones.
    Your template requires that the first cell is the table name. The second row is the table field names and rows 3 through X are the values to be inserted into the table. The named range beginning with UPS needs to highlight all of these rows and columns.
    Quite honestly, if you take the time to review the admin guide, I'm sure you'll find the answer that you need. Please understand that, like you, most of us that post on this board are consultants. We share knowledge to help the community better utilize the product. It's frustrating to hear that none of the answers that I previously provided you were at all helpful.
    Edited by: TonyScalese on Nov 30, 2010 3:23 PM

  • New to Mac - Issues with imported Excel Docs

    Imported my Excel docs from my PC and they made the trip but when I open them, some don't work properly. I have some billing statements that I made with Excel templates. Whenever I open and try to save them, I get an error message:
    Users/JaneDoe/Documents/Private Practice/Billing Statements/Jones 2 16 05 MAC.numbers
    I'm having some issues with Word documents that have tables in them also.
    I love my new MAC but have many business forms that I need to use. Any help would be appreciated.

    Thanks for your answer, I suspected as much. I've been thinking about this and have decided that since those are historical files and not working files, I'll just leave them alone and create new billing statements using Mac. It's certainly easy enough to do.
    The Word documents, though, are a different story. I've scanned pages out of some manuals and many of the pages are questionnaires with tables to indicate answers. Some documents are multiple pages and every other page I view is blank. It's difficult and sometimes impossible to delete the blank page or move the table up. If I can't salvage these, I'll have to go back into the manuals and scan the pages all over again.
    And I don't want to partition my hard drive, run Windows parallel or invest in Office for Mac because that all defeats the purpose of my transition to a Mac in the first place - ease of use.
    Thanks again.

  • PSE 11 and PS CC issues with import/open and saving

    Good afternoon,
    I have had PSE 11 for several months but have hardly touched it due to two problems. When I try to import images into the organizer, if I choose any location other than the default that opens, the whole program freezes and I have to force quit to get out of it. I have been able to open files by going to      File - get photos and videos - by searching....When I can get them, they load at snail speed. I've done a few projects and when I go to save, I have the same issue. This has caused me to loose several projects as again, the whole program freezes and I have to force quit.
    I just signed up for the photographer's black Friday deal and downloaded PS. I am having the same issue. If I go to open a file in PS and choose anywhere other than the default location, the box closes immediately and I can't get anything to open. Thankfully, the program doesn't freeze up like PSE 11, but this is so frustrating. I have Lightroom and have issues there too. What is going on!
    Thanks
    JP

    I am having a similar issue with photoshop CC. I am on a mac and just upgraded to maverick (
    OS X 10.9 (13A603)) and since the update any time I want to open or place a file it closes the window.
    Something worse happened on windows 8.1 when I upgraded that OS Illustrator and photoshop just crashed once it was open. I had to uninstall and reinstall both applications and it worked.
    I tried the same thing on the mac and uninstalled photoshop, then reinstalled it but I that did not resolve the issue. I have a video of what it is doing. The two workarounds I found was to drag the images into photoshop or create a new file then go to file open which you will see in the video.
    If there is a fix for this please let me know, it is very frustrating!
    Regards

  • Import / Export MySQL database in SQL Developer Data Modeler

    Hello,
    I have version 3.1.2.704 of SQL Developer Data Modeler and version 3.2.09 of SQL Developer installed.
    When I´m adding a new connection in SQL Developer, I can choose the MySQL tab an create a connection to a MySQL database.
    The connection test was successful and I can see all tables.
    I use the same JDBC driver for SQL Developer and SQL Developer Data Modeler (mysql-connector-java-5.0.4-bin.jar).
    But there are two problems.
    1. First there is an problem when I want to import from a MySQL database (SQL Developer -> File -> DataModeler -> Import -> DataDictionary).
    After choosing the MySQL connection and pressing the next button an error occurs: CONNECTION_TYPE
    What is the reason?
    2. In SQL Developer Data Modeler I have not the CONNECTION_TYPE problem. But when I want to export DDL, there is no MySQL type selectable, although there is working connection to the MySQL Database. It´s the same in SQL Developer.
    What is the reason?

    Hi,
    Data Modeler does not explicitly support import from MySQL databases, although you can use a JDBC connection to do this.
    Philip described how to set this up in forum message How to connect mySQL for reverve engineering
    There is no MySQL tab in Data Modeler - you should use "JDBC-ODBC Bridge" - "other third party Driver".
    Set URL like : jdbc:mysql://localhost:3306/database_name
    driver Class: com.mysql.jdbc.DriverAlso Data Modeler does not support generation of DDL for MySQL.
    David

  • Uk date format issue with ASP and Access Database

    I have an Asp form which updates records in an Access
    database. Problem is
    that the date format in the database record is dd/mm/yyyy
    (UK), when
    the record is displayed on the form it is mm/dd/yyyy(US)
    which after I
    update the record in the database the date has changed to the
    new format.
    I have tried everything I can to change the format but to no
    avail...anyone any ideas how I can resolve this issue?
    Thanks
    Steve

    stevo.s wrote:
    > Hi
    >
    > I have tried changing the format on the date field on
    the server behaviours
    > panelto ddmmyyy. Also have tried to set the form field
    format to ddmmyy. I have
    > also tried to use a function I got from a posting
    somehwere on the net to no
    > avail. <%function ddmmyyyy(varDate)
    > ddmmyyyy = Day(DateValue(varDate)) & "/" &
    Month(DateValue(varDate))
    > & "/" & Year(DateValue(varDate))
    > end function
    >
    > I believe that this is a recognised issue with
    Dreamweaver and Access but
    > can't seem to grasp the work around! Problem being I am
    teaching myself through
    > books and internet articles and can be weeks at a time
    without being able to
    > look at the issue..each time I come back to it it is
    like starting all over
    > again! I was hoping that somewhere out there there is a
    simple solution the
    > issue perhaps a date picker with the built in
    functionality to address the
    > issue...I am keen to understand how to deal with the
    issue rather than just
    > change my database date field to fudge the problem as I
    am in the UK and when I
    > eventually start to use the application I would like
    there to be some
    > consistency with dates and that users are familiar with
    the format.
    >
    > Any help gratefully received!
    Its not Dreamweaver, or Access, its your servers locale, its
    set to US
    format, not the UK.
    On your page at the top use:
    <% Session.LCID = 2057 %>
    This will force the page into using UK formatted dates. Use
    it on any
    page that needs to format the page correctly.
    Dooza
    Posting Guidelines
    http://www.adobe.com/support/forums/guidelines.html
    How To Ask Smart Questions
    http://www.catb.org/esr/faqs/smart-questions.html

Maybe you are looking for