cancel
Showing results for 
Search instead for 
Did you mean: 

Issue regarding multiple line items

09-02-2024 6:01 AM
jabin1 Discoverer
1652 views 5 comments Go to solution
0 Likes
SAP Managed Tags
Labels
ABAPABAP RAPcodeProgramming
Subscribe

Hello dear experts. In my report there are multiple line items but when I pull data from the report through code only 1 item is showing multiple items. Please help I am stuck Screenshot 2024-09-02 095638.png

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

MioYasutake
SAP Champion
SAP Champion

@jabin1 

List Report table requires a set of unique keys. It appears that your table does not have a unique key, which may cause issues in displaying the results.

jabin1
Discoverer
thank you i think i missed a unique key

Answers (1)

Answers (1)

jabin1
Discoverer
0 Likes

Hi 

In the report there are three materials but when i pull the data from that report to my report one material is showing three times Screenshot 2024-09-02 122545.png

junwu
SAP Champion
SAP Champion
0 Likes
code, please....