cancel
Showing results for 
Search instead for 
Did you mean: 

calculation based on display Attribute and Nav attribute

Former Member
0 Kudos

Hi all,

i have a problem in sap biw 3.5 .at query designer level i have issue is

i have master data CHARECTRISTICS OUC_CONTRACT having attributes mvn_date,leg_mvn_date .i need to display union of both dates in single column.

Regards

satish

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

if u change from display to navigationa attribute it is ok,oher wise u have go for charecterstic with customer exit.

Regards,

Sai.

Former Member
0 Kudos

yes sailja ...

this could work can you plz,

provides the step by step navigations to proceed further.

Answers (3)

Answers (3)

Former Member
0 Kudos

done...

thanks u all for ur prompts replys

Regards:

satish

Former Member
0 Kudos

hi,

Try to write a routine at trasformation level by using read from masterdata or by using attribute table.

Regards,

Sai.

former_member211907
Contributor
0 Kudos

Your simplest solution is to modify your infoobject and create a new attribute that is the characteristic that you wish to display. Update the transfer rule or DTP with a function that merges the two other attributes into the new attribute, and then use that attribute in your query.

Alternatively you can set these attributes up as Navigational attributes, and then you can manipulate them as independent characteristics in your query results. But this will significantly reduce the performance of your query.