Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Page Nos In script

Former Member
0 Kudos

Hi,

I have data in the following format.

kunnr vertn dmbtr

1000 70 300

1000 70 400

1000 70 300

1000 71 800

1000 71 500

1000 65 900

1000 65 100

2000 43 450

2000 43 550

2000 43 400

2000 40 100

2000 40 300.

My requirement is that all the 70 shhould be dislayed in one page

71 in another page and 65 another page...I have done that.

The page number,

On change of kunnr page number should again start from 1 ie 1 out of 5(in case there are 5 pages for one kunnr).

I tried to reset the page no to 1 in the "On Change of Kunnr' Event but in vain.

Ive also use On change of Vertn 'New-Page' Since each contract(vertn) should be displayed in different page.

Plz help.

Thanks and regards.

1 REPLY 1

Former Member
0 Kudos

Hi Renu,

Use the same AT END OF statement.

Regards

Srimanta