How to import and export the screen parameters

hi all
how to import and export the parameters of the screen
i need to export all the parameters and then import it
and also how to export and import a variable to the memory
thanks and regards
naval bhatt

Hi,
Check this example for exporting and importing to memory..
DATA: V_VALUE(2) VALUE '2'.
EXPORT V_VALUE = V_VALUE TO MEMORY ID 'ZTEST'.
IMPORT V_VALUE = V_VALUE FROM MEMORY ID 'ZTEST'.
Thanks,
Naren

Similar Messages

  • Import and export the database table

    I would like to know what is the syntax of using imp.exe and exp.exe to import and export the database table?
    Could anyone teach me what is the syntax and how could do the export and import in the Forms?
    Thanks a loT~

    try: imp help=yes
    Or read the documentation online on OTN.

  • I have a huge file which is in GB and I want to split the video into clip and export each clip individually. Can you please help me how to split and export the videos to computer? It will be of great help!!

    I have a huge file which is in GB and I want to split the video into clip and export each clip individually. Can you please help me how to split and export the videos to computer? It will be of great help!!

    video
    What version of Premiere Elements do you have and on what computer operating system is it running?
    Please review the following workflow.
    ATR Premiere Elements Troubleshooting: PE11: Project Assets Organization for Scene and Highlight Grabs from Collection o…
    But please also determine if your project goal is supported by
    a. format of your source
    and
    b. computer resources
    More later based on details that you will post.
    ATR

  • How to import and make the content of the original PDF document editable and preserves the pdf appearance and retains existing fields and formatting in LiveCycle

    Can someone tell me how I can see my content (artwork and text) after I import  it into LiveCycle Designer ES4?  I like to import and make the content of the original PDF document editable; preserves the pdf appearance and retains existing fields and formatting, then allow me to do the modifications and save it back into the original PDF document with changes. I have tried everything but still cannot see my content(artwork and Text) of my original PDF after importing it into LiveCycle. All I see are is a blank page with the formatting and layout of where my artwork and text should be. I like to see everything if possible so after I make my change I will know how it will look when I save it back into the PDF and open it in Acrobat Reader.

    Can someone tell me how I can see my content (artwork and text) after I import  it into LiveCycle Designer ES4?  I like to import and make the content of the original PDF document editable; preserves the pdf appearance and retains existing fields and formatting, then allow me to do the modifications and save it back into the original PDF document with changes. I have tried everything but still cannot see my content(artwork and Text) of my original PDF after importing it into LiveCycle. All I see are is a blank page with the formatting and layout of where my artwork and text should be. I like to see everything if possible so after I make my change I will know how it will look when I save it back into the PDF and open it in Acrobat Reader.

  • How do import and export pictures from my HP laptop

    How do I import or export pictures and video from laptop to iPad.

    Start Here >  http://www.apple.com/support/ipad/syncing/
    Also, see here >  Ipad User Guide

  • Import and export the image in flash

    HI! Guys!
    I am Quite New to to flash in this enviroment so please i
    need help can any one help me out in this problem.
    the issue is I need to upload the image from my desktop to
    certain flash animation by draging and generate the image from that
    final Flash animation and save it in my computer.
    Dijup

    if you're using flash 8, you can use flash to upload a file
    (using the filereference class) to a server that hosts the swf. and
    if that file is a jpg or gif, you can load it into flash. however,
    you can't drag and drop a file into flash.

  • How to import and export Oracle 10g XE in Ubuntu

    Hello everyone,
    I'm a Linux (Ubuntu) user, I need to import my *.dmp* file in Ubuntu.
    Can someone help me, how can I do this and also how can I export?
    Thanx in advance.
    Talha

    Hi,
    These might help
    https://help.ubuntu.com/community/Oracle10g
    http://www.debian-administration.org/articles/430
    http://www.oracle.com/technology/tech/linux/install/xe-on-kubuntu.html
    http://www.oracle.com/pls/xe102/homepage
    You need set environment variables correctly
    This might help with that and some other minor things
    http://ubuntuforums.org/showpost.php?p=7838671&postcount=4
    And XE comes with Apex version is 2.1.
    You can upgrade it
    http://www.oracle.com/technology/products/database/application_express/html/3.2_and_xe.html
    Get SQL Developer, it is nice tool work with database
    http://www.oracle.com/technology/products/database/sql_developer/index.html
    Br,Jari
    Edited by: jarola on May 3, 2010 12:37 PM
    links corrected

  • How to identify and update the DB parameters (no SYS access)

    Hi experts,
    I have to check some parameter values for an OID tuning
    I do not have sys access, I have only schema user access
    Now how do I see the values of SGA_TARGET, db_cache_size etc parameter
    I manage to see these var in init.ora file under /dbs folder but there are 2-3 spfile also having containing these attributes, not sure which reflect the actual.
    Also can I alter also these value via schema user or do I need SYS access?
    Would appreciate if i can get help in this
    Thank you

    DK2010 wrote:
    Hi,
    Welcome to the forum,
    You need DBA access to see the value and sysdba access to alter the value.
    if you are able to check the file under the /dbs then you can identify the spfile naming with your database name
    generally it look like
    spfile<sid>.ora of init<sid>.ora
    you can use the cat command to see the value like
    cat init<sid>.ora|grep -i sga
    HTH'cat' will work, but since the spfile is a binary file, the 'strings' command would be the better choice:
    oracle:hr91dvvb$ ls -l spfile*
    -rw-r----- 1 oracle dba 2560 Apr 22 15:53 spfilehr91dvvb.ora
    oracle:hr91dvvb$ cat spfilehr91dvvb.ora
    C"ݾoè{0CC"!r91dvvb.__db_cache_size=339738624
    hr91dvvb.__java_pool_size=4194304
    hr91dvvb.__large_pool_size=4194304
    hr91dvvb.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    hr91dvvb.__pga_aggregate_target=339738624
    hr91dvvb.__sga_target=503316480
    hr91dvvb.__shared_io_pool_size=0
    hr91dvvb.__shared_pool_size=146800640
    hr91dvvb.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/hr91dvvb/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='/oradata/hr91dvCC",2vb/control01.ctl','/oradata/hr91dvvb/control02.ctl','/oradata/hr91dvvb/control03.ctl'
    *.db_block_size=8192
    *.db_domain=''
    *.db_name='hr91dvvb'
    *.db_unique_name='hr91dvvb'
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=hr91dvvbXDB)'
    *.memory_target=842006528
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.undo_tablespace='UNDOTBS1'
    CC"GeCC"FeCPuTTYPuTTY
    oracle:hr91dvvb$ PuTTYPuTTY
    oracle:hr91dvvb$ strings spfilehr91dvvb.ora
    hr91dvvb.__db_cache_size=339738624
    hr91dvvb.__java_pool_size=4194304
    hr91dvvb.__large_pool_size=4194304
    hr91dvvb.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    hr91dvvb.__pga_aggregate_target=339738624
    hr91dvvb.__sga_target=503316480
    hr91dvvb.__shared_io_pool_size=0
    hr91dvvb.__shared_pool_size=146800640
    hr91dvvb.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/hr91dvvb/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='/oradata/hr91dv
    vb/control01.ctl','/oradata/hr91dvvb/control02.ctl','/oradata/hr91dvvb/control03.ctl'
    *.db_block_size=8192
    *.db_domain=''
    *.db_name='hr91dvvb'
    *.db_unique_name='hr91dvvb'
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=hr91dvvbXDB)'
    *.memory_target=842006528
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.undo_tablespace='UNDOTBS1'
    oracle:hr91dvvb$
    {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to import and export trusted site

    i have configured cisco sdm everthing loading fine from sdm to router when i lunch sdm give ip address 10.1.1.1 its showing one error untrusted site how do i fix that problem in mozila firefox
    == URL of affected sites ==
    http://10.1.1.1
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB0.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)

    i have configured cisco sdm everthing loading fine from sdm to router when i lunch sdm give ip address 10.1.1.1 its showing one error untrusted site how do i fix that problem in mozila firefox
    == URL of affected sites ==
    http://10.1.1.1
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB0.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)

  • Regarding import and export statement

    hi experts,
    how to import and export the internal table between programs...
    Nice solutins with maximum points.....

    Example of a program exporting an internal table to ABAP memory.
    Prog 1
    parameters: pa_vbeln like vbak-vbeln.
    data: itab type standard table of vbak.
    * get data to fill the table
    select * from vbak into table itab
                where vbeln = pa_vbeln.
    * now store the internal table to ABAP memory
    export itab to Memory ID 'table''.
    * here we call another program, prog 2
    submit prog2 and return.
    Prog 2  -> This imports the internal table exported by prog 1 and writes the content of the internal table to a list
    data: jtab type standard table of vbak,
           wa_vbak type vbak.
    * importing the itab that was exported by prog1
    import itab to jtab from memory id 'table'.
    loop at jtab into wa_vbak.
    write:/ wa_vbak-vbeln,
            wa_vbak-erdat.
    endloop.
    * clear the specific memory id after required processing is complete
    free memory id 'table'
    Hope this solves your problem.
    Cheers,
    Sougata.
    Subas,
    Copy/paste your code, I'll have a look. First check if data is being selected before Export command.
    Edited by: Sougata Chatterjee on Jan 11, 2008 12:31 PM
    Also make sure you create prog2 as an executable program. Then, run prog1 with a valid Sales Order number. To understand it more clearly run it in debugging mode and step through. It should work fine in any system.
    Edited by: Sougata Chatterjee on Jan 11, 2008 12:42 PM

  • Import and export in linux.

    hi
    can anyone guide me how to import and export dump files in Red Hat linux 5.2?
    also i searched over the ineternet but i did not understand because i am newbie to linux.
    can anyone help me out and guide me step by step?
    i also posted on Database-General but i just got links there.
    can anyone guide me step wise?
    i am newbie to linux.
    i tried the following commands.
    $ imp system/pass@db file=file_name log=log_name full=y
    but it gave me new problem something like this.
    export-import>
    i did not understand the above one.
    thanks in advance.
    sarah
    Edited by: QGIRCO on Apr 27, 2010 4:58 AM

    Unfortunately based on what you have provided and what I read on your other post you probably won't get much more than links on this forum as well. The documentation is pretty clear on how to use IMP / EXP.
    Have you been able to follow the documentation and the examples provided? You mentioned on your other thread that you know how to do it in Windows. Well the same logic applies in Linux except maybe the path to your file and permissions.
    Also, in the future please don't double post (even across forums).

  • Import and Export Universe Restriction Sets

    Hello Gurus,
    We have a universe which has 100+ Restriction sets. We are in the process of migrating & testing BI4.0. As the developments are still going on in 3.1, Its getting difficult to manage the secuirty(Restriction sets) to deploy in multiple environments.(Restriction sets)
    Is there a vb macro or pre-defined SDK to import and export the Universe Restriction sets from 3.1 Universe Designer to 4.0 Designer.
    Thanks !!

    Why cant use merge them using union/union all if intention is to get them to same sheet? Is it like the metadata is different so that they cant be merged to single sheet?
    If that being the case you need to do it in two steps. 
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Import and export in odiconsole

    Hi Guys,
    Can we do import and export the ODI scenarios using ODI console.
    I aware of that we cann't do the import/export in ODIConsole.
    Please can any one help me if it is posible, provide the steps.
    Thank you
    Regards,
    Phanikanth

    Canot explain more better than this link.
    http://docs.oracle.com/cd/E23943_01/integrate.1111/e12643/odi_console.htm#BABGCDID
    Bhabani
    http://dwteam.in

  • Data importing and exporting problem between BADI's

    Hi Experts,
    I am facing a problem in importing and exporting the data between badi's.
    I am able to import and export the data between DOC CHANGE and DOC CHECK BADI's etc; but now i have a requirement to map a field from SRM to R/3.
    Supplier order key field which is added to the basic data section of Shopping Cart should be mapped to the corresponding fields in R/3. I have added the field and when i am trying to map it to R/3  i am facing the probelm.
    This Supplier order key field will be coming from ZBBP_CATALOG_TRANSFER badi and i am trying to map it in the Z_BBP_CREATE_PO_BACK Badi; i tried by using the below statement to export a single parameter to PO BACK badi from CATALOG TRANSFER Badi
      EXPORT zsupp_ord_key FROM zsupp_ord_key TO MEMORY ID 'Z_SUPP_ORD_KEY'.
    which is not working.
      IMPORT zsupp_ord_key TO zsupp_ord_key FROM MEMORY ID 'Z_SUPP_ORD_KEY'. in PO BACK BADI.
    Can any one please let me know why this is happening?
    And i have strange problem in this ...
    when a user copies a catalog which is already created then we can not map the field to R/3 PO
    and again if he tries to create a cart by selecting "Old carts which are already created" we cant map field for the above two things to happen i think we need a custom coding .....
    Thank you
    Lokesh.

    Hi Lokesh,
    BADI implementations have classes for which an instance is created at runtime and hence the import and export memory logic will not work.
    Please try to create a function module for these BADI and call them in these BADI's. Then go ahead with the import and export logic. This could help.
    I would rather advice, to figure out an option to avoid this memory manipulations.
    Regards
    Kathirvel

  • The Projects screen to import and export SAP xApp Manufacturing Integration

    Hello:
    On my SAP Discovery Server, On the Projects screen to import and export SAP xApp Manufacturing Integration and Intelligence (SAP xMII) projects.
    Under the projects listed I see one Default project, is listed as a System Project.
    I did an import and used one of the sample application, along with the ExportManifest.xml file.
    "You can create an external project structure, include it in a zip file, and import it as a new project. You do not need an ExportManifest.xml file to import a project."
    Now I see two projects listed as System Projects, is that ok, would that cause any issues? Is there any way that I could correct this?
    Note:
    If you import a project that already exists, the system overwrites the current project structure and files.
    You can import hidden projects that do not appear on the Projects screen or in the SAP xMII Workbench. System-defined projects may appear in the Projects screen and in the SAP xMII Workbench, but you cannot delete them. You can import a project with the same name as a hidden or system-defined project and overwrite its properties. If you do this, they are no longer considered to be hidden or system-defined projects.
    Thank you,

    You could consider creating a project and exporting it to see the proper format of the zip file, including the ExportManifest.  You should find attributes in the xml for setting the description, system type, etc.

Maybe you are looking for

  • Webutil_clientinfo.get_host_name

    I am using Dev 11. I need to open outlook from an JSF form and in turn open an item in outlook whose id (Hex DEC) is stored in a table. This we have achieved in oracle forms using webutil. To achieve it in JSF page we would require the following thin

  • MS SQL Server 2005 data types

    Hi, I have some code that executes a stored procedure in SQL Server 2005 database from Weblogic 8.1. There is a Spring framework layer in between. I am having problems passing a datetime parameter to the SP (ther server thinks it's a varchar). Accord

  • Messages format inside Message-Store

    Hi everyone, any idea about how to deny (vi/more/less/cat) read access to *.msg files inside message store? Is there a way to "crypt" or change (maybe from ascii to data) the way to store messages file on File System ? Thank you for replies..........

  • Itunes hangs with iphone connection

    this is a followup with linc davis.  i have macbook pro 13" mid 2010 with 10.10.2 OS and iphone 5 with iOS 8.1.3 below is what was on the command log per your instruction. please help. thx 4/7/15 2:44:32.262 AM discoveryd[48]: Basic Bonjour set up wa

  • Propagation with ant scripts

    Hi all, I'm trying to propagate repositories from one server to another, using propagation tools for ant scripts. There are some documention on how to do this, but I get errors that are not explained in these documents. Is there any further documenta