cancel
Showing results for 
Search instead for 
Did you mean: 

How to chnage the SAP standard Class.

Former Member
0 Kudos

Hi,

In the interaction centre when i am trying to send the e-mail without any recipents i amgeeting the error like below.

An exception occurred in inbound plug IP_INBOUNDPLUGID of target view MailMain

An exception has occurred Exception Class CX_SY_RANGE_OUT_OF_BOUNDS

Text: Part-field access (offset = 0, length = 9) to a data object of the size 0 exceeds valid boundaries.

Program: CL_IC_MAIL_WRAPPER_SC=========CP

Include: CL_IC_MAIL_WRAPPER_SC=========CM00Q

Source Text Row: 82

So i contact the SAP service help they gave the soultion add some code in the class CL_IC_MAIL_WRAPPER_SC

so please someone guide me regarding the same.

Thnaks in advance,

Suresh.

Accepted Solutions (0)

Answers (1)

Answers (1)

BGarcia
Active Contributor
0 Kudos

Hello Suresh,

Do you still need help?

Very summarized, to change a standard class you have to:

- Enter your developer key (it only appear one time - if you already make development, it will not appear anymore)

- Enter your object key -> You have to enter in SAP Marketplace, go to 'Keys Requests', then 'SSCR Keys', and register the object you are changing. You'll get a code.

- Enter SE24, put the class name (I suppose it will be CL_IC_MAIL_WRAPPER_SC), and enter in change mode. It will request you a key. Enter the key that you obtained in SAP Marketplace.

- Then you're able to do the changes requested.

Kind regards,

Bruno