cancel
Showing results for 
Search instead for 
Did you mean: 

Change IBase component in Support Message

Former Member
0 Kudos

Hi experts!

I have the following problem: In SAP note [1080135|https://websmp230.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1080135&nlang=DE&smpsrv=https%3a%2f%2fwebsmp209%2esap-ag%2ede] you find a solution on how to prevent the change of the IBase component once the message is created.

I want to do the exact opposite thing. I am looking for a way to be able to change the IBase component of a support message when it is edited.

If anybody knows how to achieve this, I would be very thankful.

Best regards

Gerold

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

How did you accomplish this?

Former Member
0 Kudos

Implement BADI CRM_ORDER_FIELDCHECK and set the fields 'IB_IBASE' and 'IB_INSTANCE' to changeable.

For further details see class CL_IM_AI_SDK_ORDER_FC_SV where the fields are initially locked.