cancel
Showing results for 
Search instead for 
Did you mean: 

Error while code getting transfered to R system

Former Member
0 Kudos

Hi Experts,

I am facing a unique issue.

When I develped the code ( form and driver program) in D system it worked well and all functionality ( attributes, Print, Print preview, etc. ) were working fine. But when the code has been transfered to R system, I am unable to see any print preview of the form.

On analysis, I found that an error is getting raised when function " SSFCOMP_CONVERT_ITF_TO_TOKEN" is called.

Can you please help me out on what can be the possible reasons for the error ?

Is the issue related to settings of the system or printer ?

Thanks in advance.

Madhwendra

Accepted Solutions (0)

Answers (3)

Answers (3)

nabheetscn
Active Contributor
0 Kudos

What does the smartform calls return is it formatting error?

Nabheet

Former Member
0 Kudos

Hi Nabheet,

Yes, it shows the same error as you have mentioned.

Do you have any solution for this?

Thanks and Regards,

Madhwendra

nabheetscn
Active Contributor
0 Kudos

Are you using the same printer as you have used in dev...please check it...such error normally comes when data is over flowing for example in template....if used please check those also

Nabheet

Former Member
0 Kudos

Hi Sri Hari,

Function Module " SSF_FUNCTION_MODULE_NAME " has bee used in the code.

The issue still exists, and thanks for your response.

regards,

Madhwendra

Former Member
0 Kudos

Hello friend,

Please check these things,

You might not have used or declared any parameter which is not an optional parameter.

You might have declared any parameter which doesn't match to the type of the parameters available.

This might be the reason for error. If your error still exists please revert back to me i will help you.

Thanks,

Sri Hari

Edited by: srihari.kumar on Dec 27, 2011 4:27 PM