cancel
Showing results for 
Search instead for 
Did you mean: 

SMARTFORM Error - SSFCOMPOSER001

Former Member
0 Kudos

Hi Guys,

We are realising SAP Best Practices methodology.

I copied some of the preconfigured smartforms and driver programs from client 000.

One of them is Request for Quote form - YBAU_MMRFQ

/SMBAPJ/AU_MMRFQ (Original form from Client 000)

Driver Program - YBAA_FM06P

/SMBA0/AA_FM06P (Original program from Client 000)

After activating the program and Smartform, I moved it to the testing client.

When I try to view the print out through tcode ME9A, I am getting the following Error

Internal error: (FORM = , ID = , RC = )

Message no. SSFCOMPOSER001

Anybody come across this error

Cheers

S Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Check this document... it might prove helpful to you,

Source: /SMBA0/AA_FM06P

Regards

Raj

[help.sap.com/bp_bl603/BBLibrary/Documentation/153_BB_ConfigGuide_EN_AU.doc|help.sap.com/bp_bl603/BBLibrary/Documentation/153_BB_ConfigGuide_EN_AU.doc]

Edited by: Rajasekhar Dinavahi on Dec 9, 2008 6:02 AM

Former Member
0 Kudos

Hi Thanx.. I have this document.. But I relaised.. I need to install the building blocks before using the forms.

Cheers

S Kumar

Answers (2)

Answers (2)

Former Member
0 Kudos

>

> Hi Guys,

> We are realising SAP Best Practices methodology.

> I copied some of the preconfigured smartforms and driver programs from client 000.

>

> One of them is Request for Quote form - YBAU_MMRFQ

> /SMBAPJ/AU_MMRFQ (Original form from Client 000)

>

> Driver Program - YBAA_FM06P

> /SMBA0/AA_FM06P (Original program from Client 000)

>

> After activating the program and Smartform, I moved it to the testing client.

> When I try to view the print out through tcode ME9A, I am getting the following Error

>

>

> Internal error: (FORM = , ID = , RC = )

> Message no. SSFCOMPOSER001

>

> Anybody come across this error

>

> Cheers

> S Kumar

Hi

Actually, this error occurs due to the problem in print program. I once had this problem, I would adivce you to check the FMs used in the Program and also check if there is any standard OSS note for the same.

Vishwa

Former Member
0 Kudos

Hi,

Thanks for your reply.

Could you give me some more info.. which FM has caused this error for U..

Cheers

S Kumar

Former Member
0 Kudos

hi ,

i think the error should be triggered from the Smartform FM.

CALL FUNCTION G_FUN

EXPORTING

CONTROL_PARAMETERS = C_CONTROL_PARAM

OUTPUT_OPTIONS = C_COMPOSER_PARAM

USER_SETTINGS = ' '

EXP_LIFNR = EXP_LIFNR

TABLES

IT_ZSPO_HEADER = IT_ZSPO_HEADER

IT_ZSPO_ITEM = IT_ZSPO_ITEM.

Check the data which is being populated into CONTROL_PARAMETERS and OUTPUT_OPTIONS .

Vikki.

Former Member
0 Kudos

Its turns out BP installation is already there.. But not sure why I am getting the error

SMARTFORM Error - SSFCOMPOSER001