Any way to know the source table of a Form at  runtime

Hi,
Is there any way to know the source table/view.. of a form at run time.
Thanks in advance

Hi,
But Get_Block_Property( ..., DML_DATA_TARGET_NAME)
should be coded, I mean any way to know at the
runtime, as like we get the Error from the
Help->Display Errors.If you are asking if there is a way to get this information from the default menu, then the answer is no. However, you can create your own custom menu, or a button in your form that displays that information using the Get_Block_Property when you click on your menu item or button.

Similar Messages

  • Is there any way to know the T-code from the screen?

    Hi friemds,
    it s a general question. but I found relavant for posting here.
    I saw our group friens giving some T-codes for spro functions (eg: SNRO, M/06), bbut how to know the transaction from path. i.e. If I go to condition types screen, there I could not see any transaction. is there any way to know the T-code from the screen?

    Hi,
    Listed here are the various ways you can find the list of transaction codes and their usage:
    Use transaction SE11 - ABAP Dictionary:
    Fill in the Database table name and click the Display button.
    - TSTC   table will contain all the Tcodes and
    - TSTCT table will contain all the Tcodes with Texts.
    Once you entered the screen, click in Top Menu - Utilities - Table contents - Display
    If you want to display all the transaction code (total - 57,048) you have to change the Fields: Maximum number of hits to 99999 (default 500).
    or
    Simply goto transaction SM01, although this tcode is to Lock/Unlock any transaction code, you can also view all the tcode available in the R/3 system from here.
    or
    Goto transaction SE93
    There are two ways where you can find the list of transaction codes in SE93.
    Method 1:
    You must be familiar with the starting characters strings for each of the R/3 application modules.
    Assuming you know that most Materials Management transaction codes start with MM.
    In the Fields: Transaction code, type in MM* and press the function key F4
    The list of transaction code starting with MM will be displayed.
    Method 2:
    On the Top Menu, click Utilities - Find - Execute and the first 500 transaction will be display.
    If want to display all the tcodes, make sure you remembered to change the Fields: Maximum no. of hits right at the bottom of the screen.
    I know a particular T Code and can enter and work on it.  How do I know what is the menu path for that T Code?
    Enter Search_SAP_Menu in the command box and when the pop box appears enter, the Tcode and it will give the nodes and menu path. 
    This is helpful only in case of SAP Menu not in case of SPRO - ie IMG.....
    Reward if Helpful,
    Regards,
    Archit.

  • Any way to know the last location of a erased device?

    Hi, pals.
    I want to know if it is possible to know the location where a device started being erased. I'll briefly tell you the circumstances:
    -. Last May, 20th, in the morning —the approximated time is important— my iPod Touch (5th gen.) disappeared. Not sure if it was stolen or accidentaly sent to the trash (the physical trashcan, you know).
    -. I can not tell it for sure, but I think on the morning or noon of May, 21st, I commanded iCloud to erase the device, because by that time I was almost completely sure I wouldn't get it back. Until that moment, I tried to track it several times on the same web with no results.
    -. I have received a message from iCloud this afternoon (June, 10th). I will translate it from Spanish, for I don't know what the exact message in English is, but I guess you'll get the main idea:
    Elias' iPod Touch started being erased at 22:20, May, 20th, 2013. Every multimedia file, data and settings will be permanently deleted.
    If you recover your iPod Touch, it is possible that some services will not start inmediately after its restoration.
    I received the email from iCloud some 2 hours ago. If I log on iCloud right now and select the location of my iPod on Find my iPhone, it says: 'Content erased 2 hours ago'.
    It also says: 'The location of this iPod Touch will not be updated because its content has been deleted'.
    Here are my main questions:
    1.- What is the right time of the erasing? May, 20th —as the email says— or 2 hours ago, on June, 10th —as iCloud states—?
    2.- I am pretty sure I did not command the iPod to be erased as soon as May, 20th. Would iCloud tell me if the device has been erased, even if the process started before I set it?
    3.- In case the answer to question #2 is affirmative, and it was actually erased on May 20th, why does iCloud send me that message today? Aren't the settings on the device supposed to have been deleted 20 days ago? Isn't the iPod supposed not to be linked to my iTunes account anymore? I guess that if it was erased 20 days ago, and if my iTunes account isn't active on it, it wouldn't know it's mine even if it was connected to the Internet today.
    4.- And the question: Is there any way to know the location where the iPod started being erased? This last one is important for it would help me know if the iPod was stolen or accidentally dumped.
    I will thank your replies. Cheers,
    Elías.

    Only if you had previously installed an app that would periodically email you its location. Not that the iPod has to br on and connected to the internet.

  • My iphone is stolen .. is there any way to know the numbe of the person going to use in the future .. I have the serial no. and every thing .. and it is registered under my name and my information with iTunes ??

    my iphone is stolen .. is there any way to know the numbe of the person going to use in the future .. I have the serial no. and every thing .. and it is registered under my name and my information with iTunes ??

    If you had find my iphone activated on the iphone itself before it was stolen, then you may be able to track it.
    Otherwise, there is nothing you can do.
    Sorry.
    Report it to the police and your wireless carrier and change your password.

  • Is there any way to know the device from wich I access a WD app?

    Hello,
    in a current project I am asked to do the approval of a task either with a mobile device (Blackberry) or with a PC via access to the SAP Portal.
    Is there any way to the application to know if I enter via PC or Mobile Device in order to show a UI screen with only two buttons or with the whole form?
    Thanks in advance
    Mireia

    Get a refund. If that does not work, contact Ebay's resolution dispute.
    Barry

  • Is there any way to know the battery strength without 3rd party app?

    Is there a way to do this without installing an app? Most reviews of such apps question the accuracy of their readings.
    How does one know the "actual" battery strength as the OS inderstands it to be(besides looking at the tiny icon on the top right of the screen)?

    How does one know the "actual" battery strength as the OS inderstands it to be
    You can't! Desktop Macs may try to 'count the electrons in and the electrons out' to determine the state of charge. It doesn't appear the touch does; many times I will get the Red 20% charge warning and then when I later turn the touch on the battery is still Green. This leads me to believe that the touch battery monitor simply looks at the voltage under load.

  • How to check the source query of tabular form ....

    Hi All ,
    is there any way to change the source query of tabular form ......
    ya ... i could see it in the source but it is normal sql query ....
    where as to generate the addrow functionality the sql query must be
    Select empno , ADD_ITEM.TEXT(1,empno), ename ,ADD_ITEM.TEXT(2,ename)................
    then where can i find this query .?
    i could see that ADD button is calling ADDROW process and which inreturn calling ADD function ....
    can any one tell me , where to see the code for this ADD function ....
    as i checked it in db ..... it is not there at all.

    You can have a look here for the manual tabular forms:
    http://apex.oracle.com/pls/otn/f?p=31517:170
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • How to know the source document for pasted page items

    Hi,
    I want to perform some actions on items before they are pasted (look at persistent data stored on the, if a conflict ask the user and either update or reject).
    Believe I'm OK with the paste (document observer, in kBeforeDoMessageBoss where the change is kPasteCmdBoss, set global error code to kCancel to prevent the drop)
    But... I can't think of any way to find the source document since the paste is from the scrap db.  I've tried kCopyCmdBoss in the observer but that isn't hit (maybe I need to observe the scrap?).
    Hope someone can help.
    TIA Ian

    I'm afraid there is no silver bullet.
    Again: Copy - Paste is actually a two-step copy, from source doc to scrap, then from scrap to destination doc. Only few (other) copy operations go straight from doc1 to doc2.
    Just assume the special case that the source doc is already closed and purged for the second copy, your data should by then already be decoupled and self-contained. Besides the user might never actually invoke Paste.
    Until CS2 or CS3 there used to be a subject at the scrap root boss, then it was optimized away, so you can't use observers.
    As already mentioned above, if you have to translate UIDs especially of your own custom boss class, you can use a reference converter to look up the equivalent object in the target db (by name or other criteria) or eventually create it, then provide the replacement UID.
    There might be other means for special objects (text / PasteData, owned item) but I'd have to investigate them myself if I run into the need.

  • Is there any way to know that status of DEFINE variable?

    Hi,
    I have a list of scripts that is executed to create my baseline database. At the beginning of the script execution, we have a SET DEFINE OFF and at the end we put SET DEFINE ON. During one of the scripts, we deliberately SET DEFINE ON and we forgot to SET DEFINE OFF at the end of the script. Consequently, the following scripts started failing without error notification because they contained '&' in the INSERT query. I have the following queries:
    1. Is there any way to know the status of the DEFINE variable at the beginning of the script?
    2. Since the oracle gives a user interrupted error, the script execution process does not terminate with error. Instead, it continues executing the next scripts. Is there a general way to capture such errors and terminate the script execution. We already have WHENEVER SQLERROR and WHENEVER OSERROR in our script execution process.
    Regards
    Kunal

    Hi, Kunai,
    Welcome to the forum!
    953495 wrote:
    Hi,
    I have a list of scripts that is executed to create my baseline database. At the beginning of the script execution, we have a SET DEFINE OFF and at the end we put SET DEFINE ON. During one of the scripts, we deliberately SET DEFINE ON and we forgot to SET DEFINE OFF at the end of the script. Consequently, the following scripts started failing without error notification because they contained '&' in the INSERT query. I have the following queries:
    1. Is there any way to know the status of the DEFINE variable at the beginning of the script?Whether it's at the beginning of a script, later in the script, or not in a script at all, the SQL*Plus command
    SHOW DEFINEtells you if DEFINE is ON or OFF.
    If DEFINE is ON, it will produce something like:
    define "&" (hex 26)If DEFINE is OFF, it will produce
    define OFF
    2. Since the oracle gives a user interrupted error, the script execution process does not terminate with error. Instead, it continues executing the next scripts. Is there a general way to capture such errors and terminate the script execution. We already have WHENEVER SQLERROR and WHENEVER OSERROR in our script execution process.Do you really need to capture those errors? Why not just prevent them? It sounds like you want to make sure DEFINE is OFF at a certain point. To do that, just say
    SET  DEFINE  OFFRegardless of whether DEFINE was ON or OFF before you issue that command, you can be sure it will be OFF after that.
    I hope this answers your question.
    If not, post a complete test script (or set of scripts) that people can run to re-create the problem and test their ideas.
    Point out where the scripts you post are not doing what you want, and describe, with specific examples, what you want it to do in those places.

  • Just downloaded the new OS for IPhone. Despise the appearance. It has jacked with the way I like things in some unacceptable ways. Is there any way to keep the OS, but return to the old appearance? Important to know BEFORE I download OS for computer.

    Just downloaded the new OS for IPhone. Despise the appearance. It has jacked with the way I like things in some unacceptable ways. Is there any way to keep the OS, but return to the old appearance? Important to know BEFORE I download OS for computer.

    I know I am responding to my own thread, but I an SOOOO disgusted with Apple right now.
    The new iOS 7 was the lead story on CNN today... and it wasn't positive. Easy to see why, it's a graphics disaster. It is ugly, difficult to read, doesn't interface aesthetically with the iPhone 4S, and gives everyone in America vertigo. Either fix the appearance, or find some way to allow us to roll back to our previous iOS. Do so quickly, or this life-long Apple customer [circa 1978] will be moving on. If this represents shades of what is coming with OS Maverick, I am petrified. Further, I am a GM of a chain of newspapers and websites in the Austin, Texas area. I will be ripping out a scathing editorial. The notion that we can't roll back from something millions of us hate is despicable. I'm giving you one week. Be sure I am not alone.

  • I have downloaded a Audio Book from Itunes Store, but rencently i have had to reinstall windows, is there any way to re-download the audio book from Itunes, i know that the audio books are one time downloads, but is there any way to get the audio book

    I have downloaded a Audio Book from Itunes Store, but rencently i have had to reinstall windows, is there any way to re-download the audio book from Itunes, i know that the audio books are one time downloads, but is there any way to get the audio book back as i have already paid for it once and i would not like to pay for it twice.

    If you haven't got a backup copy and if it's still in the store then you can try contacting iTunes support and see if they will grant you a re-download (there is no guarantee that they will) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • Any way to process the new Sony a77 m2 RAW files , I know it is early :)

    Any way to process the new Sony a77 m2 RAW files , I know it is early
    Just curious if there is a work around now.  So, I can get it in LR
    HG

    There is no Adobe raw support yet for this camera that was only announced May 1. 
    You’ll have to wait until the public release candidate for either LR or the DNG Converter becomes available at Adobe Labs at some point in the future:  http://labs.adobe.com/
    If the sensor and optics are exactly the same as a previous camera, then you might be able to hack something into working by hex-editing the raw files to pretend they are that other camera, but I don’t have any information about what camera that might be.
    About the best you can do, for now, is use Sony’s software to output TIFs from your raw files, and then edit those TIFs in Adobe software.  Be sure to adjust the WB before outputting the TIFs.

  • Is there any way to know when (and/or whether) a particular tv season will be available for purchase on itunes.  i'm particularly interested in the 2nd season of "homeland," the 5th season of "damages" and the 7th season of "dexter."  thanks.

    is there any way to know when (and/or whether) a particular tv season will be available for purchase on itunes.  i'm particularly interested in:
         the 2nd season of "homeland,"
         the 5th season of "damages"
         the 7th season of "dexter."
    thanks.

    Thanks. But the disc inspector only appears to let me change things like where the title menu button takes you, not detailed user operations. I have pretty much given up on this being anything other than a giant hassle, but if anybody knows whether a script could do this, I would be eternally grateful.

  • Any way to know if the "Remember" option of the Security panel is active or inactive?

    Hello, is there any way to know if the "Remember" checkbox of the Security panel is active or inactive? I just need this for a "local" domain application that access to the camera and the microphone. The camera.muted property es not enough because I need a permanent access, and if the "Allow" option is active but the "Remember" option is not active, I have no way to know if I have full access to the camera and microphone.
    Regards.

    Hi,
    IMHO testing for an instance of Applet will not solve the problem because it seems that godbert has an (J)Applet including a main method which can be started as application and as applet.
    One solution for solving the problem could be to store at startup if the program was started as applet or application. Storing this in the system properties makes it available for other components, too.
    class MyApplet extends JApplet {
      static {
        System.setProperty( "startedAsApplet", Boolean.TRUE.toString() );
      private boolean isStartedAsApplet() {
        return ( Boolean.getBoolean( "startedAsApplet" ) );
      private void setStartedAsApplet( boolean startedAsApplet ) {
        System.setProperty( "startedAsApplet", new Boolean( startedAsApplet ).toString() );
      public void startLikeApplet() {
        setStartedAsApplet( false );
        init();
        start();
        stop();
      public static void main( String[] args ) {
        MyApplet myA = new MyApplet();
        myA.startLikeApplet();
    }Hope that helps,
    Alex

  • Is there any way to know that the UI has been updated due to a bind change?

    Hi
    For the given code snippet
    var c=Circle{
      centerX:10  
      centerY:10
      fill:Color.YELLOW
      onMouseClicked:function(event){
          c.fill=Color.RED;
    printNodeAsImage(filename) //to a file
    }

    Oops..Got posted before I could finish the query
    Hi
    For the given code snippet
    var c=Circle{
      centerX:10  
      centerY:10
      fill:Color.YELLOW
      onMouseClicked:function(event){
          c.fill=Color.RED;
          printNodeAsImage(c, filename) //to a file
    }Let us assume that printNodeAsImage(c,filename) saves the circle node with the current color to a file. See http://rakeshmenonp.wordpress.com/2010/04/26/javafx-1-3-save-as-image/ for a implementation of this function
    What we notice instead is that printNodeAsImage(c, filename) actually saves the node with the color YELLOW instead of RED. Is there any way to know deterministically when the UI has been updated due to a variable value change (or because of binding). (In this case the transition from Yellow to Red) So that we can perform other operations on the UI state - like saving it to a file
    Regards,
    Dhruva Ray

Maybe you are looking for

  • Using second display via eMac's mini-DVI to VGA adaptor

    Hi, I've got a 19inch widescreen display from Acer, model no. AL1916W. I have apple's mini-DVI to VGA adaptor and have connected the second display to the point where it mirrors the screen on my eMac, however I don't want it to do this. What I had in

  • Installing apps to macbook pro help

    I'm new to the macbook world, and wanted to know if I can install my purchased iphone or ipad apps to my macbook pro, and more importantly how to do it. I've read some info but still having a little trouble. Have moved app to the applications folder,

  • Dynamic embedding of video file in pdf

    Hi, I wanted to embed a video file ( *.mp4 format) in a pdf file programatically. I am using C# / Asp.net 4.0. Please let me know if there is any way / any tools do to it. Thanks, Uma Nath

  • Problems with 'Alarm Clock'

    Good day. I use my Ipod as Alarm Clock - it's pretty good to wake up while listening to the favourite music. I made it to start playing playlist without beeping. I don't know why, but sometimes (after watching video, listening to the music before I g

  • 16:9 settings

    I'm still in a pickle over this, and am wanting to sort it for once and for all. I am shooting in 16:9 (although when importing it to FC Studio, it does not look widescreen). When I drop it in the timeline it says my sequence settings don't match, do