2013 Jun 17 7:01 AM
Dear Experts,
I am getting below problem when I check print preview in VA03 for Sales Order, when SO contains more than 5 line items only..
If the So contains 5 or less than 5 line items it working fine.
This problem is only in production system. In development system it is working fine.
In both the sytems the user has sap_all authorization.
Kindly help me.
Sytem message 042 from work area SSFCOMPOSER does not exist
"""""""""""""""""""""""""""""""""""""""""""""""""
Message no. C!002
Diagnosis
Message 042 from work area SSFCOMPOSER was not
defined.
Procedure
You have to maintain this message in the system. If you have
authorization for Customizing, maintain the general
program errors.
Otherwise, please inform your system administrator.
"""""""""""""""""""""""""""""""""""""""""""""""""
Regards
Prapul
2013 Jun 17 7:17 AM
2013 Jun 17 7:10 AM
2013 Jun 17 7:16 AM
Hello Ankit,
Thank you for your reply.
I have already checked this post and confirmed with our basis consultant.
There are no role assignments.
User has "sap_all" authorization in both the clients(DEV & PRD).
Moreover I can check the preview if the SO contains less than 5 items.
So it might not be authorization issue.
Please suggest ...
Regards
Prapul
2013 Jun 17 7:17 AM
2013 Jun 17 8:11 AM
Hello Sreenivasa Rao,
Thank you for you response.
You are right.
I have checked this link and found that the output content does not fit into the window.
Trying to resolve the issue.
Regards
Prapul.
2013 Jun 17 7:23 AM
I think your driver program is trying to display a message which is numbered as 46 but the same is not mainitained in the message class SSFCOMPOSER. Debug your program and check where the message is being used.
To confirm the error is due to non existance of message number in the class, create a dummy message in SSFCOMPOSER with number 46.
Cheers!
Abhinab
2013 Jun 17 7:39 AM
Hello Abhinab,
I have debug the same and found that, dynamically generated function module for this smart form is returning subrc '2', which indicates' internal error'.
I feel it is not due to non existance of message number in the class, since in development system also it is not maintained but it works there.
If I make number of line items less than 5 at runtime it is working fine.
Kindly suggest...
Regards
Prapul
2013 Jun 17 8:10 AM
These exceptions can also be due to sizes of Window. Allign all your templates / windows according to your page size. Check your main window size, probably it is exceeding the page size at runtime.
Cheers!
Abhinab