cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Main windows and its Print program logic

former_member585060
Active Contributor
0 Kudos

Hi All,

I have to develop a SAPScript with multiple Main Windows on single page. The Main window is to be filled with Terms and conditions. Each Main window holds terms and conditions of a specific type, i.e,

suppose Condition A met Main window Main 00 must be filled,

Condition B met Main window Main 01 must be filled, and so on.

Can anyone sujjest me Logic how to proceed.

Thanks in Advance

Regards

Bala Krishna

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

case (specific type).

when ' spec type = 1'.

f.m write_form

with window name and element.

when ' spec type = 2'.

f.m write_form

with window name and element.

endcase.

former_member585060
Active Contributor
0 Kudos

Hi,

Any other sujjestions

Regards

Bala Krishna