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

*** System message: SAPLCORU

pawan_rai
Participant
0 Likes
1,431

Hi Expert's,

I have created z transaction for T_Code --- CO15 to ZCO15.

Z Transaction is created, but i run the ZCO15 then this error message is coming

      • System message: SAPLCORU ( Message no. RU888 ).......................

3 REPLIES 3
Read only

Former Member
0 Likes
926

Hi,

MESSAGE a888 WITH sy-repid.

is used at several places in SAPLCORU.

For this message doesn't inform about anything, please set breakpoints in all about 18 lines of this message and check, where the error occurs.

Regards,

Klaus

Read only

Former Member
0 Likes
926

Hi,

I've seen there is a lot of customizing to to for each tcode, Maybe you forgot something!

Regards

Klaus

Read only

matt
Active Contributor
0 Likes
926

Many transactions have config entries that they read, based on their tcode. By copying the standard transaction, you've disrupted that. Copying standard SAP code is almost universally a bad idea, costing a huge amount in terms of maintanance. Use user exits and enhancements instead.