cancel
Showing results for 
Search instead for 
Did you mean: 

How to load data into a listview in a list screen

Former Member
0 Kudos

Hello Gurus,

I have a PurchaseOrder detail screen. Now I want to show a list of items (belong to this purchase order) a long with the Purchase Order detail info. I created a listview as below

However, when I run the app, it shows the Purchase Order info only. The listview of Items is blank. Please let me know if i am missing anything. Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

jason_latko
Active Contributor
0 Kudos

PH Ngu,

Don't use the "Current Object" syntax.  It might be getting confused at runtime.  Just use "PurchaseItemsCollection" property.  Are you sure you have items in the collection?  Test it on the ATE first to be sure they are there.  Have you defined columns on the List View Columns tab?

Jason Latko - Senior Product Developer at SAP

Former Member
0 Kudos

Thanks Jason, it works. I forgot to define columns

Answers (0)