cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

DBLookup Limitations

Former Member
0 Likes
169

Hello Experts,

I am trying to build a DBLookup expression.

I got to know the following as limitation

Maximum number of fields: 255

Maximum number of conditions: 255

Is there any other limitation with DBLookup?

Regards,

Rakesh Ram


P.S: I am not a Developer

View Entire Topic
christianlechne
Active Contributor
0 Likes

Hi Rakesh,

there is one scenario that cannot be modeled with this expression namely joins. For this you have to use a classical SE11 view or an ABAP CDS view that can then be called from the DB lookup expression.

When working with ABAP CDS views with parameters you cannot call them  from a DB loopup expression, as you cannot transfer parameters (you can use the procedure call expression to overcome that.

BR

Christian