Fetching 999 records in subsequent (Next page) call.

I am using Graph Client 2.0.8 and fetching users. My tenant has more that 10K Users.
Problem : I am using Graph Client 2.0.8 and want to bring 5000 users. In Graph client I have specified each time bring 999, but Api only bring 999 records first time and then it bring only 100 records. However, I have specified 999 records in next page
request as well.  Here is code snippet
   ActiveDirectoryClient graphConn = GraphServiceHelper.GetGraphConnection(TenantDomain, UserAccessToken, TraceId);
            userCollection = graphConn.Users;
   users = await userCollection.Take(ResultBatchSize).ExecuteAsync();
     if (users != null)
                do
                    // Convert User to UserModel DTO
                    var usersListModel = users.CurrentPage.Take(999).ToList();
                    isMoreRecordsAvailable = users.MorePagesAvailable;
                    if (usersListModel.Count() >= 5000 || !users.MorePagesAvailable) // exit if batch sized reach.
                        break;
                    else
                        users = await users.GetNextPageAsync();
                } while (true);
How to bring 999 records in each subsequent call? Appreciate your help.

Unfortunately, the current version of the Graph Client Library doesn't support subsequent page sizes > 100 (though the service side itself will allow you to go up to 999, so if you make the call without the client library, you
should be able to go higher).
I've provided feedback on this for potential improvements in future releases of the GCL.

Similar Messages

  • Records print on next page in samrtforms

    Hi all gurus and experts of sap ....
    I had created  P.O layout in smartforms .....when number of line items increased that time it breaks the page and footer area print on next page ....
    kindly suggest me how to print remaining lines on next subsquent page not fooetr only but with whole page content....
    thanx in advance i am in very crucial stage .....
    plz give some examples

    Hi Ateeque,
    Your problem is when 10 items are there 3 should print in the first page and remaining 7 items should print in the next page provided footers should display in their respective pages in the bottom.
    If your requirement is correct as i specified above,
    i like to know whether you have given the footer as a part of the main window or created a seperate window for the footer?
    If you have created as part of your main window, can you please try it creating with a seperate window for the footer.
    Thanks,
    Karthik
    Edited by: karthikeyan Thangavel on Feb 12, 2008 12:21 PM

  • Continued to next page

    Hi All,
    I have a group and sub group in the report. If the sub group records continue to next page, i want to display 'Continued from next page' and also repeat the parent group record in the continued page . I have used the following function in rtf and it does not work. Did any one have face similar issue?
    <xsl:attribute name="xdofo:rowspancell-repeat-nextpage" xdofo:ctx="block">true</xsl:attribute>
    Thanks,
    Sushil

    Hi Sushil,
    This can be achieved by doing the following .
    InitPT
    Empnum
    Empname
    Salary
    F EMPNUM
    EMPNAME
    SALARY ET  E
    Footer PT
    EET
    The image above shows the template - standard table with employee data in it. Notice the last row of the table has most of the borders turned off.
    I have got 'Show Gridlines' enabled so you can see it is another row in the table. There are some other fields in there too.
    Walking through the more important fields:
    InitPT - <?init-page-total: contd_footer?> - initializes a page total object 'contd_footer' - for more info on this check the user guides.
    ET - <?add-page-total:contd_footer;1?> - within the table, adds the total into the page.
    Footer - <?table-footer:?> - an undocumented command (we had other plans for the command for a later release - hence the lack of doc) to specify that this row is the table footer. MSWord does not have a concept of table footer so we need to mark it as such for the rendering engine to 'see'. Notice its in the last row of the table - no borders remember (thats optional)
    PT - <xdofo:inline-total display-condition="exceptlast" name="contd_footer">Continued ...</xdofo:inline-total> - this is the cool piece. It is supposed to render the page total, but instead it will show the string 'Continued ...' on all but the last page of the table.
    EET - <?end-page-total:contd_footer?> - this closes out the page total command.
    Try it out and play with it here. This approach works with 5.6.3 and above.
    If this helps you then please mark the answer as "correct" or else "helpful"
    -Ragul

  • Repeating Frame leaves blank area on next page before record

    I have a report with multiple repeating frames. Near the bottom of the first page the last repeating frame starts to print. If there are too many records to fit on the first page, they show up on subsequent pages. That is OK. However, on the 2nd, 3rd, etc. pages the records are part way down the page with much blank space between them and the header above.
    I would like the records to start at the top of the next page just beneath the header. Also, because of another repeating frame before this one, I can't even be sure if this particular frame will always start printing on the first page.
    I have tried properties such as page break, print object on, page protect, etc. They hve not resolved this issue to date.
    Thanks in advance from a beginner.
    DT

    hello david
    in this case you must consider what is printed on next pages ... for this i recomend newbie to colorize each frame and repeating frame to see what is there. from your describtion is possible that there are some objects on your frame with print condition set only to first page ... so they is not displayed on second, ... pages - this could happen f.e. with added descriptions, colmn heading, ... so my advice is to look why the space is there and then (maybe) make a correction ...
    hth
    petr valouch, brainbench mvp for oracle rograming, http://www.brainbench.com

  • After printing 12 records for a employee then automatically goto next page

    hi..
    i am facing one promblem in smartforms and i am not able to rectify that , my requirement is that if a user enter a single employee code then  output must comes in 1 page with deatils of 12 months and if user enters in range eg.
    from employee code 1 to 50 then all the details of 12 months comes in single page  for each employee and after printing 12 records its directly comes to another page and here again print 12 records and goes to next page...soon..
    plz help on this ..
    john

    John,
    The smartform is called for each employee so when the employee range is given in the selection then the smartform is called for each employee in the print program.
    Check the print program and change the logic/code .
    For Example: in the loop if the Form is called for every new employee using the the code AT NEW then place the code for calling the Form using AT  LAST in the loop.
    Regards..

  • TAB functionality(next page) in BDC recording process?

    Hi,
    I am trying to record a transaction using SHDB for BDC,
    in recording process I am selecting records in popup screen and that screen will be having 9 records all the time and after selecting 9 records when I press tab(for going into second page) that TAB functionality is not recording.
    Can any one please let me know how I can implement TAB(going to next page in recording process)
    Thanks for ur time...(waiting for valuable answers)

    Hi Rich,
    sorry i forgot to answer .,.
    I am using BP transaction and selecting business partner and ship to address tab i am trying to add address records to ship to address tab.
    P+ did not work .. its not going to next page.
    thanks..

  • Some of the data for same records is going on to the next page in excel??

    Hello,
    I designed a template in word with page setup orientation to Landscape, to get the Excel report output. Later when i preview the same in Excel with the Landscape page setup..the print preview is showing me with some of the data going out of the page set up.My font size for data in word I put is 8pt Times New Roman.
    Basically..my requirement is to print the report in excel with the landscape page setup.
    But some of the data for same records is going on to the next page in excel??
    How do i prevent this from happening?
    Thanks in Advance!

    Hello
    The blog suggested above is to set the output for a PDF document using RTF template. Whereas, my requirement is to get a excel output using RTF template, with data fitting directly with in the landscape orientation of EXCEL when printed.
    Basically, the requirement is : When i run the report, the excel output should be sent to a printer with style 'Landscape' from apps?? But the problem is that i am not getting all the pagebreaks i put in the RTF template and also some of the data for the same records is not fitting in to the landscape orientation of the excel while it gets printed.
    But when i run the same as a PDF everything is fine... ..But that's not my requirement...Please help!
    Thanks,

  • How to call next page?

    new to scirpts,
    in my script display...
    i want to display the same values in the next page... with same settings..
    how to do this?

    There're several windows in page 1(title,content,ect...).
    If you just want to list overflow data of page1 in page 2, just create a mail window in page 2. and define page attributes of Page 1 next page is page 2.And no overflow data, the page 2 no use.
    If you want to list more than one window, design a new page and define page attributes of Page 1 next page is page 2

  • Elements flowing to next page hides the subsequent elments

    Hi,
    I have 2 subform vertically placed adjacent to each other withing the main subform.
    Subform1(positioned,allow page break,continous filling the previous page,int he content area)
    subform2(flowed)
         textfield1(var length)
         textfiled2(var lenght)
         textfiled3 (filxed length)
         textfield4(fixed length)
    subform3(having textfield with fixed length)(positioned)
    Now my problem is as textfiled1 and textfield2 are of variable length in subform2 so when they hv lot of data that makes form to flow to next page, in this case data flows to next page but hides the textfiled3 and textfield4.
    I am sure this is the problem of the setting of the layout, please suggest something
    Thanks
    Pooja

    Hi,
    Thanks for pdf, yes this is what I was looking for,now one more doubt in this case second vertical form subfor3 shifts to the next page as well, I dont want this to happen, I want this to be remained on the same page only subform2 flows to next page
    OR
    can it possible that content of subform flows in the subform3 side first and then expand to next page, as term and condition page where data is displayed ina pdf form in 2 column layout, when column1 fills till the page end then it flowd first to page1 column 2 side and then flows to page2 column1 . Can this be possible in this case, as out main requirement is to display the term and conditions in the form.
    This would be great help.
    Pooja

  • Need to shift second record to next page

    Hi ,
    I am developing a report and this report has two groups . Header group and lines group,
    Lines group has repeated lines.the problem is that each line is considered a raw in the table and for example the second raw is taking 8 lines which will not fit in the first page.
    what i need to do is to calculate the number of lines in the page and number of lines for that raw and if the number of lines of raw + current position of the first line in this raw greater than total number of the lines per page then shift the whole raw to next page.
    at the bottom if Line details of any item overflowing to next page, instead start the details afresh in the new page
    Thanks
    Ramez

    You need to select the repeating row, right click -> Table properties -> uncheck 'Allow row to break across pages'

  • Fetching Mutilple records in Alert.

    Hi All,
    I have a requirement to print the keymembers of a project who are end-dated through Alert. If a single member is end-dated I was able to print, but if there are mutiple users end-dated then i'm facing a challenge.
    Is there any way to print multiple records fecthed by the SQL statement in the Alert.
    Regards,
    Jana

    Unfortunately, the current version of the Graph Client Library doesn't support subsequent page sizes > 100 (though the service side itself will allow you to go up to 999, so if you make the call without the client library, you
    should be able to go higher).
    I've provided feedback on this for potential improvements in future releases of the GCL.

  • The Page is directly getting redirected to the next page

    I have tried using response.redirect("filename.jsp") in the two buttons as shown below but the pages are getting directly to the next page without loading the first page.Even though i write a .js file and include it in the jsp file that method is not getting called into the jsp page.Please advice.....stuck here.
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Main</title>
    <script src="All.js">
    </script>
    </head>
    <body>
    <form name="one" >
    <h1>Please Choose : </h1>
    <table width="158" border="1">
    <tr>
    <td>
    <input type="button" value="Insert Record" onclick=""/>
    <a href="# onclick="insert();"></a>
    </td>
    </tr>
    <tr>
    <td align="left" valign="middle"><input type="submit" value="Delete/View" /><a href="# onclick="" target="insert()"></a></td>
    <!--td align="left" valign="middle"><input type="submit" value="Delete/View" /><a href="# onClick="insert();" target="_self""></a></td-->
    </tr>
    </table>
    </form>
    </body>
    </html>

    where you use response.redirect()? What is in insert()?

  • Best way to Fetch the record

    Hi,
    Please suggest me the best way to fetch the record from the table designed below. It is Oracle 10gR2 on Linux
    Whenever a client visit the office a record will be created for him. The company policy is to maintain 10 years of data on the transaction table but the table holds record count of 3 Million records per year.
    The table has the following key Columns for the Select (sample Table)
    Client_Visit
    ID Number(12,0) --sequence generated number
    EFF_DTE DATE --effective date of the customer (sometimes the client becomes invalid and he will be valid again)
    Create_TS Timestamp(6)
    Client_ID Number(9,0)
    Cascade Flg vahrchar2(1)
    On most of the reports the records are fetched by Max(eff_dte) and Max(create_ts) and cascade flag ='Y'.
    I have following queries but the both of them are not cost effective and takes 8 minutes to display the records.
    Code 1:
    SELECT   au_subtyp1.au_id_k,
                                       au_subtyp1.pgm_struct_id_k
                                  FROM au_subtyp au_subtyp1
                                 WHERE au_subtyp1.create_ts =
                                          (SELECT MAX (au_subtyp2.create_ts)
                                             FROM au_subtyp au_subtyp2
                                            WHERE au_subtyp2.au_id_k =
                                                                au_subtyp1.au_id_k
                                              AND au_subtyp2.create_ts <
                                                     TO_DATE ('2013-01-01',
                                                              'YYYY-MM-DD'
                                              AND au_subtyp2.eff_dte =
                                                     (SELECT MAX
                                                                (au_subtyp3.eff_dte
                                                        FROM au_subtyp au_subtyp3
                                                       WHERE au_subtyp3.au_id_k =
                                                                au_subtyp2.au_id_k
                                                         AND au_subtyp3.create_ts <
                                                                TO_DATE
                                                                    ('2013-01-01',
                                                                     'YYYY-MM-DD'
                                                         AND au_subtyp3.eff_dte < =
                                                                TO_DATE
                                                                    ('2012-12-31',
                                                                     'YYYY-MM-DD'
                                   AND au_subtyp1.exists_flg = 'Y'
    Explain Plan
    Plan hash value: 2534321861
    | Id  | Operation                | Name      | Rows  | Bytes |TempSpc| Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT         |           |     1 |    91 |       | 33265   (2)| 00:06:40 |
    |*  1 |  FILTER                  |           |       |       |       |            |          |
    |   2 |   HASH GROUP BY          |           |     1 |    91 |       | 33265   (2)| 00:06:40 |
    |*  3 |    HASH JOIN             |           |  1404K|   121M|    19M| 33178   (1)| 00:06:39 |
    |*  4 |     HASH JOIN            |           |   307K|    16M|  8712K| 23708   (1)| 00:04:45 |
    |   5 |      VIEW                | VW_SQ_1   |   307K|  5104K|       | 13493   (1)| 00:02:42 |
    |   6 |       HASH GROUP BY      |           |   307K|    13M|   191M| 13493   (1)| 00:02:42 |
    |*  7 |        INDEX FULL SCAN   | AUSU_PK   |  2809K|   125M|       | 13493   (1)| 00:02:42 |
    |*  8 |      INDEX FAST FULL SCAN| AUSU_PK   |  2809K|   104M|       |  2977   (2)| 00:00:36 |
    |*  9 |     TABLE ACCESS FULL    | AU_SUBTYP |  1404K|    46M|       |  5336   (2)| 00:01:05 |
    Predicate Information (identified by operation id):
       1 - filter("AU_SUBTYP1"."CREATE_TS"=MAX("AU_SUBTYP2"."CREATE_TS"))
       3 - access("AU_SUBTYP2"."AU_ID_K"="AU_SUBTYP1"."AU_ID_K")
       4 - access("AU_SUBTYP2"."EFF_DTE"="VW_COL_1" AND "AU_ID_K"="AU_SUBTYP2"."AU_ID_K")
       7 - access("AU_SUBTYP3"."EFF_DTE"<=TO_DATE(' 2012-12-31 00:00:00', 'syyyy-mm-dd
                  hh24:mi:ss') AND "AU_SUBTYP3"."CREATE_TS"<TIMESTAMP' 2013-01-01 00:00:00')
           filter("AU_SUBTYP3"."CREATE_TS"<TIMESTAMP' 2013-01-01 00:00:00' AND
                  "AU_SUBTYP3"."EFF_DTE"<=TO_DATE(' 2012-12-31 00:00:00', 'syyyy-mm-dd hh24:mi:ss'))
       8 - filter("AU_SUBTYP2"."CREATE_TS"<TIMESTAMP' 2013-01-01 00:00:00')
       9 - filter("AU_SUBTYP1"."EXISTS_FLG"='Y')Code 2:
    I already raised a thread a week back and Dom suggested the following query, it is cost effective but the performance is same and used the same amount of Temp tablespace
    select au_id_k,pgm_struct_id_k from (
    SELECT au_id_k
          ,      pgm_struct_id_k
          ,      ROW_NUMBER() OVER (PARTITION BY au_id_k ORDER BY eff_dte DESC, create_ts DESC) rn,
          create_ts, eff_dte,exists_flg
          FROM   au_subtyp
          WHERE  create_ts < TO_DATE('2013-01-01','YYYY-MM-DD')
          AND    eff_dte  <= TO_DATE('2012-12-31','YYYY-MM-DD') 
          ) d  where rn =1   and exists_flg = 'Y'
    --Explain Plan
    Plan hash value: 4039566059
    | Id  | Operation                | Name      | Rows  | Bytes |TempSpc| Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT         |           |  2809K|   168M|       | 40034   (1)| 00:08:01 |
    |*  1 |  VIEW                    |           |  2809K|   168M|       | 40034   (1)| 00:08:01 |
    |*  2 |   WINDOW SORT PUSHED RANK|           |  2809K|   133M|   365M| 40034   (1)| 00:08:01 |
    |*  3 |    TABLE ACCESS FULL     | AU_SUBTYP |  2809K|   133M|       |  5345   (2)| 00:01:05 |
    Predicate Information (identified by operation id):
       1 - filter("RN"=1 AND "EXISTS_FLG"='Y')
       2 - filter(ROW_NUMBER() OVER ( PARTITION BY "AU_ID_K" ORDER BY
                  INTERNAL_FUNCTION("EFF_DTE") DESC ,INTERNAL_FUNCTION("CREATE_TS") DESC )<=1)
       3 - filter("CREATE_TS"<TIMESTAMP' 2013-01-01 00:00:00' AND "EFF_DTE"<=TO_DATE('
                  2012-12-31 00:00:00', 'syyyy-mm-dd hh24:mi:ss'))Thanks,
    Vijay

    Hi Justin,
    Thanks for your reply. I am running this on our Test environment as I don't want to run this on Production environment now. The test environment holds 2809605 records (2 Million).
    The query output count is 281699 (2 Hundred Thousand) records and the selectivity is 0.099. The Distinct values of create_ts, eff_dte, and exists_flg is 2808905 records. I am sure the index scan is not going to help out much as you said.
    The core problem is both queries are using lot of Temp tablespace. When we use this query to join the tables, the other table has the same design as below so the temp tablespace grows bigger.
    Both the production and test environment are 3 Node RAC.
    First Query...
    CPU used by this session     4740
    CPU used when call started     4740
    Cached Commit SCN referenced     21393
    DB time     4745
    OS Involuntary context switches     467
    OS Page reclaims     64253
    OS System time used     26
    OS User time used     4562
    OS Voluntary context switches     16
    SQL*Net roundtrips to/from client     9
    bytes received via SQL*Net from client     2487
    bytes sent via SQL*Net to client     15830
    calls to get snapshot scn: kcmgss     37
    consistent gets     52162
    consistent gets - examination     2
    consistent gets from cache     52162
    enqueue releases     19
    enqueue requests     19
    enqueue waits     1
    execute count     2
    ges messages sent     1
    global enqueue gets sync     19
    global enqueue releases     19
    index fast full scans (full)     1
    index scans kdiixs1     1
    no work - consistent read gets     52125
    opened cursors cumulative     2
    parse count (hard)     1
    parse count (total)     2
    parse time cpu     1
    parse time elapsed     1
    physical write IO requests     69
    physical write bytes     17522688
    physical write total IO requests     69
    physical write total bytes     17522688
    physical write total multi block requests     69
    physical writes     2139
    physical writes direct     2139
    physical writes direct temporary tablespace     2139
    physical writes non checkpoint     2139
    recursive calls     19
    recursive cpu usage     1
    session cursor cache hits     1
    session logical reads     52162
    sorts (memory)     2
    sorts (rows)     760
    table scan blocks gotten     23856
    table scan rows gotten     2809607
    table scans (short tables)     1
    user I/O wait time     1
    user calls     11
    workarea executions - onepass     1
    workarea executions - optimal     9
    Second Query
    CPU used by this session     1197
    CPU used when call started     1197
    Cached Commit SCN referenced     21393
    DB time     1201
    OS Involuntary context switches     8684
    OS Page reclaims     21769
    OS System time used     14
    OS User time used     1183
    OS Voluntary context switches     50
    SQL*Net roundtrips to/from client     9
    bytes received via SQL*Net from client     767
    bytes sent via SQL*Net to client     15745
    calls to get snapshot scn: kcmgss     17
    consistent gets     23871
    consistent gets from cache     23871
    db block gets     16
    db block gets from cache     16
    enqueue releases     25
    enqueue requests     25
    enqueue waits     1
    execute count     2
    free buffer requested     1
    ges messages sent     1
    global enqueue get time     1
    global enqueue gets sync     25
    global enqueue releases     25
    no work - consistent read gets     23856
    opened cursors cumulative     2
    parse count (hard)     1
    parse count (total)     2
    parse time elapsed     1
    physical read IO requests     27
    physical read bytes     6635520
    physical read total IO requests     27
    physical read total bytes     6635520
    physical read total multi block requests     27
    physical reads     810
    physical reads direct     810
    physical reads direct temporary tablespace     810
    physical write IO requests     117
    physical write bytes     24584192
    physical write total IO requests     117
    physical write total bytes     24584192
    physical write total multi block requests     117
    physical writes     3001
    physical writes direct     3001
    physical writes direct temporary tablespace     3001
    physical writes non checkpoint     3001
    recursive calls     25
    session cursor cache hits     1
    session logical reads     23887
    sorts (disk)     1
    sorts (memory)     2
    sorts (rows)     2810365
    table scan blocks gotten     23856
    table scan rows gotten     2809607
    table scans (short tables)     1
    user I/O wait time     2
    user calls     11
    workarea executions - onepass     1
    workarea executions - optimal     5Thanks,
    Vijay
    Edited by: Vijayaraghavan Krishnan on Nov 28, 2012 11:17 AM
    Edited by: Vijayaraghavan Krishnan on Nov 28, 2012 11:19 AM

  • How do i display every 10 Records in my JSP page??

    Hi..
    I have developed one web-page which shows ALL employee records fetched from a employee table and display them in my JSP page.
    It has contain more than 1000's of records. I need to display first 10 Records in my page. There should be some 4 links below the records display which get me to see next 10 records or previous 10 records or first 10 records or Last 10 records.
    IS it possible in JSP??
    This is my sample code for your ref:
    <jsp:useBean id="empOperation" class="com.venki.gen.EmployeeOperation" />
    <html>
    <head>
         <title>Stardeveloper : DataAccess JSP Tag</title>
         <style>
         p, td { font-family:Tahoma,Sans-Serif; font-size:8pt;
              padding-left:15; }
         </style>
    </head>
    <body>
    <p align="center"><u>DataAccess JSP Tag</u></p>
    <%
         EmployeeList empList[] = null;
         empList = empOperation.getEmployees(empName);
    %>
    <table align="center" border="0" width="90%" cellspacing="2" cellpadding="2">
    <tr bgcolor="#CCDDEE">
         <td>EMPNO</td>
         <td>EMP Name</td>
         <td>DESIGNATION</td>
    </tr>
    <%if(empList!=null)
         for(int i=0; i<empList.length; i++)
          EmployeeList emp = empList;%>
         <tr bgcolor="#F7F7F7">
         <td><%= emp.getEmpNo() %></td>
         <td><%= emp.getEmpName() %></td>
         <td><%= emp.getEmpDesignation()%></td>
         </tr>
         <% }%>
    </table>
    </body>
    </html>
    It would be extremely useful,if i know the technique how to display every 10 Records thru JSP.
    Waiting for You people valuable reply and code!
    Regards
    venki

    I do it by pages. i.e. http://example.com/page.jsp?page=1 would show records 1-10, ?page=2 would show records 11-20
    let's pretend each record is identified by one field in the database, `id`
    then the SQL query you'd use to grab the records could be..
    SELECT * FROM `your_table` WHERE `id` >= (page*10) and <= (page*10+10)or this might even work:
    SELECT * FROM `your_table` ORDER BY `id` ASC LIMIT (page*10),10(all examples untested as I'm at work :P)

  • Internal Table data is not overflowing into Next Page -  Adobeforms

    Hi,
         I have an issue if the internal table consits of more than 20 records that data is not overflowing into next page.
         Here am using Header  only on first page & Table will follows...
    Regards,
    PraVeen..
    Edited by: praveenreddys on Feb 15, 2012 10:51 PM

    Hi praveenreddys ,
    I had the same requirement,  I did as follows:
    LEFT HAND SIDE SELECT "TABLE": check below right hand side properties for this object
    1. table tab: select the check box allow page breaks within content.
    2. pagination tab: place: Following previous
                                after:continue filling parent
                               overflow: none.
    LEFT HAND SIDE SELECT "HEADER": check below right hand side properties for this object
    3. row tab: select the check box allow page breaks within content.
    4. pagination tab: place: Following previous
                                after:continue filling parent
                               overflow: none.
    select the check boxes: Include header row in initial page
                                            include header row in subsequent pages
    Binding tab property:
    5.select check box: Repeat row for each data item
    LEFT HAND SIDE SELECT "ROW": check below right hand side properties for this object
    6. Row tab: DON'T select the chek box allow page breaks with in content
    4. pagination tab: place: Following previous
                                after:continue filling parent
                               overflow: none.
    Binding tab property:
    5.select check box: Repeat row for each data item
    Then test..it would work for you...ALL THE BEST!!!
    If this helps please reward points.
    Reards,
    Naresh.

Maybe you are looking for

  • Individual Posting of line items for GR of Subcon Mat'ls

    We currently have subcon transactions with outside suppliers wherein we provide rawmaterial1 and rawmaterial2 to produce finished goods. The supply of rawmaterial1 is not stable, thus, in the absence of rawmaterial1, we provide rawmaterial2 to vendor

  • I-pod classic 80gb not connecting

    I've just recently updated the software on my ipod and updated my itunes to itunes 10 and ever since i've done that my ipod will not connect to my computer. All it says in itunes is that it verifying my ipod and the screen stays like that. It won't l

  • Change pointers

    HI All, Can you guys plz help me on change pointers. I have activated change pointers for CREMAS and I am running program RBDMIDOC in background. But it is generating idocs properly when ever vendor is created or changed. Change pointer is triggering

  • Aurora 27.0a2 (2013-11-15) ModernUI - SYNC´ed bookmarks are not visible

    Using ModernUI in Win 8.1 with SYNC seems to work on hand: Typing in keywords associated to URLs displays the right SYNC´ed URLs. But the bookmarks are not displayed. In desktop mode the SYNC runs properly in all aspects. How can I enable the visibil

  • A Photoshop behavior that confuses me

    Hello everybody. You guys know how when you open an image, you are unable to pan the image to the edges by default. In order to unlock this ability, you must hit the 'F' key. Then you are able to pan freely (And if you don't do this, parts of your im