How to change record count from 25 to different number??

Hi friends..
Generally the table shows 25 records at a time and if record exceeds the count there is a forward button appears below the table. I need to change this record count?? Please help.
Thanks

Hi Tarang,
Paste that code (which i mentioned in my last post) in instanceconfig.xml before these tags
</ServerInstance>
</WebConfig>
But remember you need to restart the presentation service once this is done....
Its working for me...
Thanks & Regards
Kishore Guggilla

Similar Messages

  • File to Jdbc: how to get record count from DB table

    Hello,
    i have a scenario file to JDBC....ihave to insert input file data to DB table.
    now my requirement is ..if i insert a file with 50 records to db table on first time, and then next time if i insert the file with 100 records to db table....the count should start from 51 in db table.
    if i insert another file 3rd time, with 25 records, the count shold start from 151...so how can i achieve this functionality....
    i think following options:
    1. in mapping write lookup to call JDBC sender channel and fetch count and map same to target filed of DB. if this is ok...please provide UDF code..2. db triggers (not suitable for my req.)
    So kindly let meknow possible solutions and required UDF codes..please
    Thanks in advance...SARAN

    >>>..if i insert a file with 50 records to db table on first time, and then next time if i insert the file with 100 records to db table....the count should start from 51 in db table.
    if i insert another file 3rd time, with 25 records, the count shold start from 151...so how can i achieve this functionality....
    i think following options:
    Suggestions:
    1)Create an id column in db table.  Talk to DB guy to create oracle sequencer for that column. So, every time you insert record that field will be updated with oracle sequencer. You dont need to handle this.
    Refer this link
    http://www.techonthenet.com/oracle/sequences.php
    2) If you want to handle via pi,  following suggestions..
    If you use PI 7.1 or above, use jdbc lookup in the mapping and do the query  something like this
    Refer this link
    /people/jin.shin/blog/2008/02/15/sap-pi-71-mapping-enhancements-series-graphical-support-for-jdbc-and-rfc-lookups
    Do select query as below
    select count(*) from tablename;
    the above query will return number of rows exist in the table. So use that value and map it in the target field.
    If you use pi 7.0 or below then use the previous reply and do the UDF implementation for jdbc lookup during mapping. Because jdbc lookup does not support in those versions.
    Hope that helps.
    Baskar

  • How to change iMessage id from email to mobile number

    I Have activated my iMessage account using my email address i would like to change it to my mobile number

    I'm assuming that you have an iPhone? If not, then it can't be done.
    If you do have an iPhone. Then go to your iPhone...
    Settings---> Messages---> Send & Receive---> Make sure that your number is selected. Your email should be there, but I find it best to leave it not checked.
    Now on your Mac. Go to your Messages app.
    Messages---> Preferences---> Accounts---> Make sure that your number is there, if so make sure it's checked. Just like with what I said about the iPhone, make sure that your email is not checked.
    The reason why I prefer to have only the phone number checked/used. Is because there are times that when I send a message, it will some times choose a different means of sending the message. Thus it will be in a different convo window. At least that is the case when on the iPhone. Where as the Mac will keep it in the same window.
    KOT

  • How to change records in standard tables ?

    how to change records in standard tables ?

    HI,
    If you are asking from program..Then you can use BDC or BAPI to update the records in teh standard tables..
    OR
    use the corresponding tcode to update the record
    Thanks
    Naren

  • Get the record count from a query

    Hi,
    does anyone know how to get the record count from a sql query?
    e.g: I've got a ResultSet from the Statement.excuteQuery(), and I want to know how many records this ResultSet contains, how to get this?
    I'd read thoughout the documents of Statement and ResultSet, but couldn't find a solution, do I have to use another seperate query such as "select count(*)" to do this?
    thanks.
    Yang Liu

    If you are not using a scrollable result set then the following is the best way to do it.
    there are several key words in SQL that can be used, the one you are interested in is count();
    so if your query at the moment is
    "select col1, col2, col3 from my_table where col2=? and col3=?"you can work out how many rows will be returned by executing this command first
    "select count(col1) from my_table where col2=? and col3=?"this will return a result set with one row and one column, you can get the row count as follows:
    ResultSet rs = ps.executeQuery();
    int rowCount = rs.getInt(1);I hope this helps :)

  • How to change mobile network from At&t to verizon

    how to change mobile network from At&t to verizon

    What exactly are you trying to do?
    You can't "change the mobile network"?
    What device model number do you have?
    Has it worked previously?

  • How to change a photo from 32 bit mode to 16/8 bit mod in Photoshop cs6?

    How to change a photo from 32 bit mode to 16/8 bit mod in Photoshop cs6?
    I tried to go to Image- Mod but i cant press on Mod button..
    I saw to late that i cant save the image i created with 32bit mode.
    Please help..

    In the image menu, goto the mode sub menu, then choose 8 or 16 bit.

  • HT1311 how to change the payment from visa to none payment iPhone 4S

    how to change the payment from visa to none payment
    iPhone 4S

    martinimartini wrote:
    I have the same problem. I used Pay Pal payment before but Pay Pal limited my account so I can only use Pay Pal until after 180 days according to their specific regulations. I also do not have any credit card. How am I supposed to pay for my Skype that I have been using since start of Skype. I really need outgoing calls.  Martin
    Hi,
    As I understand you have a restriction on your PayPal account, unfortunately this is something Skype can't help you with.
    But you can try alternative payment methods: www.skype.com/intl/en-us/prices/ways-to-pay/
    Another option is to let your friend set up Skype Manager account, purchase credit there and allocate it to you: https://support.skype.com/en-us/faq/FA10519/What-is-Skype-Manager-and-how-does-it-work
    Andre
    If answer was helpful please mark it with Kudos and if issue is resolved mark it with solution. This will help other users find this answer more easily. Thanks in advance!

  • How to change web server from inbuilt Tomcat to IIS in already configured Cold Fusion 10

    how to change web server from inbuilt Tomcat to IIS in already configured Cold Fusion 10

    You just need to run the Web Server Configuration Tool to connect ColdFusion to IIS.  It can be found in the ColdFusion program group off of the Start menu.  Be sure to run it "As Administrator".
    -Carl V.

  • How to pass record Group from Forms with DATA_PARAMETER to Reports Server

    How to pass record Group from Forms with DATA_PARAMETER to Reports Server using RUN_REPORT_OBJECT?
    When we use products on run time we are using data_parameter for passing record Groups to reports via run_product but now we have to use application server and reports server for same reports.
    We met with <FRM-41214 Unable to run reports> for passing DATA_PARAMETER to reports server when used RUN_REPORTS_OBJECT.
    How can we pass record Group from Forms with DATA_PARAMETER to Reports Server using RUN_REPORT_OBJECT?
    Thanks,
    Arif

    Hi Mandeep,
    Could you please tell me how can i pass data parameter from forms to report through run_product.

  • How to change apple ID from U.S to Asia when i still have credit on my U.S

    how to change apple ID from U.S to Asia when i still have credit on my U.S

    You're going to find that answer from Apple Support. Choose iTunes in Apple Support.
    Apple Support
    http://www.apple.com/support/

  • How do I record music from Itunes to a dvd to play on a Sony DVD player dvp sr500h?

    How do I record music from Itunes to a dvd, that shows it is finishing but will not play on my hardrive or on a Sony DVD player, dvp sr500H?

    If you are burning a DVD directly from iTunes (a feature which is present in older versions of iTunes but which was removed in iTunes 10.4), that creates a computer-type DVD for backup only and cannot play in any DVD player I know of. If you want to create a disk that can play in a DVD player, you'll need to burn an audio CD, an MP3 CD if the player will accept MP3 CDs, or use some other software.
    Regards.

  • How to change my subscription from "CC single-app Photoshop" plan to "Photoshop Photography" plan

    How to change my subscription from "Creative Cloud single-app membership for Photoshop (one-year)" plan to "Photoshop Photography" plan after purchase already and overlap?

    I waiting Live Chat about 2 hours and my thread not any support help to me or feedback.
    Why!

  • How to change bundle short version to a higher number?

    How to change bundle short version to a higher number?
    Apple has rejected my dist-view file as my old version of the app had a bundle short version key of 1.5 but DPS makes a 1.0 version. I believe that only Adobe can change this. Can you please tell me who to contact?

    Thank you.
    The App name is Exploring Essential Anatomy.   app id: eea19102012. The folder number is 2.1. Using DPS app builder 2.3.2.70.60038.
    The bundle version is 2.8.0.4.59944
    The bundle version short string is 1.0.3
    The problem is that the old bundle short string (of my previous build using xcode) is 1.5.
    Hence new short string needs to be 1.6 or higher.
    Sorry, not sure if this is the info you need

  • How to change records in ods.

    hi
    is it possible to change records in ods ?.   how ?
    tnx in advance
    mani

    Hi Mani,
    afaik, there is no way to change data in the ODS.
    What you could try, if you load data into this ODS via PSA, is to from ODS the request that you need to modify, edit the request in PSA and load it into ODS again (from PSA - Update Immediately menu option).
    Hope this helps. Cheers.
    /RB

Maybe you are looking for

  • Email Not generated from VF06 - more than one invoice created same BP

    Customer is creating invoice in VF01, they need a email output (medium 5) along with SAP Script attached . I coded the logic in subroutine Entry of the print program. Email is getting generated successfully . But it production the customer is creatin

  • Outlook integration customer master (VD02) possible

    Hallo everybody, it seems to be possible to integrate business partner into MS outlook contacts using SAP business ONE or using CRM (with groupware integration). Is this functionality also possible using ERP 2005 (not CRM)?? And if yes how can I do t

  • FND_USER and licenses

    Hello, I would like to know how it works with licenses for Oracle users in Oracle EBS. Practically one userid is allowed per person to login into Oracle EBS However, is it possible for more than one person to login into Oracle EBS using the same orac

  • Image Metadata number to appear on print?

    I want to set up so an image shows automatically the image number when I save it/print it. For example I want  img_1022.jpeg to appear on the image for ease of identification. I am a wedding photographer and at the moment have to go to each image and

  • EPS photos with Clipping paths dont show in Quark Xpress

    Anyone experience why a Photoshop file with a clipping path will not preview when brought into Quark Xpress unless I save the preview as a tiff? I use photoshop 7.1.