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

smart forms

Former Member
0 Likes
336

hi experts,

i want to call a page at end of a field .

that is whwen a value changes it should call a different page ,

and when reaches the end of main call a different page.

also how to use sap symbols like sy-tabix.

thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
313

Hi Surendra,

You will be selecting the data into one internal table and then u will be moving the data to final internal table,

at the final internal table, u will have the loop.in the loop u will be calling the smartform func module.

So in this loop u use

AT NEW of field.

NEW-PAGE.

Endat.

Regards,

Kannaiah

2 REPLIES 2
Read only

alex_m
Active Contributor
0 Likes
313

What is your requirement in smartform?.

Read only

Former Member
0 Likes
314

Hi Surendra,

You will be selecting the data into one internal table and then u will be moving the data to final internal table,

at the final internal table, u will have the loop.in the loop u will be calling the smartform func module.

So in this loop u use

AT NEW of field.

NEW-PAGE.

Endat.

Regards,

Kannaiah