cancel
Showing results for 
Search instead for 
Did you mean: 

PO Smartform Issues

Former Member
0 Kudos

Folks,

We have created a new driver program, routine and a smart form for printing the purchase order Details. All the required credentials have been configured in NACE T-Code against the relevant output type.

The issue is whenever, we try to print the PO we get the error log as follows:

Processing routine CALL_SF_LOGIC in program ZMRRPOFORM does not exist. This is because there is a global variable returncode which has the value 999 and triggers this error log.

We manually set the value of this field to 0, then the system generated a spool no of the purchase order. But now, the system failed to create a processing log for this status.

If Anyone who has configured / worked out for such a requirement by creating a customized driver pgm, customized routine for PO smartform and faced such similar issues while printing/error logs, pls provide pointers for the same.

Thanks,

JLN

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181995
Active Contributor
0 Kudos

>

> We manually set the value of this field to 0, then the system generated a spool no of the purchase order. But now, the system failed to create a processing log for this status.

Means now system is not generating Spools?

confirm pls!

Former Member
0 Kudos

Hi,

After i explicitly set the returen code from 999 to 0 in my driver pgm, the system is able to process the PO for print out by generating a spool, which i can view in SP02 to take a print out.

But if i go to ME23N -


>Messages-----> Processing Log - the system says no Logs generated,

But normally if everything is fine, the system generates a log message giving details of the spool no etc.

I feel this is because iam changing the return code manually to 0 in my pgm. If this solved, then the system should generate the logs.

I hope i have clarified your doubts.

Thanks,

JLN

former_member181995
Active Contributor
0 Kudos

You can check once by not changing the manually the value of return code.

but i would suggest yo check with Functional people also why messages are not collecting.