cancel
Showing results for 
Search instead for 
Did you mean: 

two script forms for single driver pgm

Former Member
0 Kudos

Hi all,

Is it possible to have two script forms for single driver pgm , each for diff output type.If so watz d procedure.Kindly reply.

Thanks ,

kavitha

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

Yes, it is possible to have such scenario,

Ex, Try to read the form name from output type...

OPEN_FORM

IF Formname = <FORM1>

    • Display all form1 realted windows

WRITE_FORM <All windows in script 1>

WRITE_FORM

........

........

ElseIF FORMNAME = <FORM2>

    • Display all form2 realted windows

WRITE_FORM

WRITE_FORM

........

........

CLOSE_FORM

Regards,

Sairam

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Yes it is possible to have two or more script forms for a single driver program that forms will be different output types.

Procedure:-

1. Create the different layout sets by going se 71 t_code.

2. Create the driver program related to script by going se38 t_code.

3. After creating Driver program and Layout inform to the functional people they will configure NACE transaction with ur driver program, script form and output type.

Reward points if useful.

Thanks & Regards,

Vasudeva Rao

Former Member
0 Kudos

Refer to this related threads