cancel
Showing results for 
Search instead for 
Did you mean: 

form-perform.

Former Member
0 Kudos

hi experts,

while writng subroutine in a form, we will write like

perform test in program 'zxx'

here wht is the program name. is it the standard driver program or we have to develope new program?

plese help me

thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Surendra,

The program can be any program , not necessarily the driver program. You can create a separate Z program which contains all subroutines (if you have many to be called). This way you keep the driver program and subroutine program separate.

Hope this helps.

Regards,

Aditya

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Surendra,

You have to create a new Zprogam if u dont have access to modify the driver program.This is not the necessary condition bu it is alwaz commandable to create a new program instead of tempering the driver program.

Create your own program with executable type.

Former Member
0 Kudos

I think it can be even only an include not executable program.

I would use anyway own namespace area.