cancel
Showing results for 
Search instead for 
Did you mean: 

Error in document: BKPFF $ DEVCLNT100

Former Member
0 Kudos

Hi Experts

I am using standard BOR object AccountingDocument for Invoice approval Process.

When i am trying to test i am facing the below error

Error in document: BKPFF $ DEVCLNT100

I am using below URL for testing in Firefox rest

http://xxxxxxxxxxxxxx.xxxxx/sap/opu/odata/sap/Z_TEST_READ_CM/z_test_readCollection?$filter=comp_code eq 'xxxx' & $filter=ac_doc_no eq 'xxxxxxxxxx' & $filter=fisc_year eq '2012'

Please help me.

Thanks

Rajesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi

I had used Standard BOR BKPF for the demo which is not correct.The input i had given in the URL is also wrong.

Thanks

Rajesh

Answers (1)

Answers (1)

SyambabuAllu
Contributor
0 Kudos

Hi Rajesh,

Which BAPI using for Data Modeling?

When You are using multiple input parameters in query operation ,you should follow the syntax

$filter=Field1 eq 'Value1' and Field2 eq 'Value2'.

Thanks,

Syam