cancel
Showing results for 
Search instead for 
Did you mean: 

DBLookup Limitations

former_member185447
Active Contributor
0 Kudos
81

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

Accepted Solutions (0)

Answers (1)

Answers (1)

christianlechne
Active Contributor
0 Kudos

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