cancel
Showing results for 
Search instead for 
Did you mean: 

Electronic Document file API is not working with ElectronicDocFileUUID Filter?

hbayram
Participant
0 Kudos

Hello,

We are using Document Compliance - Electronic Document File API for giving files to external systems in our Public cloud project.

Our problem is we can use filter and other operation with respect to all field in API but we can not filter with respect to ElectronicDocFileUUID field.

Here you can see a successful response with filter and selects:

Here is the response when filtering for ElectronicDocFileUUID field:

I examine the help page and Business Accelerator Hub but there is no clue about why this operation not working. Can you help me with this? Thank you.

Enda
Product and Topic Expert
Product and Topic Expert
0 Kudos

adding tag 'S/4HANA CLoud for Finance'

JulianoRomanato
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello xhbayram.

How are you? I have excluded the Tag "SAP S/4HANA Cloud" and included the Tag "SAP S/4HANA Cloud Extensibility" for this question, as SAP APIs are related to Extensibility.

Regards.

Juliano Romanato.

View Entire Topic
guoyang_weng
Explorer
0 Kudos

ElectronicDocFileUUID is not a string, so no apostrophes are needed:

  • Instead of
  • ElectronicDocFileUUID eq '12345678-1111-1111-1111-123456789012'
  • Use
  • ElectronicDocFileUUID eq 12345678-1111-1111-1111-123456789012