cancel
Showing results for 
Search instead for 
Did you mean: 

Output could not be created. Inform system administration

Former Member
0 Kudos

Hi Team,

I am working in SRM 5.0.

During the Purchase order preview I am getting the error:"Output could not be created. Inform system administration"

Can anyone help me to resolve this problem.

Regards,

Hema T

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Hema,

Can you try and debug the below :

Open SE37 transaction

Enter FM BBP_OUTPUT_PO_PREVIEW_SMART .

Enter the PO GUID, Smartform name, Mark IV_LOCAL ='X'.

In the debug mode , you should be able to see the line

'CALL FUNCTION lv_function_name' in the program lines.

Check if any exceptions are returned on executing this call.

Do let me know your findings.

Regards,

Sapna

Former Member
0 Kudos

Hi,

I have debugged the FM and I found that the exception is 1 and it is formatting error.

How to know in which window we are getting this error in smartform.

Regards,

Hema T

Former Member
0 Kudos

Hi,

Are you using a custom smartform or SAP standard smartform?

If you are using a SAP standard smartform you can raise a message with SAP .They should be able to assist you.

If custom smartform then try to debug as below.

Debug into the Call Function lv_function_name. Here you can see a line

-> CALL FUNCTION 'SSFCOMP_PROCESS_DOCUMENT' Inside this FM you need reach

-> perform process_pages -> perform callback using docentry-callform docentry-callprog.

You will need to analyse all the calls here in order to find where the error comes from ?

If the given information helps . Do award points.

Regards,

Sapna