cancel
Showing results for 
Search instead for 
Did you mean: 

DUMP in SAPDBEQI when executing a Query with InfoSet = EQI

javier_rodruez
Participant
0 Kudos

Hi experts,

I made a Query that contains an Infoset, with the logical database EQI. When I execute the query it shows the following DUMP:

Runtime Errors = SAPSQL_AMBIGUOUS_FIELDNAME

Except. = CX_SY_DYNAMIC_OSQL_SEMANTICS

Maybe is an error? I think it is, but searching for a SAP Note I don't find anyone.

What I could see is that the system is executing an extra validation, with this authority check:


* additional authority checks via BAdI
  PERFORM authoritycheck_diaufk_badi_f01 USING diaufk 'IE07'.

This function is encapsulated on the include "DBAFIF01".

I am executing the SAP Query on version ECC 6.0.

Lots of thanks,

Javi

Accepted Solutions (1)

Accepted Solutions (1)

former_member42743
Active Contributor
0 Kudos

It sounds like a security issue off hand. Do you have the authority to run transaction IE07?

I'd run this by your security team.

FF

javier_rodruez
Participant
0 Kudos

Hi FireFighter,

First of all, thanks for your answer. I have no problem of authorization to execute IE07.

Do you have any other idea?

Thanks!!!

former_member42743
Active Contributor
0 Kudos

No other ideas. Like I indicated, it does indicate an authorization check and it mentions a BAdi so those are the first two things I would look at.

FF

Answers (0)