cancel
Showing results for 
Search instead for 
Did you mean: 

I wanna to let the SAP/sys. get know that, Table extended to next page,How?

Former Member
0 Kudos

Hi Experts,

Am working with SMARTFORMS.

I hv a situation in which, my_window shuld trigger, only if the table(entries) r extended to next page.

I can put a condition for triggering of my_window, like, SFSY-PAGE > 1, but, this idea wuld NOT work in my case/scenario.

So,

Is there any other idea, to let the system/SAP to get know that, the table(entries) r extended to next page(so, that I can keep a flag condition, by using that idea)?

I mean, other than SFSY-PAGE concept!

thanq.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

if you know how many lines each page then you can set up flag.

when you pass the data from program to form,use describe command to get number of records for internal table.

let me say one example :

each page you have 20 lines ( 20 records),suppose internal table contains more than 20 ,then use flag = 'X'.pass the flag from program to form .

I guess you could do in form itself.

Thanks

Seshu

Former Member
0 Kudos

ThanQ Seshu,

No, it does not work in my case, coz, this existing smartform is printing many output types(contract, say type Monthly_contract, Quarterly_contract, yearly_contract etc.), depending on the sitaution. And every output type has different lines of Text notes(contract conditions) on form.

Any clue?

thanq.

Former Member
0 Kudos

I guess it is not possible other than these two method's

Thanks

Seshu

Answers (0)