Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

system message 046 from work area ssfcomposer does not exist

Former Member
0 Likes
6,733

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

1 ACCEPTED SOLUTION
Read only

former_member219762
Contributor
0 Likes
3,596

Hi,

   I hope this will solve your problem

https://scn.sap.com/thread/1220944

Regards,

Sreeniavas.

7 REPLIES 7
Read only

Former Member
0 Likes
3,596

Hi,

Seems some authorization issue, see this post - http://scn.sap.com/thread/450993

BR.

Read only

0 Likes
3,596

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

Read only

former_member219762
Contributor
0 Likes
3,597

Hi,

   I hope this will solve your problem

https://scn.sap.com/thread/1220944

Regards,

Sreeniavas.

Read only

0 Likes
3,596

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.

Read only

Former Member
0 Likes
3,596

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

Read only

0 Likes
3,596

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

Read only

0 Likes
3,596

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