cancel
Showing results for 
Search instead for 
Did you mean: 

BI-IP Characteristic

Former Member
0 Kudos

Hi

I want to add characteristic relationship to a BI-IP model. The help docs stats:

'We recommend that you derive your own class from the example class 'CL_RSPLS_CR_EXIT_BASE'. You then only have to implement the methods ‘CHECK’, ‘DERIVE’ and ‘CREATE’. The class 'CL_RSPLS_CR_EXIT_BASE' itself can be used directly, but it does not execute an action.'

How do you derive a class from the sample class and how would you implement the methods as stated above. I have done this in BPS but not yet in IP. Please help...

L.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Go to transaction SE80 and just copy the class and implement the said methods (as per your requirement). When you create a characteristic relationship of type Exit in the planning modeler, in its details, you will see the copied class also in the drop down list for exit class.

Answers (1)

Answers (1)

Former Member
0 Kudos

OK, i have copied the class, please give me the exact steps to implement the mothods (e.g. click here then there etc...)

Former Member
0 Kudos

Just edit those methods write the required code. Activate the class thereafter. Thats sufficient.