cancel
Showing results for 
Search instead for 
Did you mean: 

Count files that other view...

Former Member
0 Kudos

Hi, i want count the files that there are in a table... But i want count it from other view... I import the other view as:

import com.sap.pruebas.jco.wdp.IPrivateSearchView;

and when y want count i write:

wdcontext.

but when i write wdcontext. and press ctrl+space, don´t appear the node of the other view... why?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Victor,

If you want to count to number of files in view1 in view2 then just map the node in view1 to controller and from controller to view2.

Now, you would be able to count the number of entries in the node.

Regards,

Murtuza

Former Member
0 Kudos

Lot of thanks,

Answers (0)