Using Exit Class For Characteristic Relationship With Derivation
Using Exit Class For Characteristic Relationship With Derivation
Requirement > Kita ingin setiap planned Customer > dimunculkan Cust group pd planning cube.
Kita dapat gunakan attribute tapia da sebuah function module yg dpt digunakan based on Customer and Customer
type utk menentukan Cust group.
CARANYA > gunakan tcode SE24 > Class = CL_RSPLS_CR_EXIT_BASE .
Kita define sebuah characterisitc relationship dgn Customer & Customer type = source characteristic dan Cust Group =
target & Pilih Characteristic Combinations Based On : Exit class & Exit Class: CL_RSPLS_CR_EXIT_BASE
For the above function module I get Customer and Customer type from input schedule and it should derive customer
group and save it into the cube.
Can anyone help me with the code. Do I have to make a copy of the exit class to use it. Here is what the help says which I
dont understand
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 u2018CHECKu2019, u2018DERIVEu2019 and u2018CREATEu2019. The class
'CL_RSPLS_CR_EXIT_BASE' itself can be used directly, but it does not execute an action.
Thanks,
SOLUSI
Kita harus copy standard class CL_RSPLS_CR_EXIT_BASE jadi sebuah custom class.
Setelah creating exit class > go to the methods > put your code pada method DERIVE