cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Objects

former_member402770
Participant
0 Kudos

Hi,

We are using SAP BI BO 4.1 sp3 for Business Objects and Universe as Datasource

Requirement: We need to pass the Customers from Parent BO report to Child BO report.

Issue: Customer (0CUST_SALES__CUSTOMER) Characterisitic is used as input control in parent report when we select all customer and provide as input query flter prompt, not all customers are listing in the report.

Is therey any limitation on the Input control for passing values between Parent and Child Report.

Single object passing is ok with the help of document link but multiple values is creating problem in Child Report . below is the link

For ex: Hyperlink code for one Report Filter.This value will be passed to detail report prompt.

="<a href=../../../OpenDocument/opendoc/openDocument.jsp?&iDocID=ASn_Z6loBVpEpjtf1UPvPJ4&sIDType=CUID&sType=wid&sRefresh=N&sWindow=New&lsMCustomer="+URLEncode(ReportFilters([Customer])))+">"+"Click Here To View Detail Report"+"</a>"

Report Behaviour:-

1. Initially when Customer Input Control value is "All Values' in check box and user clicks on Hyperlink, "ALL" is passed from Parent to Child which is as expected.
2. When the value is changed from Customer Input Control for ex: Chinna, Melodia, frus etc..the changed list of values is not getting passed to Detail report prompt.This is the issue. Single value passing is working fine.

Accepted Solutions (0)

Answers (0)