Skip to Content
0
Feb 15, 2007 at 12:43 AM

RSNAST00 - NAST not passed to customized program

292 Views

Hi Experts,

I am currently having this problem. When we try to print 2 customized output type via VF31 (ZHCV & ZHPK - 2 different print program) together, the ZHPK will always hit the error "Errors occurred while processing output" (VN073). I found that the error appears because the data in NAST is not passed to the customized program.

I did a breakpoint at the statement

"PERFORM (TNAPR-RONAM) IN PROGRAM (TNAPR-PGNAM) USING RETURNCODE US_SCREEN IF FOUND." in program RSNAST00 and the next step is going into the first statement of the customized program. For output type ZHCV, data in NAST is passed to the program. However when it reached the next output type ZHPK, data in NAST missing.

However, if we print ZHPK individually or with other output type (ZHDO - same print program as ZHCV), there is no problem.

Anyone knows what is the possible causes?

Regards,

Janet