IS THERE ANY SYSTEM VARIABLE LIKE :SYSTEM.TAB_CURRENT_PAGE ??

I Wanna recognize the first tab page when i open form WITHOUT changing a tab.
I looked up help menual.
Theres is nothing but only :SYSTEM.TAB_NEW_PAGE...
But this variable are recognized only when tab page is changed.

hi,
I Wanna recognize the first tab page when i open form WITHOUT changing a tab.i am not clear what you are asking you want to go to that particular tab page, when you open a form?
if yes then try with
go_block('block_name');
go_item('item_name');

Similar Messages

  • Is there any env variable to be set during Netweaver2004installation onAIX?

    Hi ALL,
    <b>1. Is there any env variable ( like sapsystemname(?)) to be set during Netweaver2004installation on AIX?</b>
    When I install Netweaver 2004 on AIX, machine name is taken in capital letterrs by default, whereas it is in small letters.
    So when I give command >startsap -all
    I get error as no profiles found.
    I changed hostname to samll letters in all profile files, still I am getting the same error.
    <b>2. Where should I change it? Are there any other files where hostname is written?</b>
    Regards

    then something is wrong....what do you get when typing:
    > hostname
    small or big letters? did you try to set your hostname by
    > hostname <your hostname in small letters >
    GreetZ, AH

  • Is there any system variable for this date format 01/21/2004 18:00:32

    Hello,
    Is there any system variable for this date format 01/21/2004 18:00:32
    This is my Internal date format and my External date format is sy-datum.
    How can I validate....any suggestions will be apprecaited!
    Regards,
    Kittu

    Hello,
    Thank you very much for your response!
    My internal date format is 01/21/2004 18:00:32
    and external date format on selection-screen is sy-datum.
    My external format is stored in S_crtsp
    and internal format is stored in L_crtsp. (01/21/2004 18:00:32)
    I want to remove the time from the internal format and validate it aginst the external format.
    Any suggestions or brief explonation is appreciated...I apprecaite the help soo far...
    Regards,
    Kittu

  • Is there any system table available to check no. of entries in the table?.

    Hi
    Is there any system table available to check the no of entries in the table.
    Note : the table may be whether SAP table or Z-table.(All tables)
    Regards
    Raja.

    Hi Raja,
    I don't think so. Instead, try to perform
    SELECT count(*) FROM dbtab.
    ...to get the number of records of the table dbtab.
    I hope this helps. Kind regards,
    Alvaro

  • Is there any system level support for RAW files from an Olympus XZ-10 camera.  I use Lion and iPhoto version 9.4.2

    Is there any system level support for RAW files from an Olympus XZ-10 camera.  I use Lion and iPhoto version 9.4.2

    If there is I can not find it - Google provides a list of possible methods form Adobe and others
    LN

  • Is there any system object can save the cost time of package?

    Guys, i have one question.
    Usually I get the execute update time of package in JAVA to know the performance, but there is time lost in the network, right? So I suppose to get the cost time in DB and cost time in Weblogic, two parameters together.
    In package I think at the beginning of my code write belows
    p_date := current_timestamp at time zone 'GMT';
    -- SQL code
    --Then I can get current_timestamp at time zone 'GMT' - p_date and return as a output.
    But there are too many packages, and is there any system objects save the cost time?
    thank u.

    dbms_utility.get_time. Gets the database clock time in hundreths of seconds.
    Does NOT relate to the wall clock!
    Sybrand Bakker
    Senior Oracle DBA

  • Is there any standard variable to calculate previous and current month

    hi,
    Is there any standar variable to calculate previous month and current month which will calcualte from system date (sy-date). I found standard SAP Delivered variable - 0CMONTH to calculate current month. But i want both current month and previous month.  IF it is not avialble can you please provide me the ABAP code..
    thanks in advance.

    Hi,
    Check this thread.
    ABAP routine for loading previous months data in infopackage
    Regards.

  • Is there any java library like MSDN

    is there any java library like MSDN ? probabily you will say java docs .....but java doc dont show any example code.
    MSDN gives syntax+example code almost everything.
    java docs gives the syntax ....but they dont carry example codes. I have downloaded java docs.
    what you people use ? is there any other better thing ?is there any java library which carry example code along with syntax?
    plz share your experience
    thanks

    is there any java library like MSDN ? probabily you
    will say java docs .....but java doc dont
    show any example code.For TONS of examples try here
    It also has very detailed explanations with these examples as to why they work (or don't work, if that's the case).

  • Is there any file manager like scrapbook (firefox extension)

    Is there any file manager like scrapbook ( firefox extension )
    I love the extension. Especially the "tree view" style.
    I'd like to use it to manage all my files and photos.
    Is there anything like that?
    I've tried xfe. But I cannot select the root folder of the side panel.
    And it cannot edit text file inside.
    I want to edit text file inside the file manager.
    then, I don't have to use other note keeper.
    Any suggestions ?

    Mc, Krusader, Gnome-commander, Tuxcmd, Vimcommander, Vimexplorer, tunar

  • Where is the bookmarks stored? I Install the Firefox once again since I upgrade my computer.Is there any folder just like "favourite"to store the html file? I really want to find out the bookmarks because actually i can't remember all the website that ar

    Where is the bookmarks stored?
    I Install the Firefox once again since I upgrade my computer.
    And I try to move the bookmarks from the old computer to the new one.
    But I can't find anyone of them.
    Is there any folder just like "favourite" to store the html file?
    I really want to find out the bookmarks because actually i can't remember all the website that are important to me~ URGENT!!!~THANKS~

    You can move file named places.sqlite from your old profile to the new one. It contains bookmarks and browsing history.
    Here's a knowledge base article about it: [[Recovering important data from an old profile]]
    If you don't care about saving your current bookmarks, you can skip creating new profile (Firefox does it by itself at first run anyway).
    I'd might suggest you to install addon https://addons.mozilla.org/en-US/firefox/addon/2410/|Xmarks Bookmark and Password Sync]. It is a free web service which synchronizes bookmarks and (optionally) passwords with central server, and then to other computers, if you installed it on more. You may treat is as a backup too.

  • Is there any String variable or something what have input and output data?

    Is there any String variable or something what have input and output data?
    Solved!
    Go to Solution.

    elefank wrote:
    I have a "A"String and i want to merge this "A"String  an other "B"String and I want to get it back to the "A" String 
    I would store the A String in a shift register and then you can use Concatinate Strings whenever you want to add the additional characters to it.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Is there any other table like BSEG with same fields.

    Hi Abapers,
    I want to use BSEG table.But due to some promblem BSEG table is not supporting.So is there any other table like BSEG with same fields.
    can any one help me.
    with regards

    Since performance may be an issue when hitting BSEG table
    Any of the below accounting tables can be used.
    1.BSAD
    2.BSAK
    3.BSAS
    4.BSID
    5.BSIK
    6.BSIS
    These are normal database tables, not clusters. Normally every record from BSEG can be found in one of these 6 tables. The program which selects data
    From these tables runs faster than from BSEG.
    Plz reward if helpful.
    Thanks.
    Ramya

  • Is there any System setting for Update statement

    Is there any setting for update statement related to implicit commit because Update statement in my code behaves differently in different systems.
    My code is
    Data:  it_eaus like eaus occurs 0 with header line,
            wa_eaus type eaus.
    select * from eaus into table it_eaus where auszbeleg = '000000000001'  and storausz = 'X'.
    if sy-subrc = 0 .
    wa_eaus-aedat = ''.
    wa_eaus-aenam = ''.
    wa_eaus-storausz = ''.
    modify it_eaus from wa_eaus transporting aedat aenam storausz where auszbeleg = '000000000001'.
    update eaus from table it_eaus.
    endif.
    Data:  it_eausv like eausv occurs 0 with header line,
            wa_eausv type eausv.
    select * from eausv into table it_eausv where auszbeleg = '000000000001'  and storausz = 'X'.
    if sy-subrc = 0 .
    wa_eausv-aedat = ''.
    wa_eausv-aenam = ''.
    wa_eausv-storausz = ''.
    modify it_eausv from wa_eausv transporting aedat aenam storausz where auszbeleg = '000000000001'.
    update eausv from table it_eausv.
    endif.

    Hi
    It isn't an alternative way: u can only explicit the COMMIT just as I said before:
    Update DBTAB set COL.
    COMMIT WORK.
    Anyway just I said before the debugger can execute a COMMIT, from SAP help:
    The New Debugger can run in exclusive and non-exclusive mode. Exclusive mode means that the application that is being analyzed exclusively occupies a work process of the application server during debugging. In non-exclusive mode, the Debugger functions are limited. In non-exclusive mode, after each Debugger interaction, the system requests a roll-out in the application. Therefore, an implicit database commit must be executed. This has the following consequences:
    u25CF      Debugging is not possible between the statements SELECTand ENDSELECTbecause the database cursor needs to be closed when using an implicit database COMMIT statement.
    In this case, program execution is terminated.
    ·        Debugging is not possible for conversion or field exits.
    ·        Due to the implicit database commit, inconsistent datasets can occur in the database.
    For this reason, non-exclusive mode is not possible in productive systems.
    Max

  • Is there any Blogger themes like iWeb's blog theme?

    I Like iWeb's blog theme, but actually iweb is not easy to use.
    Is there any way to export iweb blog theme for blogger(blogspot.com) using?
    Or, is there already a theme for blogger which is like iweb blog style?
    thanks a lot.

    Is there any way to export iweb blog theme for blogger(blogspot.com) using?
    There is no export option of a iWeb theme.
    When you publish iWeb pages, the objects (html, images and styles) that make the theme are in the published folder.
    You have to edit a blogspot theme to display these objects.
    Here's how I use [Thingamablog and iWeb|http://www.wyodor.net/iWebBlogTest>

  • How can we get the image which is stored in clipboard by labview, is there any functions available like text from clip board

    How can we get the image which is stored in clipboard by labview, i can get the text in clipboard by using invoke node directly.but i cannot get the image, is there any functions or vi available.(image is in Png format)

    The Read from Clipboard method is, unfortunately, limited to text. If the clipboard contains an image then you need to use OS-specific functions calls. This is an example program for Windows. It's old, but it should still work.

Maybe you are looking for

  • Installing ColdfusionMX 7 on Windows Vista

    I know Vista is relatively new, but I'm hoping some out there ca help me. I'm trying to install Coldfusion MX 7 on Vista Home Prenium edition. I'm getting an error: HTTP Error 404.3 - Not Found I tried adding the MIME Type (.cfm cfm-application/octet

  • Folders Show up in Catalog, but unable to view photos in folders after a certain folder

    System: Windows 7, 32Bit, Core2Duo w/ 2GB Ram, LightRoom 5.5 hooked up to a Nikon D5200 for Tethered capture & review only.  Currently we have 1727 folders and 5530 pictures in the Catalog. We use this system to take product images for a website and

  • Optional attributes in XML to ABAP transformation

    Hi, I have to deserialize (transformation xml to abap) an xml input file. I want to use SAP ST (Simple Transformations). This xml format is using attributes Such attributes can be transformed in ST with <tt:attribute name="item_id" value-ref="MATNR"/

  • Exchange Server 2010 - OWA, ECP, EWS not working

    Hello, I am evaluating exchange server 2010. I was able to install it, but now the admin websites will not render in IIS.  OWA, ECP, etc. I especially want Outlook Anywhere to work.  I can admin through the windows admin interface so that's not a con

  • Camera connector and Samsung ST1000 - "too much power"?

    I purchased my iPad primarily to take on an overseas holiday so that I could access my email; and (ii) Download and manage photos off my Samsung St1000 digital camera. I also purchased the camera connector. However, whenever I try and connect the cam