Application Development and Automation 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: 
Read only

Splitting the Internal table

former_member251546
Participant
0 Likes
424

Hi,

Good day guys

hope every one doing well.. i have problem with smart form.. I developed the smart form.. Data will be pulling from zprogramme.

in the final internal table is having top 20 customers by branch wise which is 17 branches..

Its like One-by-ne branch data....

In the form level.. i need to desing the data.. Every page should come two branches..

now iam getting the problem.. first page getting Two branches.. but rest of the pages will get the 2 and half branches data like

so... can any one advice me..

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
386

Hi,

So you can do one thing. Store data for 2 brnaches in one internal table and pass that to fisrt page. then for second page take data for next 2 branches in another internal table and display it.

I think it should solve your problem.

Thanks,

Archana

2 REPLIES 2
Read only

Former Member
0 Likes
387

Hi,

So you can do one thing. Store data for 2 brnaches in one internal table and pass that to fisrt page. then for second page take data for next 2 branches in another internal table and display it.

I think it should solve your problem.

Thanks,

Archana

Read only

0 Likes
386

Hi,

i ve got the data in one internal table [all 17 branches data]

regards