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

Class cl_reex_copl_masterdata_check doesnot exist

Former Member
0 Likes
628

Hello Experts,

While executing KP26 it straight away creates a dump in program 'SAPLGMUD'.

Class could not be found during dynamic call program 'SAPLGMUD'.

class cl_reex_copl_masterdata_check was chosen during dynamic method call but could not be found

class cl_reex_copl_masterdata_check does not exist or is not visible in the current context.

when I checked in SE24 the class is not available within the abap workbench.

Now what could be done for this is this some installation problem..

Can we import this class from another client or so.

Please give me a solutions experts.

Regards,

Ranjith N

Hello Experts,

While executing KP26 it straight away creates a dump in program 'SAPLGMUD'.

Class could not be found during dynamic call program 'SAPLGMUD'.

class cl_reex_copl_masterdata_check was chosen during dynamic method call but could not be found

class cl_reex_copl_masterdata_check does not exist or is not visible in the current context.

when I checked in SE24 the class is not available within the abap workbench.

Now what could be done for this is this some installation problem..

Can we import this class from another client or so.

Please give me a solutions experts.

Regards,

Ranjith N

4 REPLIES 4
Read only

Former Member
0 Likes
585

Hi

Post this issue on service.sap.com

Thanks

Vishal Kapoor

Edited by: vishal kapoor on Feb 23, 2009 10:49 PM

Read only

uwe_schieferstein
Active Contributor
0 Likes
585

Hello Ranjith

On ERP 6.0 (sp 0014) the class exists. Please check in table PRODGIR whether all required entries (24) are there:

CL_REEX_COPL_MASTERDATA_CHECK=CCDEF
CL_REEX_COPL_MASTERDATA_CHECK=CCIMP
CL_REEX_COPL_MASTERDATA_CHECK=CCMAC
CL_REEX_COPL_MASTERDATA_CHECK=CI
CL_REEX_COPL_MASTERDATA_CHECK=CM001
CL_REEX_COPL_MASTERDATA_CHECK=CM002
CL_REEX_COPL_MASTERDATA_CHECK=CM003
CL_REEX_COPL_MASTERDATA_CHECK=CM004
CL_REEX_COPL_MASTERDATA_CHECK=CM005
CL_REEX_COPL_MASTERDATA_CHECK=CM006
CL_REEX_COPL_MASTERDATA_CHECK=CM007
CL_REEX_COPL_MASTERDATA_CHECK=CM008
CL_REEX_COPL_MASTERDATA_CHECK=CM009
CL_REEX_COPL_MASTERDATA_CHECK=CM00A
CL_REEX_COPL_MASTERDATA_CHECK=CM00B
CL_REEX_COPL_MASTERDATA_CHECK=CM00C
CL_REEX_COPL_MASTERDATA_CHECK=CM00D
CL_REEX_COPL_MASTERDATA_CHECK=CM00E
CL_REEX_COPL_MASTERDATA_CHECK=CM00F
CL_REEX_COPL_MASTERDATA_CHECK=CM00G
CL_REEX_COPL_MASTERDATA_CHECK=CO
CL_REEX_COPL_MASTERDATA_CHECK=CP
CL_REEX_COPL_MASTERDATA_CHECK=CT
CL_REEX_COPL_MASTERDATA_CHECK=CU

If one of these entries is missing the SAP system will not recognize the class even though you may be able to display it in SE24.

Regards

Uwe

Read only

Former Member
0 Likes
585

Hi:

OSS note is required for it.

Regards

Shashi

Read only

Former Member
0 Likes
585

thanking you for your valuable feedback.

answered and closed