cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax error in program "CL_IM_WRSL_MATMOV_BW==========CP ".

Former Member
0 Kudos

Hi All,

when running any extractor in HR ECC RSA3, getting short dump.

SYNTAX_ERROR

Below is the details of the Dump.Please provide any clue.

Short text

Syntax error in program "CL_IM_WRSL_MATMOV_BW==========CP ".

What happened?

Error in the ABAP Application Program

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

terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program

"CL_IM_WRSL_MATMOV_BW==========CP " in include

"CL_IM_WRSL_MATMOV_BW==========CM003 " in

line 58:

"No component exists with the name "MBLNR". ."

" "

" "

" "

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_EXIT_MASTER================CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

What can you do?

Please eliminate the error by performing a syntax check

(or an extended program check) on the program "CL_IM_WRSL_MATMOV_BW==========CP

".

You can also perform the syntax check from the ABAP Editor.

If the problem persists, proceed as follows:

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Error analysis

The following syntax error was found in the program

CL_IM_WRSL_MATMOV_BW==========CP :

"No component exists with the name "MBLNR". ."

" "

" "

" "

How to correct the error

Probably the only way to eliminate the error is to correct the program.

-

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

System environment

SAP-Release 700

Application server... "uctvd701"

Network address...... "54.48.144.193"

Operating system..... "HP-UX"

Release.............. "B.11.31"

Hardware type........ "ia64"

Character length.... 16 Bits

Pointer length....... 64 Bits

Work process number.. 2

Shortdump setting.... "full"

Database server... "uctvd701"

Database type..... "ORACLE"

Database name..... "SL7"

Database user ID.. "SAPSR3"

Char.set.... "C"

SAP kernel....... 700

created (date)... "May 5 2008 21:24:26"

create on........ "HP-UX B.11.23 U ia64"

Database version. "OCI_102 (10.2.0.1.0) "

Patch level. 159

Patch text.. " "

Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."

SAP database version. 700

Operating system..... "HP-UX B.11"

Memory consumption

Roll.... 16192

EM...... 12569520

Heap.... 0

Page.... 73728

MM Used. 1845824

MM Free. 2341392

User and Transaction

Client.............. 800

Language key........ "E"

Transaction......... "RSA3 "

Transactions ID..... "492B942242DC73B0E1000000363090C1"

Program............. "CL_EXIT_MASTER================CP"

Screen.............. "SAPMSSY0 1000"

Screen line......... 6

Information on where terminated

Termination occurred in the ABAP program "CL_EXIT_MASTER================CP" -

in "INSTANTIATE_IMP_CLASS".

The main program was "RSFHGEN2 ".

In the source code you have the termination point in line 15

of the (Include) program "CL_EXIT_MASTER================CM002".

Source Code Extract

Line SourceCde

1 METHOD instantiate_imp_class .

2

3 DATA: abs_type_classname TYPE string,

4 imp_obj TYPE imp_obj_type.

5

6 * Look for objects that have been created for this class

7 READ TABLE imp_obj_tab INTO imp_obj

8 WITH TABLE KEY imp_name = imp_name

9 calling_obj = caller.

10 IF sy-subrc = 0.

11 instance = imp_obj-obj.

12 ELSE.

13 CONCATENATE '\CLASS=' imp_class INTO abs_type_classname.

14 ***** dynamic object creation *******************************

>>>>> CREATE OBJECT instance TYPE (abs_type_classname).

16 ******************************************************************

17 imp_obj-imp_name = imp_name.

18 imp_obj-calling_obj = caller.

19 imp_obj-obj = instance.

20 INSERT imp_obj INTO TABLE imp_obj_tab.

21 ENDIF.

22 ENDMETHOD.

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Nilesh,

This clearly indicated that this is ABAP Dump.

Its saying that it does not have a component called MBLNR.

What exactly u have done before getting this dump.

Take the help of an ABAPer to put the debug point and check where exactly is the problem.

ABAPer can easily identify the cause of error and can suggest you.

Thanks ...Sudheer

JPReyes
Active Contributor
0 Kudos

As this is a syntax error on what seems to be a SAP program there must be a note available at SAP Marketplace or perhaps a Support package will fix the issue, in any case if you can't find a note open an OSS Message.

Regards

Juan

Former Member
0 Kudos

Hi ,

Note no 1169382 may help