cancel
Showing results for 
Search instead for 
Did you mean: 

within SAPSCRIPT calling another SAPSCRIPT

Former Member
0 Kudos

Hi,

how can i call the other sapscript B within a sapscript A (a copy verison of F110_PRENUM_CHCK with customization) whereby sapscript A is called by a standard printing program when i run F110 for printout?

thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

its not poosible is the 2 sapscript are of different format based on the documentation stated for start_form

Former Member
0 Kudos

Hi ,

If you want a call another form then you will have to use the FM START_FORM.

Please read the documentation for more information

Regards

Arun

Former Member
0 Kudos

Hi Yong,

You cant start sap script within a script in the driver program using START_FORM and need to end this scirpt wiht END_FORM.

Psudo code in driver program

OPEN_FORM with SAP Script A

START_FORM with SAP Script B

END_FORM with SAP Script B

CLOSE_FORM with SAP Script A

Thanks,

Vinay