Hello Experts,
I am on SAPKW74014 and trying to implement the char relationships via the SQLScript procedure on a direct update DSO.
Have created the following :
1) Created a class that implements the IF_RSPLS_CR_EXIT_HDB interface and CL_RSPLS_CR_EXIT_BASE as super class.
2) Implemented the 2 GET_SQLSCRIPT* methods.
a) in the *INFO method passing the schema name, name of procedure to derive chars and the structure name.
b) in the *PARAMETERS methods have passed a structure whose name have assigned in *INFO method and that i have locally created in BW. this is similar to the structure of the table type created in HANA.
3) created a derive procedure in HANA and is activated successfully. The procedure contains input, output parameters and logic is simple fiscal period to calendar mapping.
4) The "allow_non_readonly_sqlscript" is set to true and "enable_sqlscript_cmd" is set to on in DBACOCKPIT.
5) Created a CR that references the class.
With the above configuration in place, a save from input form do not trigger either of the *GET_SQLSCRIPT methods.
So what is it am missing ? How do I invoke the procedure as part of the CR trigger ? Any other settings to check ?
Thanks,
Pankaj