cancel
Showing results for 
Search instead for 
Did you mean: 

pass variables to sapscript form

Former Member
0 Kudos

Dear All,

I have enhance a script form and a print program where the print program will call the function popup_to_confirm.

This run ok when I use VF03.

However it doesn't work when I run using VF01(I insert the function in the exit RV60AFZZ) the poup show..but the variable can't pass to the script. form

How does the standard SAP program call the script form ?

Kindly assists.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

It is generally not recommended to change the print program as the same can be used for other transactions. In this case, you have to update in NACE transaction. But This must be the last option.

What you can do instead is write a subroutine pool program with your requirement and call it from the form layout editor using

perform <subroutine name> in program <program name> .

points please if useful.

Former Member
0 Kudos

Hi Vamshi,

I did your suggestion before (perform xxx in program xxx), but it only reflect during VF03 (issue output) and not VF01 (save and print immediately)

Wht do you mean by update the trx in NACE, pls elaborate further, thanks.

Janice

Former Member
0 Kudos

hi,

in tcode NACE in output types we assign the print program that is the driver program .

that is how the standard sap program calls the print program.

try configuring in NACE wherever you want it.

rewards points if helpful,

siri