cancel
Showing results for 
Search instead for 
Did you mean: 

How can i create function type and class to fill a characteristic?

Former Member
0 Kudos

hi experts, im new in this part of world....

I have a real-time infocube with a characteristic Z99COSIT.

I want that when you save the data in the query, this caracteristic has to be fill with select single in a dbtable.

I create a Function Type : Z99FUNCTIONTYPE

I create a class with interfase:

IF_RSPLFA_SRVTYPE_IMP_EXEC

IF_RSPLFA_SRVTYPE_IMP_EXEC_REF

But I dont know wich paramterers I have to use in the Function Type and in which metod i have to development the select.

Any idea?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think you need to use the Characteristic relationship based on an exit class "CL_RSPLS_CR_EXIT_BASE" to populate Z99COSIT based on some source characteristic when the user saves the data.These target characteristics are not to be included in any of the aggregation levels used, since they are automatically filled by the characteristic derivation.

In the class you have to implement the method ‘derive’ by taking a copy of the std function mentioned above.

Rgds

Shyam

Answers (0)