Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

data type : DATA

Former Member
0 Likes
346

Hi all,

i need to pass a value to the field defined of type DATA OF LENGTH 18.

It is giving me dump as i pass the value.

my code:

field-symbols : <fs> type data.

assign '18 char' to <fs>.

gs_filter-value = <fs>.

gs_filter-value is of type DATA.

i get the dump at the last statement.

please help.

1 ACCEPTED SOLUTION
Read only

Lakshmant1
Active Contributor
0 Likes
316

Hi Srinivas,

Have a look at demo programs

DEMO_FIELD_SYMBOLS_DYNAMI_AS_1

DEMO_FIELD_SYMBOLS_DYNAMI_AS_2

DEMO_FIELD_SYMBOLS_DYNAMI_AS_3

Hope this helps

Thanks

Lakshman

1 REPLY 1
Read only

Lakshmant1
Active Contributor
0 Likes
317

Hi Srinivas,

Have a look at demo programs

DEMO_FIELD_SYMBOLS_DYNAMI_AS_1

DEMO_FIELD_SYMBOLS_DYNAMI_AS_2

DEMO_FIELD_SYMBOLS_DYNAMI_AS_3

Hope this helps

Thanks

Lakshman