cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in reading date fields into Characteristic Value Assignment

Former Member
0 Kudos

Hi All,

I am trying to read values into characteristic vaue assignment using 'CUOV_SET_FUNCTION_ARGUMENT'.

The date fields are not getting populated with desired values.

call function 'CUOV_SET_FUNCTION_ARGUMENT'

exporting

argument = x_argument

vtype = gc_dat_type

sym_val = x_value

tables

match = xyt_match

exceptions

existing_value_replaced = 01.

Please help.

Regards,

Prosenjit.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Well guys, I found a simple solution to this.

Do not take the date characteristic as 'date format'. Take character format instead in CT04.

In the function module, before passing the value, convert it into desired dd.mm.yyyy format.

Regards,

Prosenjit.