cancel
Showing results for 
Search instead for 
Did you mean: 

SAPscript problem in update task

Former Member
0 Kudos

I am trying to print some labels based on a Transfer Order and using a standalone program everything is working fine. I have now moved the code into a User Exit ZXLTOU02 called when a TO is confirmed using transaction VL06C. The values in my print program basically disappear into thin air as they pass into the SAPscript. I have debugged the Update Task and the SAPscript to confirm this. The OPEN_FORM, WRITE_FORM, CLOSE_FORM all still work and return sy-subrc equals 0 bu the values aren't printed on the labels.

Any ideas ? Any tricks to pass the values into the SAPscript ? Is this because I'm in the Update task ?

Alternatively how do I configure a print program to work using Output Control and appear when a TO is confirmed using VL06C !?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I have another idea to do that, create an output type and assign the form to script and pritn the lable ...instead to do it in exit.

Atul