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

Syntax error in program "SAPLSDIFRUNTIME ".

Former Member
0 Likes
1,021

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)."

" "

3 REPLIES 3
Read only

agnihotro_sinha2
Active Contributor
0 Likes
869

hi,

the routine in this standard prog has :

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

U have to check whether these r consistent in ur case or not.

Some patches or upgrades can alter such param.

regards,

ags.

Read only

0 Likes
869

Hi ags,

Thanks for the quick reply.

Actually I have tried to upgrade the patches only after that I have got the error.

But right now the situation is I am not able to run any transaction. After every transaction I have got the different short dump error.

Pls. help.

Read only

hasila_amjath
Explorer
0 Likes
869

This message was moderated.