Skip to Content
0
Aug 01, 2016 at 01:52 PM

Char Relationship via HANA Stored Procedure issue

54 Views

Hello Experts,

I am on SAPKW74014 and have implemented the char relationships from the SQL Script Procedure via the IF_RSPLS_CR_EXIT_HDB interface.

Also maintained the equivalent logics in ABAP as a fallback.

The configurations works fine in the test DSO although when the same CR setup is configured in the DSO (that's part of the solution); it gives the following 2 discrepancies. The objects involved in both the DSOs are same and same logic is reused.

Note: Test DSO has aggregation level directly on top of it and the DSO that's part of solution is part of the Multiprovider (in which there are multiple Infocubes and DSOs)

1) During the save of the data record, an attach planning sequence (PS) should generate another record; although some how this extra record is not getting generated. All through the PS works fine but the record is not visible in the DSO.

2) One of the object (NUMC is ABAP and NVARCHAR in SQL Table Type) is not recognized for blank and the save from input form gives dump.

Also these discrepancies vanish when interface/method calling HANA STP is removed. This means the ABAP fallback codes work fine deriving the respective char values.

Any clue why this may be occurring ?

Thanks,

Pankaj