‎2011 Jun 24 7:47 AM
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 ).......................
‎2011 Jun 24 8:07 AM
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
‎2011 Jun 24 8:14 AM
Hi,
I've seen there is a lot of customizing to to for each tcode, Maybe you forgot something!
Regards
Klaus
‎2011 Jun 24 8:39 AM
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.