cancel
Showing results for 
Search instead for 
Did you mean: 

[CDS] Table Function & Select-Option - Size limited to abap.char(1000)

rachidroughi
Explorer
0 Kudos
409

Hello everyone,

I am using a table function with 2 select options as parameters.

The program is working well excepted the case when the data sent to my select-options parameters, are too high.

I have a dump because I exceeded the limited size. The maximum to set is 1333. It's definitely not enough.

Unfortunately, I didn't find any other TYPE (like string) to define my SO type with a no limited size.

Have you got any idea to resolve this point?

Many thanks in advance,

Best regards,

Rachid.

Accepted Solutions (1)

Accepted Solutions (1)

rachidroughi
Explorer
0 Kudos

I found my solution by calling the AMPD class directly as a "Database procedure" and not using the Table Function anymore.

So, what is the purpose of a Table Function, if I can call directly AMDP Class/Methods?

Best regards,

Rachid.

Answers (0)