cancel
Showing results for 
Search instead for 
Did you mean: 

about Drill Down in VC

Former Member
0 Kudos

Hello everyone,

I want to confirm 2 issue .

1. Does "Drill Down " function can be realized in VC ?

2. If VC can realize "Drill Down" function.

Does a cell of table can be drilled down to another table or report (like the drill down function in BI report) ?

Any discuss is welcome !

Best Regards,

Louis

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I had found the answer according document "Drilling Down in the SAP NetWeaver Visual Composer.pdf".

Former Member
0 Kudos

Hi Louis,

NW04s VC doesn't support nested data structures, but you can model your application to simulate this behavior.

For example:

Add a bapi_bank_getlist data service to your application.

Connect it to input form and output table.

Add a bapi_bank_getdetails data service and connect it to the output table (map the data).

Connect an output form to the getdetails service.

Now, place the input form and output table in one layer and the output form in another.

Create a transition with event name select.

Now, once you choose a record you will navigate to layer 2 and the correct data will be presented.

Hope this helps,

Shay