cancel
Showing results for 
Search instead for 
Did you mean: 

My Purchasing Document Items - No data

Former Member
0 Kudos

Hello,

i got some problem with the fiori app "My Purchasing Document Items". In The Launchpad the app shows a number of items:

but in the app no data is found.

But of course, i got some documents, Suppliers and Material Groups. The apps Approve Purchase PR / PO, track PO, order PR work fine with test data.

Implementation from SAP-Help has been implemented:

- installed component "UIEAAP01"

- OData Service "ME2STAR_OD_SRV" is active & Gateway-Client returns a "200 - OK" with GET-Method

- UI5-Application "MM_PURDOC_LIST" has been activated

- Role "SAP_MM_PURDOC_LIST_APP" has been assigned to the Users

- Testusers got "SAP_ALL" authorization

I also got no errors, neither in launchpad, nor in /IWFND/ERROR_LOG.

Could you please explain me, why no data is displayed?

Regards,

Jan

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

This message was moderated.

luca_grittini2
Explorer
0 Kudos

I have the same problem: app shows me always 0s as items number but when I click on hyperlink-ed 0's I see the associated documents.

I applied the note 2151498 - W2/ SP06/SP07 corrections for the app MM_PURDOC_LIST 'My Purchasing Document Items' without success.

Debugging "PDOCITEM_GET_ENTITYSET" method of "CL_ME2STAR_OD_DPC_EXT" class relative to odata service "/sap/opu/odata/sap/ME2STAR_OD_SRV/PDocItem", I noticed a selection query on "CDS_M_M2S_PD_ITM" view to get CNTF, CNTK, CNTL fields. All the fileds return 0 as value. No OSS note found on SAP portal regarding it.

Any idea how to solve it? Does it need to open an OSS note?

Thanks so much

Luca

0 Kudos

This message was moderated.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Jan,

What is the support package level?

+ UIEAAP01

+ SAP_APPL

Also check the note 2151498 - W2/ SP06/SP07 corrections for the app MM_PURDOC_LIST 'My Purchasing Document Items'.

Regards,

Masa / SAP Technology RIG

Former Member
0 Kudos

:

I still experience this issue after deploying your suggested note.

SAP_APPL: 617 0007

UIEAAP01:  100 0005

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Jan,

It seems that backend did not return any data in the OData service.

Please look at the XML response in the OData service.

SAP Fiori LL11 - Consultants should know about OData troubleshooting

Regards,

Masa / SAP P&I Technology RIG

Former Member
0 Kudos

Hi Masa,

which URL should i check? I got 25 items in "Network" Tab from IE.

All I've tested seems to be OK with a 200 Response.

Here is an example for the XML Response of Material Group (same result for Supplier or Purchasing Group):

Seems this to be ok?

I think debugging should not be necessary here with a solution "out of the box"?

Regards,

Jan

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Jan,

In that case, setting external break points in the backend helps, because the http response status was success 500 but no data was returned based on your backend configuration or user authorization.

Regards,

Masa / SAP P&I Technology RIG

Former Member
0 Kudos

, do you mind taking a look at this?

Was there any resolution to this issue? I'm having a similar problem:

  • My app previews a number of documents when I'm at my home screen
  • Once you open the app there are all 0s
  • However, when I click on the hyperlink-ed 0's I'm able to see the associated documents with the Vendor and Document Type I clicked on.

Is this app only supposed to show you the documents that the user created?  Is there a filter that is applied outside of the variant?  I cannot find documentation to answer these questions.