‎2010 Jan 29 7:44 AM
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
‎2010 Jan 29 7:48 AM
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
‎2010 Jan 29 7:48 AM
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
‎2010 Jan 29 7:51 AM
Hi,
i ve got the data in one internal table [all 17 branches data]
regards