cancel
Showing results for 
Search instead for 
Did you mean: 

Error with many t-codes on backend

Former Member
0 Kudos

Hi, All

I have problem whe I call the any in backend, I got this message:

the Funcionaly team were to do several configuration in backend and We thinks there configurations are problems, however we are not very sure.

How can we to verify ? or How can to get the source of problem??

Thanks a lot

Danny

Message:

untime Errors SYNTAX_ERROR

ate and Time 01/30/2009 10:00:39

Short text

Syntax error in program "SAPLSDC_MIME ".

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_GUI_HTML_VIEWER============CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "SAPLSDC_MIME " in include

"LSVIMDAT " in

line 1:

"Each ABAP program can contain only one "REPORT", "PROGRAM", or "FUNCTI"

"ON-POOL". statement."

The include has been created and last changed by:

Created by: "SAP "

Last changed by: "SAP "

Error in the ABAP Application Program

The current ABAP program "CL_GUI_HTML_VIEWER============CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

Error analysis

The following syntax error was found in the program SAPLSDC_MIME :

"Each ABAP program can contain only one "REPORT", "PROGRAM", or "FUNCTI"

"ON-POOL". statement."

" "

Trigger Location of Runtime Error

Program CL_GUI_HTML_VIEWER============CP

Include CL_GUI_HTML_VIEWER============CM010

Row 9

Module type (METHOD)

Module Name GET_DOCUMENT_EXTENSION

Source Code Extract

Line SourceCde

1 METHOD get_document_extension.

2 DATA: mime_subtype TYPE char40.

3 DATA: doc_type TYPE saedoktyp,

4 mime_type TYPE w3param-cont_type.

5

6 IF NOT type IS INITIAL.

7

8 CONCATENATE type '/' subtype INTO mime_type.

>>>>> CALL FUNCTION 'SDOK_FILE_NAME_EXTENSION_GET'

10 EXPORTING

11 mimetype = mime_type

12 IMPORTING

13 extension = extension.

14 IF extension IS INITIAL.

15 TRANSLATE mime_type TO LOWER CASE. "#EC S

16 SELECT single doc_type FROM toadd INTO doc_type

17 WHERE mimetype = mime_type.

18 IF sy-subrc = 0.

19 extension = doc_type.

20 ENDIF.

21 ENDIF.

22 IF NOT extension IS INITIAL.

23 CONCATENATE '.' extension INTO extension.

24 ENDIF.

25

26 EXIT.

27 ENDIF.

28

Accepted Solutions (0)

Answers (2)

Answers (2)

JPReyes
Active Contributor
0 Kudos

This looks like a syntax error on a SAP program... if the program has not been modified then open an OSS message.

@Jazz

When you call a transaction or a query from a Portal to an R/3 system (or any variantion) is usually refered as a Backend system as the Portal is the Frontend System.

Regards

Juan

Former Member
0 Kudos

Thanks Juan.. ... i know what backend system is. I wanted to know how he was calling the transaction.

@ Danny, Do you get this error when directly running these transaction on your backend system.?

Regards,

Jazz

Former Member
0 Kudos

Thanks JAzz & Juan for your answers.

The problem was I called t.codes in banckend for expample se80, sm59, su01, but this problem was solved,

The problem was that several standard functions Sap had been modificated and these changes was problem.

thanks a lot

Danny

Edited by: Danny Sanchez on Feb 3, 2009 3:59 PM

Former Member
0 Kudos

How can I solve this problem?

Regards

Former Member
0 Kudos

> I have problem whe I call the any in backend

What do you mean by call the transaction in the backend??? Please make it clear.

Regards,

Jazz