cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

AUSP Characteristic values Transpose - for selections

SreekanthSurampally
Active Contributor
0 Likes
666

Hi, I am trying to create report on the combination of EQUI, KSML and AUSP tables, to list out the equipment which meets the selection criteria on characteristics and it's values.

Note: I am not working in ABAP stack, using Native HANA to build this report.

Characteristics values are stored in AUSP table as below,

EquipmentEquipment typeCharacteristicCharacteristic Value
400010BridgeChar 1Char value 1
400010BridgeChar 2Char value 2
40010BridgeChar 3Char Value 3

With that, I may not be able to apply selection criteria given to users on Char 1, Char2 and Char 3. This is because the values are stored in one column. I may have to store the data some thing like below to make them into selections for users.

EquipmentEquipment typeCharacteristic 1Characteristic 2Characteristic 3
400010BridgeChar 1 ValueChar 2 valueChar 3 Value

do you know, if there is any other table which stores the information in this transposed way from AUSP?

if not, I have created to create view to make char 1, char 2, char 3 values in the separate columns, however, where it is not applicable it is updating blank and not coming in one row, which does not look good to users.

This is how I am getting as output of the view,

EquipmentEquipment typeCharacteristic 1Characteristic 2

Characteristic 3

400010BridgeChar 1 ValueBlankBlank
400010BridgeBlankChar 2 valueBlank
400010BridgeBlankBlankChar 3 value

Can you suggest if there is any better to handle this requirement to get the report out as showing in fig 2,  be able to provide the selections for those char1, char 2 and char 3. ??  Please let me know.

Accepted Solutions (0)

Answers (2)

Answers (2)

ArturJaskiewicz
Explorer
0 Likes

Good morning. Were you able to produce this report? I have the same task. I will be grateful for the information.

peter_atkin
Active Contributor
0 Likes

Sreekanth Surampally,

Have a look at IE05 and see how this program handles characteristics.

PeteA

SreekanthSurampally
Active Contributor
0 Likes

perfect, Thanks Pete. This is a good report for my use case.

I will go through the program(RIEQUI20) logics to understand report derivation.

currently I am building this report in Native HANA, so I couldn't apply the ABAP logics exactly in SQL,

I will post this question in HANA forum,. Since I don't need more details required on this topic here,I am closing this thread.