HOW to GET EXPORT/IMPORT

Export <field>  to parameter ID  <XXX>
IMPORT <field> from Parameter ID <XXX>
How to get XXX value it can be 3 character or any specific value like
GET PARAMETER ID <KUN>  field KUNNR.  where KUN is the paramete ID given at the definition of data element

TYPES:
  BEGIN OF tab_type,
    para TYPE string,
    dobj TYPE string,
  END OF tab_type.
DATA:
  id    TYPE c LENGTH 10 VALUE 'TEXTS',
  text1 TYPE string VALUE `IKE`,
  text2 TYPE string VALUE `TINA`,
  line  TYPE tab_type,
  itab  TYPE STANDARD TABLE OF tab_type.
line-para = 'P1'.
line-dobj = 'TEXT1'.
APPEND line TO itab.
line-para = 'P2'.
line-dobj = 'TEXT2'.
APPEND line TO itab.
<b>
EXPORT (itab)     TO MEMORY ID id.
IMPORT p1 = text2
       p2 = text1 FROM MEMORY ID id.</b>

Similar Messages

  • How do I export/import keyboard shortcuts to a text file

    How do I export/import keyboard shortcuts to a text file?
    It would be nice to export them, edit and/or add to them in a text editor on my iMac, then import them back into iPhone and iPad.

    You can backup the bookmarks to a file, then copy that file to the new computer and import them, for details see [[Backing up and restoring bookmarks]].
    You can copy more than just the bookmarks. The user data, such as bookmarks and passwords, are stored in the profile folder. You can copy the data manually by copying the contents of the profile folder, for details see [http://kb.mozillazine.org/Profile_backup Profile backup - MozillaZine Knowledge Base] or [[Backing up your information]].
    There are some add-ons and utilities that can make this process easier. The first one is the [https://addons.mozilla.org/en-US/firefox/addon/2109/ FEBE] add-on which can be used to copy a profile. Another option is the free [http://mozbackup.jasnapaka.com/ MozBackup] utility.

  • How to do export/import

    Hai
    Please guide me how to do the client copy -import/export method. i want to do from prd to dev. os -windows,db-oracle,sap 5.0
    1. What are pre request for that.( pre checking)
    2.approx. time for client copy.
    3. how to check the client size and dbsize.
    4.test run will effect the prd system.(ie client wants to lock during the client copy testing..)
    5.what are the other things i want to follow.
    Thanks in advance.
    Edited by: rameshsrina on Mar 21, 2011 4:57 PM

    You may want to do the client copy when users are not working on the system. For the client export/import, source system can be used as soon as export process is ready. You can use reports like RSSPACECHECK for the size of client. Client copy export/import timings depends on your hardware configuration, database size etc. You will need to decide on client copy profile before starting the export.
    You may want to refer to the following SAP notes:
    SAP Note 552711 - FAQ: Client copy
    SAP Note 489690 - CC INFO: Copying large production clients
    SAP Note 118823 - CC-ADMIN: Size of a client
    SAP Note 24853 - CC-INFO: Client copy, functionality

  • How do i export/import the Oracle Portal Online help

    hai everybody...
    i want to export/import the
    Oracle Portal Online Help Content Area
    i tried this same as (my own content area
    export/import)...but my own content area Pages were worked.....how do i do this..
    any help..
    thanks in advance
    null

    The recommended way is to export the User Manager configuration template out (using the AdminUI), import it into your new enviroment (again using the AdminUI - you have to type the password of the LDAP user in since it is not exported) and then initiating an LDAP Synch.

  • How to get/export a log of all your recent calls?

    Hello,I've been searching for awhile and I found way to do it on PC with a third party program but no possible way to do it on my Kindle yet. Does anyone know how to get a log of all your most recent non-paid calls? Ones to and from friends? I know the recents page has all your recent convos but I need a log of just my call history. The data should be contained on the device right?Thanks

    Hi

  • I got photoshop elements 12 from apple app store, after launch,  there no organize( album) , how do I export, import pictures?

    I got photoshop elements 12 from apple app store, after launch , no organize (album). How do I import , export pictures?

    Did you buy the Editor only version? Here's the product comparison - Adobe Photoshop Elements 12 - Buying guide.
    [EDIT] Actually it seems you can ONLY buy the Editor only version via the App Store. Here's an explanation why (scroll down to the fourth section) - Purchases through Mac App Store FAQ.[/EDIT]
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Can't get export/import working for Apex

    Hello,
    We continue to struggle with exporting and importing. This is currently our release process from development area into production. Any better ideas?
    The errors have continued to be random but what I currently get is:
    Error     ERR-1029 Unable to store session info. session=470508247781401 item=40006855470898
    ORA-02091: transaction rolled back ORA-02291: integrity constraint (APEX_040100.WWV_FLOW_STEP_PROCESS_FK) violated - parent key not foundWe have an idea that the export is getting corrupted because when we alter a couple of pages and try to export again we sometimes get an ok message that can be imported. Anyone experience this? So frustrating.

    Thanks for taking a look at this situations. Since we develop on a development database and run a parallel copy in a production database where we only "deploy" by importing an exported copy from development. Not sure if this is how other people deploy from development into production, in fact I would be keen to know how other people handle this, but at the time I set it up a couple of years ago this was what suggested at that time.
    We simply take an export of the entire application where I leave all the defaults that normally come up on the export page. If needed I'll go into the details. But it is very strange that no one else had issues when they exported that the export itself was corrupt? And subsequent exports either get corrupted in other places or "fix themselves." Does this have anything to do with the fact that my application is getting largish (over 125 pages) ?
    Thanks for your help

  • How to backup, export & import browser history?

    I wish to undertake a removal & then a subsequent reinstallation of FF. However, I wish to retain the browser history _as is_ (though not in JSON form) & import this to the newly reinstalled version.
    Can I do this? If so, how?
    My OS is Windows 7 Ultimate.

    The only way to backup history is to copy history items to a bookmarks folder and export them that way.<br />
    Firefox only keeps backups of the bookmarks and not of the history.
    See also:
    *http://www.nirsoft.net/utils/mozilla_history_view.html

  • Data Pump - How to avoid exporting/importing dbms_scheduler jobs?

    Hi,
    I am using data pump to export a users objects. When I import them it also imports any jobs that user has created with dbms_scheduler - how can I avoid this. I tried EXCLUDE=JOBS but no luck.
    Thanks,
    Jon.
    Here are my export and import paramater files:
    DIRECTORY=dpump_dir1
    DUMPFILE=reveal.dmp
    CONTENT=METADATA_ONLY
    SCHEMAS=REVEAL
    EXCLUDE=TABLE_STATISTICS
    EXCLUDE=INDEX_STATISTICS
    LOGFILE=reveal.log
    DIRECTORY=dpump_dir1
    DUMPFILE=reveal.dmp
    CONTENT=METADATA_ONLY
    SCHEMAS=reveal
    REMAP_SCHEMA=reveal:reveal_backup
    TRANSFORM=SEGMENT_ATTRIBUTES:n
    EXCLUDE=TABLE_STATISTICS
    EXCLUDE=INDEX_STATISTICS
    LOGFILE=reveal.log

    Sorry for the reply to an old post.
    It seems that now (10.2.0.4) JOB is included in the list of SCHEMA_EXPORT_OBJECTS.
    SQL> SELECT OBJECT_PATH FROM SCHEMA_EXPORT_OBJECTS WHERE object_path LIKE '%JOB%';
    OBJECT_PATH
    JOB
    SCHEMA_EXPORT/JOB
    Unfortunatly, EXCLUDE=JOB still generates invalid argument on my schema imports. I also don't know whether these are old style jobs, or scheduler jobs. I don't see anything for object_path LIKE '%SCHED%' , which is my real interest anyway.
    The data pump is so rich already, I hate ask for more, but ... may we please have even more?? scheduler_programs, scheduler_jobs, scheduler etc.
    Thanks
    Steve

  • How to implement Export/Import Scripts in windows2003

    Hi...
    I want to implement Exp\imp or expdp\impdp scripts for my new rac database (10.2.0.4) on Windows2003 and I want to put this scripts on Scheduler task... so please can any one guide me how to implement backup scripts.
    1. daily incremental exp\imp scripts on windows
    2.weekly full database
    And another thing is I want to implement incremental backup of exp\imp script for every 1-hour for my important database on windows2003
    Edited by: user8943492 on Aug 6, 2010 9:53 PM

    Ok Try this
    Create bat file
    dialy_exp.bat
    cd d:\dump
    expdp system/manager@dbname DIRECTORY=mydir dumpfile=full.dmp
    call dayslist.bat
    move D:\dump\full.* d:\dump\old\%dayno%\
    dayslist.bat
    if %date:~0,3%== sat set datno=saturday
    if %date:~0,3%== sun set datno=sunday
    if %date:~0,3%== mon set datno=monday
    if %date:~0,3%== tue set datno=tuesday
    if %date:~0,3%== wed set datno=wednsday
    if %date:~0,3%== thu set datno=thursday
    if %date:~0,3%== fri set datno=friday

  • How to make export/import of an Enterprise portal application flexible?

    Hi,
    I've created simple portal using Portal Content Studio. The portal contains lots of URL iViews that shows some parts of the UI of a third party product deployed on the same NetWeaver App server.
    If the portal is exported and afterwards it is imported at Enterprise portal on another machine - all the URLs should be modified according to the new hostname and port of the Netweaver App.
    Is there a way to pass the host name+port as parameters, so these should be defined only once, when importing at new location - not to modify the location for each URL iView?
    Thanks

    Sam,
    You should use an AppIntegrator iView to do this. It references a System Definition (of type com.sap.portal.httpconnectivity.urlsystem) in the PCD and allows you to build the URL from the System Definition properties. You need a
    To create an AppIntegrator iView create an iView from the PAR called 'com.sap.portal.appintegrator.sap' and choose the 'Generic' template option
    The iView property 'System' should contain the alias of the System Definition, and you can use the following syntax to generate the URL by setting the URL template property to something like this:
    <Protocol>://<HostAddress>:<Port>/some/path?user=<User.Name[UPR_CASE]>&
      url= <HomeServer.url<a href="ENCODE UPPERCASE">>
    Documentation can be found here:
    [url=http://help.sap.com/saphelp_nw04s/helpdata/en/70/5a3842134bad04e10000000a1550b0/frameset.htm]http://help.sap.com/saphelp_nw04s/helpdata/en/70/5a3842134bad04e10000000a1550b0/frameset.htm</a>
    Cheers,
    Steve

  • I have imported data pump & got error ,how i get successfull imported

    Import: Release 11.2.0.1.0 - Production on Tue May 15 16:45:08 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "ALER_3_0_1_RSCE"."SYS_IMPORT_SCHEMA_01" successfully loaded/unloaded
    Starting "ALER_3_0_1_RSCE"."SYS_IMPORT_SCHEMA_01": ALER_3_0_1_RSCE/********@orcl directory=DATA_PUMP_DIR dumpfile=aler.dmp schemas=ALER_3_0_1_RSCE logfile=impdpDB10G_ALER.log
    Processing object type SCHEMA_EXPORT/USER
    ORA-39083: Object type USER failed to create with error:
    ORA-02380: profile IMDD_SCHEMA_PROFILE does not exist
    Failing sql is:
    CREATE USER "ALER_3_0_1_RSCE" IDENTIFIED BY VALUES 'D245C572729847BC' DEFAULT TABLESPACE "ALER_3_0_1_TS001" TEMPORARY TABLESPACE "SS001" PROFILE "IMDD_SCHEMA_PROFILE"
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
    Processing object type SCHEMA_EXPORT/PASSWORD_HISTORY
    ORA-39083: Object type PASSWORD_HISTORY failed to create with error:
    ORA-01861: literal does not match format string
    Failing sql is:
    DECLARE SUBTYPE HIST_RECORD IS SYS.DBMS_PSWMG_IMPORT.ARRAYOFHISTORYRECORDS; HIST_REC HIST_RECORD; i number := 0; BEGIN i := i+1; HIST_REC(i).USERNAME := 'ALER_3_0_1_RSCE'; HIST_REC(i).PASSWORD := 'D245C572729847BC'; HIST_REC(i).PASSWD_DATE := '2011/11/29 09:35:11'; i := i+1; HIST_REC(i).USERNAME := 'ALER_3_0_1_RSCE'; HIST_REC(i).PASSWORD := '221B0063AAAC71F3'; HIST_REC(i)
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC
    ORA-39083: Object type TYPE failed to create with error:
    ORA-02304: invalid object identifier literal
    Failing sql is:
    CREATE TYPE "ALER_3_0_1_RSCE"."XCONCAT_EXPR" OID '5FCFA0B58D612516E04002A12180474D' AS OBJECT ( "DEL" VARCHAR2(4000), "STR" VARCHAR2(4000), MAP MEMBER FUNCTION "F_MAP" RETURN VARCHAR2, PRAGMA RESTRICT_REFERENCES (F_MAP,WNDS,WNPS,RNDS,RNPS) )
    ORA-39083: Object type TYPE failed to create with error:
    ORA-02304: invalid object identifier literal
    Failing sql is:
    CREATE TYPE "ALER_3_0_1_RSCE"."XCONCAT_ALL_OUT" OID '5FD2A0D2F4D48728E04002A1218006D5' AS OBJECT (
    str VARCHAR2 (4000),
    del VARCHAR2 (4000),
    STATIC FUNCTION odciaggregateinitialize (
    sctx IN OUT XCONCAT_ALL_OUT)
    RETURN NUMBER,
    MEMBER FUNCTION odciaggregateiterate (
    SELF IN OUT XCONCAT_ALL_OUT,
    ctx IN XCONCAT_EXPR)
    RETURN NUMBER,
    MEMBER FUNCTION odciaggregatetermina
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    . . imported "ALER_3_0_1_RSCE"."ASSETXML" 33.81 MB 4505 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETXMLINDEX" 24.97 MB 345125 rows
    . . imported "ALER_3_0_1_RSCE"."ENTUSERSAUDIT" 19.52 MB 192115 rows
    . . imported "ALER_3_0_1_RSCE"."SMTPQUEUE" 10.73 MB 23495 rows
    . . imported "ALER_3_0_1_RSCE"."ENTAUDITMSG_IMPEXPJOB" 4.676 MB 24243 rows
    . . imported "ALER_3_0_1_RSCE"."ENTAUDITMSG" 4.774 MB 60848 rows
    . . imported "ALER_3_0_1_RSCE"."MVMISSINGINFORMATION" 4.714 MB 26910 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETS" 3.394 MB 4566 rows
    . . imported "ALER_3_0_1_RSCE"."REGISTRARQUEUES" 3.487 MB 50628 rows
    . . imported "ALER_3_0_1_RSCE"."SEARCHLOGPARTS" 2.341 MB 53856 rows
    . . imported "ALER_3_0_1_RSCE"."SEARCHLOG" 2.142 MB 64108 rows
    . . imported "ALER_3_0_1_RSCE"."MVASSETCATEGORIZATIONS" 1.801 MB 16835 rows
    . . imported "ALER_3_0_1_RSCE"."XV_MISSINGASSETINFORMATION" 1.443 MB 12694 rows
    . . imported "ALER_3_0_1_RSCE"."JIVEFILTER" 969.5 KB 2480 rows
    . . imported "ALER_3_0_1_RSCE"."ENTITYLINKS" 980.8 KB 11578 rows
    . . imported "ALER_3_0_1_RSCE"."EVENTHANDLERS" 1.002 MB 3717 rows
    . . imported "ALER_3_0_1_RSCE"."MVASSETS" 1002. KB 3871 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETRELATIONSHIPS" 743.7 KB 40686 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETTYPEEDITORXMLS" 418.3 KB 29 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_ASSETS" 518.1 KB 1812 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETTYPEVIEWERXMLS" 319.1 KB 29 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETCATEGORIZATIONS" 312.7 KB 22507 rows
    . . imported "ALER_3_0_1_RSCE"."METADATAINDEX" 426.6 KB 8604 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETKEYWORDS" 281.8 KB 10900 rows
    . . imported "ALER_3_0_1_RSCE"."ENTAUDIT" 358.3 KB 4838 rows
    . . imported "ALER_3_0_1_RSCE"."JIVEMESSAGE" 167.8 KB 1328 rows
    . . imported "ALER_3_0_1_RSCE"."ENTASSETCASLINKS" 186.4 KB 13924 rows
    . . imported "ALER_3_0_1_RSCE"."METADATAENTRYSTORAGE" 116.4 KB 373 rows
    . . imported "ALER_3_0_1_RSCE"."POLICYASSERTIONS" 9.835 KB 4 rows
    . . imported "ALER_3_0_1_RSCE"."POLICYASSERTIONTYPES" 8.031 KB 1 rows
    . . imported "ALER_3_0_1_RSCE"."PROJECTS" 155.6 KB 445 rows
    . . imported "ALER_3_0_1_RSCE"."PROJECTSASSETS" 124.7 KB 1270 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETASSIGNEES" 147.1 KB 6578 rows
    . . imported "ALER_3_0_1_RSCE"."DEPARTMENTS" 10.27 KB 21 rows
    . . imported "ALER_3_0_1_RSCE"."EMAILSUBSTITUTIONS" 10.5 KB 27 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSETTINGSBUNDLES" 23.22 KB 4 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSURVEYQUESTIONS" 9.367 KB 7 rows
    . . imported "ALER_3_0_1_RSCE"."ENTUSERCOOKIES" 85.25 KB 1132 rows
    . . imported "ALER_3_0_1_RSCE"."FILEINFOSTORAGE" 8.734 KB 7 rows
    . . imported "ALER_3_0_1_RSCE"."FORMLETTERS" 21.81 KB 30 rows
    . . imported "ALER_3_0_1_RSCE"."JIVEFORUM" 94.76 KB 1240 rows
    . . imported "ALER_3_0_1_RSCE"."REGISTRARNOTES" 10.38 KB 25 rows
    . . imported "ALER_3_0_1_RSCE"."REVIEWS" 10.28 KB 10 rows
    . . imported "ALER_3_0_1_RSCE"."ACCEPTABLEVALUELISTS" 6.992 KB 64 rows
    . . imported "ALER_3_0_1_RSCE"."ACCEPTABLEVALUES" 17.19 KB 386 rows
    . . imported "ALER_3_0_1_RSCE"."APPLICATIONTOKENS" 6.015 KB 2 rows
    . . imported "ALER_3_0_1_RSCE"."ARCHETYPEAVAILABLEACTIONS" 5.625 KB 7 rows
    . . imported "ALER_3_0_1_RSCE"."ARCHETYPES" 6.062 KB 5 rows
    . . imported "ALER_3_0_1_RSCE"."ARCHETYPESACTIONS" 5.671 KB 13 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETCONTACTS" 13.03 KB 516 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETFILES" 12.22 KB 494 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETTYPEARCHETYPE" 5.859 KB 29 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETTYPES" 8.75 KB 29 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETUSAGE" 12.5 KB 70 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETUSAGETYPES" 7.828 KB 5 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETXMLINDEXEDFIELDS" 14.52 KB 706 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETXMLINDEXMAPPINGS" 46.17 KB 773 rows
    . . imported "ALER_3_0_1_RSCE"."CATEGORIZATIONS" 28.06 KB 457 rows
    . . imported "ALER_3_0_1_RSCE"."CATEGORIZATIONSINDEX" 21.65 KB 1181 rows
    . . imported "ALER_3_0_1_RSCE"."CATEGORIZATIONTYPES" 10.96 KB 14 rows
    . . imported "ALER_3_0_1_RSCE"."CMEESURVEYS" 8.359 KB 16 rows
    . . imported "ALER_3_0_1_RSCE"."CMEEUSERS" 24.67 KB 362 rows
    . . imported "ALER_3_0_1_RSCE"."CONFIGURATIONELEMENTS" 8.875 KB 41 rows
    . . imported "ALER_3_0_1_RSCE"."CONFIGURATIONS" 6.375 KB 1 rows
    . . imported "ALER_3_0_1_RSCE"."CONTACTS" 23.5 KB 128 rows
    . . imported "ALER_3_0_1_RSCE"."ENTALLOWEDROLECONTEXTPERMTYPES" 16.57 KB 247 rows
    . . imported "ALER_3_0_1_RSCE"."ENTAPPLICATIONS" 5.921 KB 2 rows
    . . imported "ALER_3_0_1_RSCE"."ENTAUDIT_IMPEXPJOB" 32.76 KB 305 rows
    . . imported "ALER_3_0_1_RSCE"."ENTAUTHTOKENS" 8.679 KB 2 rows
    . . imported "ALER_3_0_1_RSCE"."ENTFILECASLINKS" 12.25 KB 494 rows
    . . imported "ALER_3_0_1_RSCE"."ENTITYRELATIONSHIPS" 8.031 KB 19 rows
    . . imported "ALER_3_0_1_RSCE"."ENTITYTYPEDEFS" 7.023 KB 7 rows
    . . imported "ALER_3_0_1_RSCE"."ENTITYUUID" 25.79 KB 399 rows
    . . imported "ALER_3_0_1_RSCE"."ENTPASSWORDHISTORY" 66.38 KB 872 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSECPERMISSIONS" 37.26 KB 639 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSECPERMISSIONTYPES" 9.601 KB 20 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSECROLECONTEXTS" 15.55 KB 38 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSECROLES" 31.71 KB 105 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSECROLETYPES" 14.39 KB 26 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSECUSERROLETYPES" 62.21 KB 1410 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSECUSERS" 63.04 KB 362 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSETTINGS" 31.43 KB 243 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSETTINGSSECTIONS" 6.171 KB 12 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSURVEYANSWERS" 9.117 KB 52 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSURVEYCHOICELISTS" 6.375 KB 2 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSURVEYCHOICES" 7.554 KB 6 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSURVEYQUESTIONSSURVEYS" 6.054 KB 7 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSURVEYQUESTIONTYPES" 5.632 KB 7 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSURVEYS" 6.867 KB 2 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSURVEYSTAKEN" 6.218 KB 16 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSURVEYTYPES" 6.390 KB 2 rows
    . . imported "ALER_3_0_1_RSCE"."EVENTHANDLERCATALOG" 8.195 KB 4 rows
    . . imported "ALER_3_0_1_RSCE"."EVENTLOCK" 5.882 KB 1 rows
    . . imported "ALER_3_0_1_RSCE"."FILEINFOTYPES" 6.421 KB 2 rows
    . . imported "ALER_3_0_1_RSCE"."FILES" 56.35 KB 494 rows
    . . imported "ALER_3_0_1_RSCE"."FORMLETTERSUBSTITUTIONINDEX" 7.265 KB 150 rows
    . . imported "ALER_3_0_1_RSCE"."HIDDENSYSTEMSETTINGS" 5.75 KB 5 rows
    . . imported "ALER_3_0_1_RSCE"."IDLISTSTORAGE" 7.593 KB 93 rows
    . . imported "ALER_3_0_1_RSCE"."JIVEGROUP" 5.859 KB 1 rows
    . . imported "ALER_3_0_1_RSCE"."JIVEGROUPUSER" 5.882 KB 1 rows
    . . imported "ALER_3_0_1_RSCE"."JIVEMESSAGEPROP" 76.67 KB 2503 rows
    . . imported "ALER_3_0_1_RSCE"."JIVEMESSAGETREE" 5.617 KB 14 rows
    . . imported "ALER_3_0_1_RSCE"."JIVETHREAD" 66.89 KB 1314 rows
    . . imported "ALER_3_0_1_RSCE"."JIVEUSER" 7.546 KB 1 rows
    . . imported "ALER_3_0_1_RSCE"."JIVEUSERPERM" 58.93 KB 3728 rows
    . . imported "ALER_3_0_1_RSCE"."METADATAENTRY" 26.17 KB 373 rows
    . . imported "ALER_3_0_1_RSCE"."METADATAENTRYTYPE" 9.570 KB 14 rows
    . . imported "ALER_3_0_1_RSCE"."METADATASEARCHABLEFIELDS" 8.281 KB 4 rows
    . . imported "ALER_3_0_1_RSCE"."METADATAXPATHS" 6.382 KB 30 rows
    . . imported "ALER_3_0_1_RSCE"."MVCONSTANTS" 22.05 KB 1 rows
    . . imported "ALER_3_0_1_RSCE"."POLICYASSERTIONRESULTS" 30.79 KB 264 rows
    . . imported "ALER_3_0_1_RSCE"."PRODUCTUPGRADESTATE" 10.10 KB 36 rows
    . . imported "ALER_3_0_1_RSCE"."PRODUCTVERSIONS" 6.945 KB 7 rows
    . . imported "ALER_3_0_1_RSCE"."PROJECTSASSETSLOG" 43.97 KB 1330 rows
    . . imported "ALER_3_0_1_RSCE"."REGISTRARQUEUETYPES" 27.92 KB 283 rows
    . . imported "ALER_3_0_1_RSCE"."RELATIONSHIPTYPES" 15.5 KB 30 rows
    . . imported "ALER_3_0_1_RSCE"."REQUIREDMATERIALS" 14.08 KB 105 rows
    . . imported "ALER_3_0_1_RSCE"."SAVEDSEARCHES" 32.95 KB 373 rows
    . . imported "ALER_3_0_1_RSCE"."SCMCHILDTYPES" 5.953 KB 3 rows
    . . imported "ALER_3_0_1_RSCE"."SCMHOSTS" 9.593 KB 3 rows
    . . imported "ALER_3_0_1_RSCE"."SCMTYPES" 7.179 KB 7 rows
    . . imported "ALER_3_0_1_RSCE"."SYSTEMTOOLS" 6.359 KB 1 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_ASSETTYPESTATUSES" 5.820 KB 27 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_DEPARTMENTS" 5.671 KB 12 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_EMAILSUBSTITUTIONS" 6.375 KB 17 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_ENTSURVEYQUESTIONS" 6.585 KB 7 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_FORMLETTERS" 9.164 KB 24 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_POLICYASSERTIONTYPES" 5.914 KB 1 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_PROJECTS" 23.48 KB 121 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_PROJECTSASSETS" 6.976 KB 156 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_REGISTRARNOTES" 6.070 KB 11 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_REVIEWS" 6.117 KB 6 rows
    . . imported "ALER_3_0_1_RSCE"."USERDEPARTMENTS" 13.42 KB 583 rows
    . . imported "ALER_3_0_1_RSCE"."ALER_EVENTS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETEDITS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETHASHES" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."ASSETTYPESCHEMA" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."CACHEMESSAGES" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."CATTYPEEXTERNALIDINDEX" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."CLUSTERINFO" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."ENTFEATURES" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSECDEPARTMENTS_TMP" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSECLOCKS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSECROLETYPES_TMP" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."ENTSECSECURITYSETTINGS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."EVENTDELIVERYMANAGERLOG" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."EXTERNALREFERENCES" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."GENAUDITLOG" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."GENPEOPLE" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."GENUSERS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."GENVALUELISTITEMS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."GENVALUELISTS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."IMPEXPDATA" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."IMPEXPJOBS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."JIVEFORUMPROP" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."JIVEGROUPPERM" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."JIVEUSERPROP" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."METADATAENTRYSIMPLESTORAGE" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."METADATAENTRYSMETADATATAGS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."METADATAENTRYTYPEENTITYTYPE" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."METADATATAGS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."PROJECTCATEGORIZATIONS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."READMESSAGES" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."RSSEVENTS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."SESSIONS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."SFIDCANDIDATEATTRS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."SFIDCANDIDATES" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."SFIDUSAGE" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."SYSTEMCONFIG" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_CACHEMESSAGES" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_ENTAUDITMSG" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_ENTFEATURES" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_GENVALUELISTS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_IMPEXPJOBS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_METADATATAGS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_POLICYASSERTIONS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."TMP26_READMESSAGES" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."UDDIREGISTRIES" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."UNIQUEELEMENTVALUES" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."USERCARBONCOPYEMAILLINK" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."USERCATEGORIZATIONS" 0 KB 0 rows
    . . imported "ALER_3_0_1_RSCE"."VENDORS" 0 KB 0 rows
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    ORA-39083: Object type OBJECT_GRANT failed to create with error:
    ORA-01917: user or role 'ALER_RW_RL' does not exist
    Failing sql is:
    GRANT SELECT ON "ALER_3_0_1_RSCE"."VASSETRELATIONSHIPS" TO "ALER_RW_RL"
    Processing object type SCHEMA_EXPORT/TYPE/TYPE_BODY
    ORA-39082: Object type TYPE_BODY:"ALER_3_0_1_RSCE"."XCONCAT_EXPR" created with compilation warnings
    ORA-39082: Object type TYPE_BODY:"ALER_3_0_1_RSCE"."XCONCAT_EXPR" created with compilation warnings
    ORA-39082: Object type TYPE_BODY:"ALER_3_0_1_RSCE"."XCONCAT_ALL_OUT" created with compilation warnings
    ORA-39082: Object type TYPE_BODY:"ALER_3_0_1_RSCE"."XCONCAT_ALL_OUT" created with compilation warnings
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Processing object type SCHEMA_EXPORT/MATERIALIZED_VIEW
    Processing object type SCHEMA_EXPORT/JOB
    Processing object type SCHEMA_EXPORT/REFRESH_GROUP
    Job "ALER_3_0_1_RSCE"."SYS_IMPORT_SCHEMA_01" completed with 194 error(s) at 16:46:39

    ORA-02380: profile IMDD_SCHEMA_PROFILE does not existThis role exist in Source database where you exported, May be you are performing schema refresh so that the required profile not exist in target database where you are importing.

  • How to get high importance mail from Workflow

    Whenever the work item goes to Workflow inbox, parallelly the work item is going to Outlook as a mail.
    Now the problem is the mail should go with high importance indicator.
    Here the mail is triggering from "User Decision" step, not from the "Mail Step".
    we treid the step priority as 1, 2, 3 in the "Miscellaneous" tab in the User Desicion step, but its not working.
    I obseerved in other system (SRM) its working, but step priority is set as 0 under "Miscellaneous" tab in the User Decision step, generally we have 1-9.
    Is there any other settings need to be done? Pls let me know.
    Regards,
    Kishore.

    hi,
    You have to mark your Mail As EXPRESS mail.
    Then it will show as an Important mail and a prompt will be displayed as soon as mail reached the Inbox.
    Regards
    Sumit Agarwal

  • How to get 2 important suggestions to Apple about iOS 6.

    Hi all,
    Does anyone know of a way of getting user suggestions to Apple?
    The two I particularly want them to implement are:
    1) Podcasts App is great. But given that a podcast is almost always a long spoken thing, surely it's lunacy for the iPhone to forget where you were in a podcast when you close it and go back to it later. Even if you don't close the app, if you re-open it, it takes you back to the root. Yes, if you choose the same episode it remembers at what point stopped listening but given that some of my subscribed casts have many dozens of episodes, numbering sometimes in the hundreds, I don't sometimes remember what episode I was listening to. Just make it go back to the ep that was being listened to!
    2) Alarms. 10 mins snooze? Why of why can't it be customisable? A 5 min snooze is much better for my morning alarm. Not hard, come on Apple, been waiting for this one since iOS 3.
    Is there an email address or forum where users can put forward their comments/bugbears?
    Thanks.

    Will39 wrote:
    Hi all,
    Does anyone know of a way of getting user suggestions to Apple?
    http://www.apple.com/feedback

  • How to export/import  a Project from Dev area to Test area

    Dear All,
    We are using ODI for the first time in our organization. We have completed our developments and need to export the project and import it to the test area.
    We exported the project as a whole and tried to import to teh new repository using teh mode "INSERT", but it is failed saying that the sequences are having values less than the object IDs.
    When we tried to import using "DUPLICATE" mode it all Project got imported. But the relations to the folders are invalid.
    Please guide us how to do export/import a project. (The documentations we referred does not talk about the errors mentioned above)
    Thanks in Advance,
    Jeneesh
    Edited by: jeneesh on Dec 14, 2011 11:17 AM
    We are getting the below error when trying to import using "INSERT" mode :
    "You are importing an object from another repository with teh same identifier"

    Dear All,
    Thanks for the support.
    The issue has been resolved, we followed the below document.
    https://docs.google.com/viewer?a=v&q=cache:49wyyioePCMJ:apex.oracle.com/pls/apex/BUDBG_PT.load_file%3Fp_filename%3D20070500_ODI_Import_Export_BestPractice.pdf+import+export+best+practices+for+scb&hl=en&gl=ae&pid=bl&srcid=ADGEESgjBzSoRQMBdOkiR83vI7GGUhYcAQk1YmgJmY6aprTW3vZNOERYKWTMwv0hCVn5Zi6OnecOFbBP39zYV0SfjE0UNzWhp4gr0hflvUEPyxkyudMyVE2M-5lfKsN2YQfYh3VC_ehS&sig=AHIEtbSBfLGO2LIhdcyBsjM9Q7jezh6jtQ
    Regards,
    Jeneesh

Maybe you are looking for

  • ABAP spool to OTF format

    Hi, Is there any function module available to convert ABAP spool Job to OTF format?. Final requirement is to convert this to PDF, however CONVERT_ABAPSPOOLJOB_2_PDF  is not found suitable for this requirement, since the converted output needs to be o

  • How to Include JRE with our Setup Package

    please help me, i have created one swing application.i successfully created setup.exe using installsheild 11.It is working in my machine.when i run this in another machine .it is not working.iam using some external jar also in the appln.i put that ja

  • Dynamic text in a dataGrid column?

    i have a datagrid. i want to populate the first column with a different label depending on the row number. A good example of this would be Column 1 label Label 1 Label 2 Label 3 Label 4 I have these labels in an array, so i could access them if i had

  • Web Service Problems in ES2

    Running LC ES2 SP1 on Windows 2008 R2 32-bit server. I have a form that has multiple web service connections to processes I created in workbench.  I can connect to them fine in workbench and some of them work fine on my form.  I am using the WSDL for

  • Models that turn off integrated antenna when using antenna jack.

    I am looking for a cell phone that has an external antenna jack AND will turn off the integrated antenna when the external jack is inserted. Lets define the term " integrated" as being an internal antenna or the permanent attached external or nub sty