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

CDS VIEW TABLE FUNCTION MAXIMUM PARAMETER LENGTH FOR STRING

jtongol
Explorer
0 Likes
4,979

Hi Experts,

I am new in ABAP HANA.

Currenlty im creating a CDS Table function and AMDP. Im having problem when i put paramater length morethan 1333 or when im puting STRG datatype in CDS Function parameter. I need a datatype length greater than 1333 because i am using a "SELECT OPTION" for where clause using CL_SHDB_SELTAB=>combine_seltabs and APPLY_FILTER function(in AMDP)

The character length after the conversion using combine_seltabs is morethan 1333.

I try to create a custom datatype with type of string. But i got Error.

I also try to put string_val and any string*.But i got error as well.

here is the error i i got in ST22 when i try to put a data element with insufficient length.

Basically what i need is a datatype that has very large length like the STRING.

Can you give me suggestions what datatype should i put on.Thanks in Advance.

View Entire Topic
former_member664376
Discoverer
0 Likes

Hi. I am also facing similar issue where i am using apply filters in my AMDP code and in case filter string is more than 1333 characters it throws a dump. Did you find a solution to this ?