cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax error in program "SAPLSDIFRUNTIME ".

Former Member
0 Kudos

Hi Experts,

I am not able to login into system; it is giving dump after giving user id & pwd.

This happed in My (Quality) Test System, when applying basis 18, 19 patch level.

Now I am not able to login into system with GUI to do any other thing.

Can any one faced same problem.... & please help me for how to restoring the last backup through BRRESTORE command

Regards,

Rahul

ShrtText

Syntax error in program "SAPLSDIFRUNTIME ".

Error analysis

In program "SAPLSDIFRUNTIME ", the following syntax error occurred:

"Different number of parameters in FORM and PERFORM (routine: TTYP_TO_L"

"INES_DESCR, number of formal parameters: 5, number of actual parameter"

"s: 6)."

" "

Accepted Solutions (0)

Answers (1)

Answers (1)

rejish_balakrishnan
Contributor
0 Kudos

Hi,

This look like a bug.

I went through the code and found out that this has nothing to do with us.

FORM Ttyp_to_lines_descr USING ttypinfo_wa TYPE TTYPINFO
                               with_text TYPE DDBOOL_D
                               langu TYPE SY-LANGU
                               group_names TYPE DDBOOL_D
                         CHANGING lines_descr TYPE DDTYPELIST.

     DATA typekind TYPE DDTYPEDESC-TYPEKIND.

     CASE ttypinfo_wa-ROWKIND.
          WHEN 'S'. typekind = 'STRU'.
          WHEN 'L'. typekind = 'TTYP'.
          WHEN OTHERS. EXIT.
     ENDCASE.
     PERFORM Type_to_lines_descr USING ttypinfo_wa-REFNAME typekind
                                       with_text langu group_names
                                 CHANGING lines_descr.
ENDFORM.                    " Ttyp_to_lines_descr

You are getting an error when applying basis 18, 19 patch level.So it means that the patches might not be suitable for current version .

You can either search the SAP notes for the same or contact SAP for the solution.