How to know from where , the particular memory id is ecported

Hi,
In one program there is statement.
IMPORT from MEMORY ID 'Z123'.
How can i know where this memory id is exported .
Regards
Ramakrishna L

Hi
You can read about Memory ID from here
[Memory-ID|http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3bde358411d1829f0000e829fbfe/frameset.htm]

Similar Messages

  • How to know and change  the current memory settingf of a libray ?

    Hi
    is anybody know how to change the current quota setting of a library or workspace with content services api.
    and how will we change the same.
    i need to get current wuota settings of a library and need to change that settings..
    Thanks

    To determine existing quota settings, check out Attributes javadoc for
    QUOTA_ALLOCATED Quota allocated to the closest parent folder that has a QuotaConfiguration (could be the item itself, in the case of a Folder item).
    Available on: DOCUMENT , FOLDER
    Constant Field Value: QUOTA_ALLOCATED
    Data Type: Long
    QUOTA_CONSUMED Quota consumed by the subtree of the closest parent folder that has a QuotaConfiguration.
    Available on: DOCUMENT , FOLDER
    Constant Field Value: QUOTA_CONSUMED
    Data Type: Long
    Create an AttributeRequest[] for the above attributes on the appropriate item concerned.
    For example, to determine quota of my personal workspace :-
    FdkSession session = new FdkSession(....);
    SessionManager sM = Managers.getSessionManager(session);
    AttributeRequest ar1 = new AttributeRequest();
    ar1.setAttributeName(Attributes.PERSONAL_WORKSPACE);
    ar1.setRequestedAttributes(new AttributeRequest[]
    new AttributeRequest(Attributes.QUOTA_ALLOCATED,null),
    new AttributeRequest(Attributes.QUOTA_CONSUMED,null)
    AttributeRequest[] requestedAttributes = new AttributeRequest[] { ar1 };
    Item i = sM.getCurrentUser(requestedAttributes);
    log(i);
    In order to update quota of a Workspace (or potentially the domain), call
    QuotaManager.updateQuota method.
    Check out the javadoc for QuotaManager.
    cheers
    Matt.

  • How to track that, from Where the value is EXPORTing to MY_MEMORY_ID

    Hello,
    Previous programmer is IMPORTing some value into a variable from MY_MEMORY_ID, fine, this is happening in a Customer- Function of Purchase Req.
    But, I do not know, From where he is EXPORTing that value? pls. let me know, How to track/How to know from Where he is EXPORTing?
    I hv seen any comments/documentation of that user exit, I hv searched GLOBALLY for that memory ID in PO prog./Purchase Req. prog./Sales order prog!! but, did not find it!!
    Is there any table to store this data(EXPORT/IMPORT), i do not think so!! bcoz, its run time/buffer!!
    thank you

    thank you.
    After coming to home, I got the same thought.....again thout that, there might b 2 concerns, like,
    1 - we put these memory IDs in SINGLE quotes, like "MY_MEMORY_ID", so, in this case, that std. SAP prog. is really scans?
    2 - this client SAP system is a Monster!! so, i do not know, is it goes to outtage!!
    thank you

  • From where the systeme proposes the Delivery date in the PO

    Dear All,
    Please let me know from where the Delivery date gets proposed in the PO?
    It is not releated to the MRP views parameters, isn't it?
    Regards
    Ahmad

    yes it is right its in MRP but can be used for both external and internal procurement. but if that material is not subjected to MRP then you can also define the planned delivery time in vendor master purcahsing view.
    regards,
    qsm sap

  • How to get the Country name from where the user access the website ?????

              Hi ,
              i have a requiremtn in which i want to display the country name from where
              the user browse our webpages . for example if he is browsing from us , then i
              should display US and if he is browsing from UK , then i should dispaly "uk" etc...
              can anyone guide me how to proceed .
              thanks in advance
              Regards
              Subu
              

              Hi Laura Taylor ,
              Thanks for your Reply and Thanks for ur Guidelines.
              Thanks & Regards
              Subu.
              "Laura Taylor" <[email protected]> wrote:
              >
              >Unfortunately, there is no way to determine the country unless the client
              >indicates
              >that to you directly(i.e. via a form input value). However, there are
              >two request
              >headers that can help you determine the language preference(s) of the
              >client:
              >
              >Accept-Language -- Specifies the language preference(s) the client prefers
              >to
              >receive.
              >Accept-Charset -- Identifies the charset(s) the client understands.
              >
              >Laura
              >Developer Relations Engineer
              >BEA Support
              >
              >
              >"Subu" <[email protected]> wrote:
              >>
              >>Hi ,
              >> i have a requiremtn in which i want to display the country name
              >from
              >>where
              >>the user browse our webpages . for example if he is browsing from us
              >>, then i
              >>should display US and if he is browsing from UK , then i should dispaly
              >>"uk" etc...
              >>can anyone guide me how to proceed .
              >>
              >>thanks in advance
              >>
              >>Regards
              >>Subu
              >
              

  • How to check from Where a Program is Called in SAP ABAP?

    In SAP subroutine message_append in program LATPCFM2 has been called for purchase order as well as delivery (create, change, display).
    I want some custom code to be added in this subroutine by which I would know from where it is being called for "delivery creation".
    Or any way to know the called place.

    Hi Raju,
         I want to add one more thing to your explanation, While enhancing the standard Program, it will be used in several Places for Different purpose. Instead of Checking from Where it is Called, Check with for what conditions the Custom Code Should get executed and the Required Values are present in the attribute. It will work better if we add Some IF conditions Before Our Custom Code otherwie it may lead to Dump.
    EX: If SY-Tocde = 'VA01' or SY-Tocde = 'VA02' or SY-Tocde = 'VA03'.
              Custome Code.
          endif.

  • I am having LENOVO E49 Laptop. Pl let me know from where can I find : Bluetooth Peripheral Device Driver

    I am having LENOVO E49 Laptop. Pl let me know from where can I find : Bluetooth
    Peripheral Device Driver

    Go to the Lenovo website @
    http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?DocID=HT074075  This information is usually found in your owner manual for the laptop.  Have you read the owner's manual?
    The manufacturer is always the first place you should look for all support for computer systems.  Microsoft has absolutely nothing to do with the configuration of the hardware that is used by the manufactures in their products.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Identify tables from where the function module extracts data for the ES

    Hi All,
    For the datasource, 0CRM_SALES_ORDER_I in the CRM system, we need to add a new field (in the table level). This datasource's extraction type is 'F1 - function module'. Is the extractor itself is this function module? If it is a sepeate FM, where can we find the function module name used for this datasource?
    We need to identify the tables from where the fields in this datasource fetch data from. Where can we find this information?
    To be specific, in the sales order in tcode crmd_order, if we goto conditions tab and create a new condition, in what table this will get stored?
    Thank you in advance,
    Hari

    Ignore this thread! there is another thread I have created for the same problem.
    I created only one; wonder how it became two!!

  • I had bought a Mac PRE 13 in,  in 7th Sep,but it is 15th Sep today,how doesn't my computer come to me? So,how can I check where the computer is at this moment?

    I had bought a Mac PRE 13 in,  in 7th Sep in the online Apple Store,
    but it is 15th Sep today,how doesn't my computer come to me yet?
    So,how can I check where the computer is at this moment?

    Call the online Apple Store.  You should have received an email with a FedEx tracking # if you are in the US.
    There is nothing anyone can do for you on a message board!  We are all end users just like yourself.

  • How to get rid of the "other" memory

    I need steps to find a way how to get rid of the "other" memory. Ive tried deleting my photos. But my memory is still low. My iphone 4 is a 8GB and still that isnt much, and to have this "other" memory take most of it up is making me mad. HELP PLEASE!!!!!!

    About “Other”:
    http://support.apple.com/en-us/HT202867
    Go step by step and test.
    1. Start up in Safe Mode.
        http://support.apple.com/kb/PH11212
    2. Backup your computer.
    3. Empty Trash.
       http://support.apple.com/kb/PH13806
    4. Disk space / Time Machine ?/ Local Snapshots
      Local backups
       http://support.apple.com/kb/ht4878
    5. Delete old iOS Devices Backup.
        iTunes > Preferences > Devices
        Highlight the old Backups , press “Delete Backup” and then “OK”.
        http://support.apple.com/kb/HT4946?viewlocale=en_US&locale=en_US
    6. Re-index Macintosh HD.
        This will take a while. Wait until it is finished.
        System Preferences > Spotlight > Privacy
        http://support.apple.com/kb/ht2409
    7.Try OmniDiskSweeper. This will give the storage size details of the items.
       https://www.omnigroup.com/more
       Select Macintosh HD and click  “Sweep Selected Drive” at the bottom.
       Be careful. Delete only the files that can be safely  deleted. If you are not sure about any file, don’t touch it.
    8. Move iTunes, iPhoto and iMovie media folders to an external drive.
        iTunes
        http://support.apple.com/en-us/HT201562
        iPhoto
        http://support.apple.com/kb/PH2506
        iMovie
        http://support.apple.com/kb/ph2289

  • How stop PS6 from removing the DPI value from an image when using "save for the web"?

    How stop PS6 from removing the DPI-value from an image when using "save for the web"?
    Example:
    - Open a tif image, that contains a dpi value (resolution).
    - Use the splice tool in PS6.
    - Export the slices with "Save for web", as gif-files.
    Then the dpi value is removed, the gif files has no dpi value (it's empty).
    How can we stop PS6 from removing the dpi value when using "save for web"?
    OR:
    When using the slice tool, how can we save the sliced pieces without PS removing the dpi value?

    you can make your art go a little bit over the bounds. or you can make sure your artboart and art edges align to pixels

  • Is there any kind of Apple Company policy that Apple's iPhone can only be repair or service at the place from where the iPhone have bought?

    Hello,
    I'm Chintan from India. I have visited UK for study and brought iPhone 5 for me. I used it for about 16 days and now its started showing the problem of coverage. I mean, it shows "NO SERVICE" at the place of carrier name and tower symbol.
    My query:
    Do Apple have this kind of worthless service provider policy?
    I have visited the local authorized service center and they are not accepting my iPhone 5 and telling me that they can not accept it for repair or service because I have brought it from UK. I have checked my iPhone 5 status on the Apple Site and it is showing full cover of Repair and Service, then why the local Apple Authorized Service Center is not accepting my iPhone 5?
    Is there any kind of Apple Company policy that Apple's iPhone can only be repair or service at the place from where the iPhone have bought?
    Kindly help me out as I'm stuck with the so called APPLE IPHONE 5.
    Looking for the POSITIVE, SUPPORTIVE and HELPFUL reply.
    Thank You

    You should have read the warranty/support terms before you made your purchase. Had you, you would have found that iPhone warranty/support is only valid in the country of original purchase(except for the EU where warranty/support is EU wide). In your case, your warranty/support is only valid in the EU, as you have now found out...after your purchase. And, you are correct, they will not service the phone in India.
    Always been this way with the iPhone.

  • I am a SAP Netweaver Consultant , want to know from all the SAP Experts out here that according to you which are the highest paying modules in SAP ? rank them.

    I am a SAP Netweaver Consultant , want to know from all the SAP Experts out here that according to you which are the highest paying modules in SAP ? rank them.

    Hi S. Vishwam.
    Many peoples says that BI , APO , BW and HANA are the highest paying modules.
    But with the passage of time the value of the professional decreases because many people go work with this modules then ...supply and demand = decreases.
    Only the people that really knows continue making lots of moneyand the characteristic of these people are the same:
    They always read the SDN community of his modules.
    They really study the sap help.
    They do not want to make lots of money early on.
    Hope helped you.

  • Unable to identify from where the listener run

    Hi,
    In my env we have 2 oracle binaries&4 dbs. one listener is configured for all databases. I have modified the listener (Delete all entries) and start the listener.
    Few minutes it is showing that no services added to the listener. After 3 minutes, automatically all database services added and went to ready state. I can't able to identify from where the services added.
    Incase if i added any entries in the listener.ora file, that services went to unknown state. Then what could be issues?
    OS-solaris
    NO CLUSTER/RAC.
    oracle 10g.
    I am new to this env. so i cant able to find from where the listener file read ,from where the services running as ready?
    Note:- if i check lsnrctl status,it shows the perfect listener file what i edit.
    Please help me.
    Thanks in advance.

    LOG FROM listener.log
    TNSLSNR for Solaris: Version 10.2.0.5.0 - Production on 13-FEB-2013 17:14:29
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    System parameter file is /app/oracle/product/10.2.0/db_2/network/admin/listener.ora
    Log messages written to /app/oracle/product/10.2.0/db_2/network/log/listener1.log
    Trace information written to /app/oracle/product/10.2.0/db_2/network/trace/listener1.trc
    Trace level is currently 0
    Started with pid=19832
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test.world.az)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    WARNING: Subscription for node down event still pending
    13-FEB-2013 17:14:30 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=test)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER1)(VERSION=169870592)) * status * 0
    WARNING: Subscription for node down event still pending
    13-FEB-2013 17:14:36 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=test)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870592)) * status * 0
    WARNING: Subscription for node down event still pending
    13-FEB-2013 17:14:40 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=test)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870592)) * status * 0
    WARNING: Subscription for node down event still pending
    13-FEB-2013 17:14:46 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=test)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870592)) * status * 0
    WARNING: Subscription for node down event still pending
    13-FEB-2013 17:14:57 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=test)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870592)) * status * 0
    WARNING: Subscription for node down event still pending
    13-FEB-2013 17:15:13 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=test)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870592)) * status * 0
    WARNING: Subscription for node down event still pending
    13-FEB-2013 17:15:16 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=test)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870592)) * status * 0
    13-FEB-2013 17:15:23 * service_register * test_db1 * 0
    13-FEB-2013 17:15:23 * service_register * test_db2 * 0
    13-FEB-2013 17:15:23 * service_register * test_db * 0
    13-FEB-2013 17:15:23 * service_register * test * 0
    WARNING: Subscription for node down event still pending
    13-FEB-2013 17:15:36 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=test)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870592)) * status * 0
    13-FEB-2013 17:17:44 * service_update * test * 0
    WARNING: Subscription for node down event still pending
    13-FEB-2013 17:18:43 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=test)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870592)) * status * 0

  • How to know what are the privs for one custom schema?

    how to know what are the privs for one custom schema?
    please suggest me......

    Hi,
    Check this user_sys_privs
    Cheers
    Pavan Kumar N

Maybe you are looking for

  • Apple Apps Crashing

    I've actually had this problem since Mavericks.  Something on my system is causing Apple Apps to crash.  I've done a fresh reinstall and all is fine until I migrate my stuff back onto my laptop.  Here's a typical crash report (Dictionary crashed).  I

  • Mdb ejb won't load using steady-pool-size

    I have a message driven bean I'm deploying in an .ear file. The sun-ejb-jar.xml file has the following: <sun-ejb-jar> <enterprise-beans> <unique-id>1</unique-id> <ejb> <ejb-name>LoggerEJB</ejb-name> <jndi-name>com.ecc.utils.LoggerTopic</jndi-name> <m

  • Logic Pro X only plays through display speakers, no issue with Logic 9

    When I use Logic Pro X, my sound will not play through external speakers or headphones, only through my thunderbolt display. If I go ahead and use Logic Pro 9, I can play through the display, speakers, or headphones. Any idea what is going on here?

  • Notes Sync Error with Mountain Lion

    Hi, I am having trouble syncing the blackberry memopad entries with the notes application on Mountain Lion. I believe this was a reported issue previously according to this: http://btsc.webapps.blackberry.com/btsc/viewdocument.do;jsessionid=A8635A3DF

  • HT4623 How do I get the latest IOS update for my iPad 1st generation model# MB294LL?

    I have a 1st generation iPad that has a very outdated IOS version due to I forgot how to update. I do not have the update option in my setting menu like you find in newer iPads. Any suggestion?