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

ERROR in SE38 Standard Program

PAL14
Participant
0 Likes
3,167

Dear All,

I am facing one strange problem with ABAP EDITOR. Our Basis team have done some note applying in Development Client.

There was lot of notes, all in one request. It is been transported to Quality. There i think they got one Error.

Now the problem which we are facing is that, we are able to take SE38, but If you click Display or Change. Its going to a DUMP.

even in SE80 also. IF we try to activate any program its going to dump. the same problem is there in SE37 also.

The main Program its affected is SAPLS38E.

I am pasting some of the log from ST22

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

terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "SAPLS38E " in include "LS38EU24

" in

line 63:

"FORM "GET_MASLANGU" does not exist"

" "

" "

" "

When ever we click display or change one function module is getting called , this the point at which the dump is triggering.

call function ' SWITCH_FRAMEWORK'

&

call function 'EDITOR_PROGRAM'

Since its not allowing to do any thing we are not able to find the root cause. We have raised it to SAP also.

If any body have faced this issue please let me know.

Thanks in Advance.

Pradeep Alex Luke.

1 ACCEPTED SOLUTION
Read only

deepak_dhamat
Active Contributor
0 Likes
2,022

Hi ,

problem might be Language Settings .

tell basis guy to check Language configaration settings .

goto => se37 => function module => REPS_OBJECT_ACTIVATE

activate debugger and check where it is failing .

regards

Deepak.

Edited by: Deepak Dhamat on Nov 19, 2011 7:00 AM

6 REPLIES 6
Read only

deepak_dhamat
Active Contributor
0 Likes
2,023

Hi ,

problem might be Language Settings .

tell basis guy to check Language configaration settings .

goto => se37 => function module => REPS_OBJECT_ACTIVATE

activate debugger and check where it is failing .

regards

Deepak.

Edited by: Deepak Dhamat on Nov 19, 2011 7:00 AM

Read only

Former Member
0 Likes
2,022

Hi,

You ask your BASIS team for system restore to erlier state.(BASIS team does this job regularlily after 2 to 3 weeks). Now again get the changes done, will fix the issue definetly.

Cheers,

Ankitesh

Read only

Former Member
0 Likes
2,022

Dear Alex,

I guess, it's language setting problem. Somewhere you have asked the system to use local language, but suppose to use all languages.

Regards

Read only

Former Member
0 Likes
2,022

Hello,

You might have missed some note or the sequence of apply.

1) First search any note is available with that error message, if you mange to get that you apply that.

2) If you miss the sequence of notes, then undo the notes and reapply in sequentially. ex.if any prerequisite is there transfer first that then main.

Thanks,

Phani.

Read only

Former Member
0 Likes
2,022

Hi,

It can be very simple sometimes. When you apply notes and move among systems, in some case you need to activate them after the transport changes are done. There is a standard SAP program which usually activates, but you can always do it manually. In this case however you probably may have to run the standard SAP program for activation in a batch job.

Ideally if this is the case it should be present in the SAP Notes. Re-check them.

Cheers!!!

Arnab

Read only

0 Likes
2,022

Dear All,

Thanks you all for the reply and support.

The Issue is been resolved.

As per SAP's reply We tries to do the Transport of Copi of certain program which we where getting DUMP like :

Program Name SAPLS38E

INCLUDE Name LS38EU26

INCLUDE Name LS38EU24

This got transported with out any error and the issue got resolved.

Thanks & Regards,

Pradeep Alex Luke.