How to check if its a PostBack?

How can I check if its a PostBack on server-side? TIA

You need to check the value of the CONTENT-LENGTH server variable, which is one of the serverside environmental variables available post request. The CONTENT-LENGTH variable will be zero on initial request but greater than zero after a postback. Don't go testing the REQUEST-METHOD which can either be GET or POST. That has nothing to do with whether the page is a postback event or not. The REQUEST-METHOD only determines how the form data is posted back.

Similar Messages

  • How to check my ITS patch level.

    Hi everyone,
    I need to check my ITS 6.20 patch level. Can someone tell me where can i find it? I am using a standalone ITS.
    Thanks
    Regards,
    Bryan

    Hi
    Check SAP Note Number: 366052

  • ISDN: How to check whether its point-to-point or multipoint

    Hi, Is there any show/debug command to see whether the isdn link is point-to-point or multipoint?

    Hi,
    we have ISDN2e. I want to check whether this ISDN is p-to-p or p-to-mp. From the configuration, i have not configured it manullay as a point to point or point to multipoint.
    On this ISDN we have two ISDN numbers. How can i check it? below is the show isdn status command.
    show isdn status
    Global ISDN Switchtype = basic-net3
    ISDN BRI0 interface
    dsl 0, interface ISDN Switchtype = basic-net3
    Layer 1 Status:
    ACTIVE
    Layer 2 Status:
    TEI = 115, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
    Layer 3 Status:
    0 Active Layer 3 Call(s)
    Active dsl 0 CCBs = 0
    The Free Channel Mask: 0x80000003
    Total Allocated ISDN CCBs = 0

  • How to check weather my i phone is officially unlock of not

    Hi everyone
    Recently i got iphone 3g , but im not sure how to check weather its officially unlock or not. So that i should upgrade the os with locking it.
    Serial no 5K9098AKY7K
    Model MB496X
    IMEI 01 180900 090330 3
    Plz help me out

    Look i bought it from open market in pakistan
    Then there is no way to confirm that your phone was officially unlocked. Buying from a non-official source, especially an "open market", means you're at the mercy of the seller as to the accuracy of the phone's status. Based on postings here, most of these phones have been hacked. You'll find out for sure though if you update to 3.1.3.

  • How to check if iphone is locked or unlocked?

    i have iphone 5s i do not know how to check if its locked or factory unlocked

    Like what ordinary user has spare sim cards lying around??
    My provider SAYS they've unlocked my old phone, so I can sell it as unlocked.
    But how can I tell if it's been completed?
    I do not have,  nor would I know how to get, a card from any other carrier.  And if I did, there would not be any signal from that carrier with which to check, because where I live the only signal within several miles is the one generated by my own microcell.
    So now what?

  • How to check for a function module with its description and functionality

    Hi all,
    How to check for a function module,with its description and its functionality,in detail how can I know the purpose of a particular function module,how to search for a function module which suits my requirement .

    Hi,
    You can search a FM of your requirement by putting in the Key words and searching for a FM. Like * KEYWORD * and then pressing F4.
    Say for example you need to search something regarding converstion.
    Search for * CONVERT * and press F4.
    If there is something specfic like converting date to something you can give
    DATE * CONVERT *
    OR
    CONVERT * DATE *  and press F4.
    Once you narrow down your search you will have a Function module documentation inside the Function module. Please note that all the FMs willl not have documentation.
    Regards,
    Pramod

  • How to check  if all values from a dataset  has come to  an internal table

    How to check  if all values from a dataset  has come to  an internal table ?

    Hi,
    After OPEN DATASET statement check if sy-subrc = 0 if its success then proceed with split statement and save the dataset values into a internal table and while debugging the internal table you will find that whether all values get into internal table.
    Checking sy-subrc after OPEN DATASET statement is must to fill up the values in the internal table.
    For e.g.
    OPEN DATASET p_inpfile FOR INPUT IN TEXT MODE ENCODING DEFAULT.
      IF sy-subrc NE 0.
        WRITE :/ 'No such input file' .
        EXIT.
      ELSE.
    READ DATASET p_inpfile INTO loc_string.
          IF sy-subrc NE 0.
            EXIT.
          ELSE.
            CLEAR loc2.
    *Spliting fields in the file-
            REPLACE ALL OCCURRENCES OF '#' IN wa_string WITH ' '.
           SPLIT wa_string AT const INTO loc2-pernr
                                           loc2-werks
                                           loc2-persk 
                                           loc2-vdsk1.
    Hope you get some idea.
    Thanks,
    Sakthi C

  • How to check whether 620 routine is configured or not?

    Hi,
    I hv VOFM>Formulas>Conditional value--> 620 routine, its used to determine the SHIPMENT COST DOCUMENT creation and its talks about consolidating all the shipemts together belongs to same customer and there by creating only one shipment (cartons/volume/weight) cost document. (Its developed and done activated)
    So, pls let me know that, How to check that whether this VOFM routine 620 is in place (configured) or not in the system?
    I tried from SPRO/IMG, but, no use!!
    Thank you

    This should be in SPRO. See the link at the bottom of this [sap library topic|http://help.sap.com/saphelp_erp60/helpdata/en/93/7440d3546011d1a7020000e829fd11/frameset.htm]

  • How to check a macbook pro is brandnew or refurbised?

    I'm in Viet Nam. I want to buy a macbookpro now but i don't know how to check a macbook pro is brandnew or refurbised. So could you show me? Thank you very much.

    Before you purchase the machine, open it at the small store where you've arranged to buy it and make a note of its serial number, which will appear if you choose About This Mac from the Apple menu and click twice on the OS version number in the "About This Mac" window. If that number matches the serial number that appears on the packaging material, that's a good sign. Now open this web page on another computer in the store:
    http://www.chipmunk.nl/klantenservice/applemodel.html
    Enter the serial number of the MB Pro into that web page to obtain information about its date of production, among other things.

  • How to check number of rows processed in a package

    i have a pakage wid at least 11 procedures which runs on running a report now user run the report and he told me that records are not fully processed records are less so how to check how many records are processed so i can conform the data
    its urgent plzz any suggestion
    thanks a lot

    And here's some hints for you posting on the forum...
    a) do not post in UPPER CASE unless you are highlighting a word or two. Typing everything in UPPER CASE, is considered shouting and is not polite.
    b) do not say that your requirement is "urgent". Everyone here is a volunteer with their own jobs to do and your requirement is not "urgent" to them. Suggesting they drop everything to help you is poor netiquete and, again, quite rude. It also presumes that your issue is somehow more important than other people who have posted asking for assistance. Sure, everyone else would like their question answering as soon as possible, but they aren't so rude as to demand urgent attention, so neither should you.
    c) Always tell us your database version. The answers you are given may vary depending on the capabilities of the database version you are using and if you don't specify a version, people will have to assume you are using the latest supported versions and the answers may not work for you if you have a less capable version, even if those answers are technically correct.
    d) Always try and give an example of what you mean. Provide sample tables (create table statements) and sample data (insert statements), with example code or queries that you've tried (where relevant), showing what you expect to get as output and explaining any logic that is to get from the source to the output.
    e) Post any code or data inside {noformat}{noformat} tags so that it retains formatting on the forum.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to check for archivelog backup on a particular date or time?

    Dear All,
    We have RMAN full database, cumulative and archivelog backup(eg location: Diskgroup A) scheduled on a regular period basis. Assume archivelog location is Diskgroup B. The diskgroup B became full and unable to archive further, since no space. Unable to connect to database, connect internal only until freed error. alert log also shows that archiver error. So the solution for this to clear some space in diskgroup B by removing some old archive logs. In our environment, everyday the archive logs are stored in a separated folder arranged in date wise.  I can do that . But before clearing some space, i need to make sure that the folder( or any date folder what im going to delete) is backed up or not. How to check that? Any idea please?
    eg: i have archivelogs like this in folders
    01_11_2013/
    02_11_2013/
    03_11_2013/
    04_11_2013/
    05_11_2013/
    06_11_2013/
    If i want to remove the folder 01_11_2013/( and its contents ie archivelogs) , how to check whether the archivelogs in this folder 01_11_2013/ is backed up or not?
    Regards,

    Pradeepcmst wrote:
    Dear All,
    We have RMAN full database, cumulative and archivelog backup(eg location: Diskgroup A) scheduled on a regular period basis. Assume archivelog location is Diskgroup B. The diskgroup B became full and unable to archive further, since no space. Unable to connect to database, connect internal only until freed error. alert log also shows that archiver error. So the solution for this to clear some space in diskgroup B by removing some old archive logs. In our environment, everyday the archive logs are stored in a separated folder arranged in date wise.  I can do that . But before clearing some space, i need to make sure that the folder( or any date folder what im going to delete) is backed up or not. How to check that? Any idea please?
    eg: i have archivelogs like this in folders
    01_11_2013/
    02_11_2013/
    03_11_2013/
    04_11_2013/
    05_11_2013/
    06_11_2013/
    If i want to remove the folder 01_11_2013/( and its contents ie archivelogs) , how to check whether the archivelogs in this folder 01_11_2013/ is backed up or not?
    Regards,
    rman> list backup;
    Which begs the question .. why is the FRA getting filled in the first place?  Is it seriously undersized?  Are you not doing regular housekeeping with rman 'delete obsolete' and 'backup archivelog delete input'

  • My Mac has a OS X operating system. (10.6.8) How can I upgrade its system to Mountain Lion so I can then add the ICloud?

    My Mac has a OS X operating system. (10.6.8) How can I upgrade its system to Mountain Lion so I can then add the ICloud? Also, does the ICloud include virus protection for files already on my Mac?

    You can purchase and download Mountain Lion in the App Store (in your 'Applications' folder), then just run the installer: however you should first check that Mountain Lion can indeed run on your Mac. Please see this page:
    http://www.apple.com/osx/specs/
    You might also want to look at this page to see whether any vital applications will be adversely affected:
    http://roaringapps.com/apps:table
    In particular note that PPC applications such as AppleWorks will not run on Mountain Lion since Rosetta is not included and can't be added.

  • How to check lock status of field in current document?

    Hi,
    How to check the status of field in current document(master agreement), that is whether its locked or not.
    I locked "Publish to Supplier" checkbox after MA is saved first time. Now, I want to check the status whether this field is locked or not in the same document.
    IsLockOwner( ) is not returning the correct value. Its not giving the current document field lock status.
    Is there any way to get current document field status?
    Thanks,
    Saloni

    Hi,
    If I understand correctly, your requirement is to get the value of this field "Publish to Supplier on". It can be achieved by writing the below:
    isVendorVisible = doc.getExtensionField("VENDOR_VISIBLE").get();
    Meaning, if the box is checked, it will return a value = true and if not then false.
    Hope this helps,
    Regards,
    Vikram Shukla

  • How to check MAxl is running properly or not

    Hi All,
    i am working on ASO cube which has to implement Automation for dimension building and data loading. I am unable to execute even a single sample systax with out error. Is there any specific method to use Maxl in ASO cube or any precautions to be taken in ASO for Maxl scripts.
    I don't know it is a foolish question or not to ask like "how to check the Maxl is working properly or not" bcoz it is raising me doubt by raising error for sample script also.
    please help me out from this issue .
    Regards

    Can you log into Essbase through MaxL interactively.
    If so, can you do it from a script? Something like:
    login username password on servername ;
    exit ;
    If you can't do the first, yup, your MaxL client is hosed or you don't have a valid username/password. Or you don't know the servername.
    If you can't do the latter, perhaps your client (could be the server itself, if you're running it from there) has a pathing issue when running batch files.
    If both work, it is a syntax issue. Now you're just faced with your mistake(s). :) But at least you don't have to spin wheels trying to figure out if MaxL is working or not.
    Regards,
    Cameron Lackpour
    P.S. You might want to try using the MaxL editor in EAS and see if your login code works there. I believe (not sure, but I think so) that EAS has its own flavor of MaxL as I know you can run code there without having the Essbase client installed on a local machine.

  • How to check the records that were inserted in a day?Please Help!

    HI All,
    How to check the records that were insterted in a day in a standard SAP table?
    For example : I want retrieve the records that were added in a day in WLK1 table.
    How do i do this?
    Urgent!! Please help!
    Thanks in advance!
    Sandeep Shenoy

    HI
        Changes to data within a table can be automatically logged. Such automatic logging of changes is called automatic table history. To turn on logging, tickmark the Log Data Changes check box on the Technical Settings screen
    IF THIS IS ALREADY DONE FOR A PARTICULAR TABLE, YOU CAN GET THE RECORD OF CHANGES THAT YOU MADE FOR THAT PARTICULAR TABLE AS EXPLAINED UNDER
    <a href="http://64.233.179.104/search?q=cache:pOdVy55jfAIJ:cma.zdnet.com/book/abap/ch06/ch06.htmHISTORYOFUPDATESINADAYINABAP&hl=en&gl=in&ct=clnk&cd=1">Automatic Table History and Change Documents</a>
    IF ITS HELPFUL PLEASE REWARD POINTS
    REGARDS
    ANOOP

Maybe you are looking for

  • MSI VN220GT MD1G|GeForce 220 GT - causing lock ups/screen freezes

    Hi, I've been searching everywhere for my problem, and the things I find usually are left unanswered :( I recently upgraded my old graphics card (GeForce 7300 GT) to the GeForce 220 GT, at that time I was using Windows XP SP3. Everything went fine th

  • How do I save a video project in Photoshop?

    I am working through a short video . I wanted to resume the project at a later time, how do I return to the project? thanks in advance

  • My Library Seems to Have Disappeared

    My week of Captivate fun continues! Okay, so the Library window of Captivate 4 serves two basic functions for me that I use often: it allows me to delete stuff that I'm not using in my projects, and it allows me to take specific slides and export the

  • Role Upload - Role is derived error

    Hello, Has anyone seen this error when trying to upload a role from SAP? Thanks Tahir com.sap.portal.pcd.rolemigration.RoleMigrationException: Nested Exception. Failure to execute native function. Nested Exception. ROLE_IS_DERIVED

  • Unbalance transaction in marketing documents

    Hi Experts in AP and AR i made purchase order with 10 quantity but in GRPO 5 qty  we received. when i make AP Invoice for ( 5qty ) GRPO. the AP invoice can not add the reason is UNBALANCE TRANCATION. Similar in Sales documents. what is problem? regar