cancel
Showing results for 
Search instead for 
Did you mean: 

Jump report to Transaction Level data in ODS

Former Member
0 Kudos

Hi,

Lets assume that we have Cube (C1).The data to cube is coming from three ODS's say (O1,O2,O3).

I want to create a jump report on each ODS (R1,R2,R3) to get the transactoin level details.

Using RSBBS i assign jump reports to sender query(which is created on Cube C1).

Now my question is when user tries to go to jump report for transaction level of details he should only see the report with data in it.(i.e. instead of three jump reports in the context menu of GOTO he should only see the ones with data).

How can i set the logic for this.

Any suggestions would be of great help.

Best Regards,

Suresh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Arun,

Thanks for your reply.Say i have three Jump reports coming up in which i have data only in one report,I want to make other two reports hidden in context menu option.

How can i hide the other two reports.Which are in status "no applicable data found".Or in other words i want to display only reports with aplicable data in the context menu.

Best Regards,

Suresh.

Former Member
0 Kudos

Hi,

Try to implement your logic with custom menu for your context menu with java script.

See below,

http://help.sap.com/saphelp_nw04/helpdata/en/60/0b863be3047e19e10000000a114084/content.htm

Thank you

Arun