cancel
Showing results for 
Search instead for 
Did you mean: 

Possible values for WDY_ATTRIBUTE_FORMAT_PROP-DATE_FORMAT?

MichiFr
Participant
0 Kudos

Hi,

where can I lookup possible values for formatting a date typed field using WDY_ATTRIBUTE_FORMAT_PROP-DATE_FORMAT?

I did not find any documentation so far.

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_karsch5
Explorer
0 Kudos

Same question here.

I have a field in webdynpro table of type domain TZNTSTMPL which is displayed as "06.12.2011 08:46:30,7730500". I want to format it like "06.12.2011 08:46:30" and thought it is maybe possible with something like:

data: LS_ATT_FORMAT  TYPE wdy_attribute_format_prop,
  LO_IF_SO_ITEMS TYPE REF TO IF_WD_CONTEXT_NODE_INFO.

    LO_IF_SO_ITEMS->set_attribute_format_props( name = 'CREATED_ON'
                              format_properties = ls_att_format ).

So anyone has an idea which value for WDY_ATTRIBUTE_FORMAT_PROP-DATE_FORMAT are possible?

Thanks

Markus