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

Similar Messages

  • Having trouble figuring out how to forward text messages.  Can someone tell me how to do that?  Where the forward button.  You used to be able to hit forward and put radio button on all the messages.  The screen looks blank to me.

    In the new iOS7, Having trouble figuring out how to forward text messages.  Can someone tell me how to do that?  Where the forward button.  You used to be able to hit forward and put radio button on all the messages.  The screen looks blank to me.

    In the new iOS7, Having trouble figuring out how to forward text messages.  Can someone tell me how to do that?  Where the forward button.  You used to be able to hit forward and put radio button on all the messages.  The screen looks blank to me.

  • How to prevent numericstepper from setting the value to the defined Maximum when a number greater than maximum is entered in by keyboard and user hits the "Enter" key.

    I need to set the Maximum so that the use can use the mouse to change the value of numericstepper (and not go over a certain number), but at the same time I have to allow the user to enter their value by typing in the text field. When the user enters a number greater than the Maximum, I disable the "Ok" button of the dialog and show a red warning(error message). The issue is that the user can hit "Enter" and numeric stepper would set the value to the Maximum and the dialog box would close and the rest of code would run. I want the numericstepper not to change the value and keep showing the warning even if the user hits the "Enter".
    Note: Setting maxChar does not help since my maximum is 1000, and user might enter 5555
    I would appreciate the help.

    Thanks for trying to help, But
    The issue is that if I set the maximum value of stepper 1 greater than the max value that I want, then the user can select an invalid value(of myMax + 1) when he clicks on the UP arrow of the numeric stepper(which is not acceptable for what I am working on).
    I need to preserve the users invalid number, while not letting the user to select an invalid number by clicking UP key.
    I noticed that when the user enters a number greater than the Maximum, and then click on the down arrow, it would set the value to 1 less than the maximum. This is not acceptable either.

  • HT4009 What about upgrading? I can't do that from where I live w/o connecting to my hd. Now with the new changes to ITunes, I don't see how I can upgrade thru the traditional route I took b4. Now what do I do?

    What about upgrading apps on your IPhone? I can't do that from where I live w/o connecting directly to my laptop. With Apple's new Itunes page, I don't see how I can navigate successfully now to acheive the same result as before. Hmmm. I would appreciate some quick guidance. Thanks.

    With iTunes 11 you can enable the left-hand sidebar that used to show on previous versions of iTunes via option-command-S on a Mac, control-S on a PC. You can then select the Apps part of your iTunes library on that sidebar and on the right-hand side of iTunes click the Check For Updates button at the bottom to see if any of your apps have updates available. Then connect your phone and select it on the sidebar, and on the Apps tab on the right-hand side click the Sync button at the bottom of it to copy the updates over

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

  • Where the value of systimestamp/sysdate comes from and dbms_scheduler

    I saw bunch of other posts but I could find the post that exactly explaining about where the value returned as systimestamp/sysdate comes from or impacted or I’m missing something and need some help.
    Here is my situation
    I have an access to this db (let me call db A) and when I access it, I get following result. I don’t have full access to this db so I cannot experiment a lot here.
    SYSTIMESTAMP CURRENT_TIMESTAMP LOCALTIMESTAMP DBTIMEZONE SESSIONTIMEZONE
    27-MAR-13 02.31.55.041411 AM +00:00 26-MAR-13 07.31.55.041416 PM -07:00 26-MAR-13 07.31.55.041416 PM +00:00 -07:00
    I’m in PST timezone.
    I have my db which I have full access as well as its host.
    I can make result like db A on my db if I started up db and its listener while TZ environment variable equal to UTC.
    Now I saw in other post that someone was trying to retrieve systimestamp value in a job executed via dbms_scheduler.run_job.
    So I did that in two ways. 1 with use_current_session = true and 2 is false for the same.
    On my db, results are the same (both returns time in UTC) but on db A, I got UTC time when use_current_session = true and PST when use_current_session = false.
    So questions are:
    What could be the difference in setup between my db and db A?
    Is there a query, logfile, or anything I should check to find out what can be the difference?
    Any clue about where to check will be appreciated as well and please let me know if there is some additional information necessary to provide me some help on this.
    I tried to find the cause with my db and I could see the same result as db A which is to see UTC time if use_current_session = true and PST time if use_current_session = false by bringing up the db listener after I set TZ environment variable equal to PST8PDT. However this causes systimestamp from sqlplus session become also a PST time.
    The reason I’m playing around with the setup and checking systimestamp value is because we are facing the situation where everywhere except pl/sql job submitted by enterprise scheduler service is pointing wrong timezone (PST instead of UTC) and I’ve been searching the solution or clue for where to look at.

    Hi Stephen,
    I think your first thought about using a javascript timer, call an APEX application process to get the new value and finally set it in the page 0 item would be the way I would take. :)
    +"Also, the message shown may vary depending on who is logged in, i.e. the user session. More than user is logged-in at the same time."+
    In case you use an application process this shouldn't be any problem.
    Some useful links: [Carl Backstrom's example|http://apex.oracle.com/pls/otn/f?p=11933:11]
    [My example application includes similar ways of using js and application processes|http://apex.oracle.com/pls/otn/f?p=65555:1]
    Best regards,
    Tobias
    [http://apex-at-work.blogspot.com/|http://apex-at-work.blogspot.com/]

  • Hi , I live in Pakistan , please tell me that from where and how can I buy original iPhone 5 ?

    Hi , I live in Pakistan , please tell me that from where and how can I buy original iPhone 5 ?

    There are multiple reasons why the update failed, unless you can provide an error message/code that came up then nodbody will know.
    Now your iPhone is in recovery mode and will now need to be connected to a computer with iTunes and restored to factory settings. This will install the update at the same time.
    If you have a back up of the iPhone before the issue occurred then after the restore to fqactory settings you can restore the back up to the iPhone. If there was no back up then I'm sorry your data is gone.

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

  • How to stop mail from recovering the same message over and over again to the extent that it has wiped out all start up disk memory?

    How to stop mail from recovering the same message over and over again to the extent that it has wiped out all start up disk memory?

    You need to find and delete (move to the Trash) the offline mail cache (.offline cache.) It's a hidden folder (files and folders with a preceding dot are hidden) inside the Mail folder (inside IMAP) in your user library. Since it's hidden, in order to see it run the following command in Terminal in Applications>Utilities. Hit return/enter once you have pasted in the command.
    defaults write com.apple.finder AppleShowAllFiles -bool true ; killall Finder
    To reverse this and hide all those hidden files and folders again
    defaults write com.apple.finder AppleShowAllFiles -bool false ; killall Finder
    Leave hidden files/folders enabled until you finish emptying the Trash so you know it's gone.

  • HT4623 I appear to have lost the £15 redeemed voucher credit from my iphone.How do i find out where the money has gone to,Thanks

    I was bought a voucher for Xmas.I redeemed it and the balance showed as £15.A few weeks later the balance is at 0.03p and i have not bought anything.How do i find out where the money has gone to.
    Thanks

    Login to iTunes on your computer: Store>View My Apple ID>Purchase History.

  • How can i copy and referencing the value of a sub-total of a category into another cell?

    How can i copy and referencing the value of a sub-total of a category into another cell?

    Cells in Category  rows 'exist' only when those categories are inserted using the Reorganize table. Those cells cannot be referenced from other cells.
    If you want a category summed, you will need to do that in a cell that is still visible when the table is not sorted into categorie using the Reorganize pane. The function to use is SUMIF. You can find information regarding SUMIF (and SUMIFS) in the iWork Formulas and Functions User Gude. The guide may be downloaded using the link in the Help menu in Numbers '09.
    Regards,
    Barry

  • How is it that fonts in the Mac system can be damaged?

    How is it that fonts in the Mac system can be damaged?
    It does not hapen in PC systems, ever!
    How do we go about replacing the damaged fonts?
    I treid to delete and reinstall but no sucess.
    Also, Mac systems can only have active about 250 fonts.
    PC systems can have up to 1,000 fonts and run very smoothly with any hitches.
    Any sloutions or recommendations?
    Looks like I made a wrong choice.
    I thought that Mac systems was very stable when it comes to graphic related applications, but it seems that I was WRONG.
    A simple font base also Mac system cannot handle as well as a PC based system.
    Sorry if I have offended other Mac users.
    But, I would really like to continue using my Macbook Pro.
    Cheers and Merry Christmas, everyone!!!
    Kelvin LEEmy

    How is it that fonts in the Mac system can be damaged?
    As ds store noted. Any file on any part of the drive can be damaged at any time. This is true of any OS, not just the Mac.
    It does not happen in PC systems, ever!
    Why in the world would you think that's true? I used DOS/Windows for years. Fonts on PCs get damaged too, for pretty much the same reasons.
    How do we go about replacing the damaged fonts?
    You can replace just the fonts from your Snow Leopard installation disk. See the bottom of my article, Font Management in OS X for instructions.
    I tried to delete and reinstall but no success.
    Not enough info. Reinstalled from where?
    Also, Mac systems can only have active about 250 fonts.
    I don't know where you read or heard that, but it's 100% wrong.
    PC systems can have up to 1,000 fonts and run very smoothly with any hitches.
    And I've had as many as 8500 active (for testing, I would never do it day to day). Do I win?
    Any solutions or recommendations?
    The most likely reason, assuming you replaced the fonts with known good copies is Font Book. Put bluntly, it's one of the worst font managers available. It's database is easily corrupted. When that happens, fonts that are marked as active in its interface won't appear in some, or all apps. You'll find you can't activate or deactivate fonts. Use these steps to clean Font Book up so it works.
    Restart your Mac and immediately hold down the Shift key when you hear the startup chime to boot into Safe Mode. Keep holding the Shift key until you see a progress bar towards the bottom of the screen. You can let go of the Shift key at that point.
    OS X asks you to log in (you will get this screen on a Safe Mode boot even if your Mac is set to automatically log in). Let the Mac finish booting to the desktop and then restart normally. This will clear Font Book's database and the cache files of the user account you logged into in Safe Mode.
    After the Mac finishes booting back to the desktop from Safe Mode, do the following to clear the rest of the font cache files.
    Close all running applications. From an administrator account, open the Terminal app and enter the following command. You can also copy/paste it from here into the Terminal window:
    sudo atsutil databases -remove
    Terminal will then ask for your admin password. As you type, it will not show anything, so be sure to enter it correctly.
    This removes all font cache files. Both for the system and the current user font cache files. After running the command, close Terminal and immediately restart your Mac.
    Looks like I made a wrong choice.
    As opposed to what? Dealing with viruses each and every day?
    I thought that Mac systems was very stable when it comes to graphic related applications, but it seems that I was WRONG.
    Boy, you sure know how to make people want to help you.
    A simple font base also Mac system cannot handle as well as a PC based system.
    Also flat out wrong. Fonts are simple. You add them and use them. Turn them off when you don't want them active. Learning and understanding a new OS is usually a good idea before you start trashing it.
    If problems return soon after resetting Font Book with the notes above, then you most likely installed junk fonts. Free fonts are worth what you paid for them and are the number one source of such problems on both Macs and PCs.
    Secondly, get rid of Font Book. If you use and manage fonts every day, get a professional manager. Suitcase Fusion 4 and FontExplorerX Pro are your best choices.
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • How to track materials shipped by the Vendor but not received

    Hi,
    Can anyone explain how to track materials shipped by the Vendor but not received at the customer plant?
    Thanks in advance

    You can use confirmation control in PO for tracking
    1. OMGZ to Configure Confirmation control.
        Here  you can specify the order in which you expect confirmations from your vendors.
    2. MK02 - to assign Confirmation Control to Vendor in Purchasing View.
    3. To view acknowledgments that have been received,
        in PO choose Item --> Confirmations --> Overview
    Check this out-
    http://www.sap-img.com/materials/explain-about-the-po-confirmation-control-key-in-detail.htm

  • Upgraded computers - how do I remind Logic where the SFX and Instrument files are?

    I just upgraded computers - how do I remind Logic where the SFX and Instrument files are located? On my old computer it was set up on an external drive, on this computer it's all internal, but how and where do I create the paths?
    Thank you!

    thanks Finatarry. when navigating to the "please write your question here" page I went through a Fire fox or thunderbird choise but that does not seem to have been fowarded to you - from what I read above here on the thread. my appologies. an answer I have stumbled upon is at Preferences-Accounts -ServerOptions- does this folder browsed to via the button also keep mthe profiles there?- and thanks again

  • How do I find out where the missing filter is used?

    After upgrade, Premiere CS4 is complaining missing filter upon opening a CS3 project.  How do I find out where the filter is used?
    Thanks!

    When I have opened older Projects in later versions, I have gotten a very useful dialog screen, telling me of missing Transitions (exact name and TimeCode), and of missing Effects. Do you not get such?
    When you Open the CS3 Project, is any Clip flagged?
    Considering how well PrPro has picked up on missing 3rd party stuff, I would be surprised, that it did not give you all of the necessary info.
    Good luck,
    Hunt

Maybe you are looking for

  • Key figure issue

    I am loading some data from a flat file to a cube. The file does not supply base unit of measure and currency as a field. And I have that in my info source , because of that when I run the query I am seeing the symbol "ERR" next to the key figures. S

  • Issues in dreamweaver. Display problems

    Posted something similar to this issue a few weeks ago but managed to solve it. This I can figure out. CAn you see the picture and let me know why it isnt displaying properly in firefox. Thanks

  • There is no button to resolve my limitation

    Hello. I got email asking me to provide more information about transactions, but I cant solve it. I had this request on my other account, and there was a button, i clicked it and I solved it. In this account there is no button at all. I have no idea

  • Device Report Question

    I am trying to see what devices has been added this past week....is there a way to run a customized report like that in LMS 3.2?

  • Can the C6-01 be set up so the screen lights up wh...

    Hi, I've just received a C6-01, and I've noticed when a text is received and the screen doesn't light up as with previous Nokia's I've owned, the notification light simply flashes. When the phone is on silent this is frustrating because i have to kee