hi , i have been working on odata netweaver.
i am facing issue in multiple origin thing
/sap/opu/odata/sap/ZCRM_ECC_SRV;mo/ecc5?$filter=SAP__Origin eq 'CER_100' and Region eq 'Africa'
this query gives me an error 'internal error occurred'
what i want to do is i want to pass region as a parameter as well as i have to pass SAP__Origin as i m using multiple backends.
is there any error in query.when there is no import parameter it doesnt give any error. as soon as import parameter is added it starts giving following errors.
i have tried following url as well.
/sap/opu/odata/sap/ZCRM_ECC_SRV;mo/ecc5?$filter=(SAP__Origin eq 'CER_100' and Region eq 'Africa')
this gives internal error.
/sap/opu/odata/sap/ZCRM_ECC_SRV;mo/ecc5?$filter:(SAP__Origin eq 'CER_100' and Region eq 'Africa')
this gives RFC failure.
m i missing something. kindly help its urgent.