cancel
Showing results for 
Search instead for 
Did you mean: 

Item Dashboard's 'changed on' column only displays date but not date and time

Former Member
0 Kudos

Hi,

Initially we had issue where Item Dashboard's 'changed on' column in blank. We have implemented note 2150248 .

Now 'Changed on' column contains date only. Can some one tell me  Its a standard behavior that the system displays only the date and not the date &

time from the RPM_CHANGED_OM time stamp?

If we want to display both date&time what can be done.

Br,

M

Accepted Solutions (1)

Accepted Solutions (1)

judith_gabriel
Contributor
0 Kudos

Dear Manzoor,

in standard the field "changed on" in the dashboard is only displaying the date because

LS_ITEM_API_ATTRIBUTES-D_CHANGED_ON is defined with 8 characters.

/RPM/CL_ITEM_D_API

GET_ITEM_DETAILS

* item attributes

    MOVE-CORRESPONDING ls_item_combined TO ls_item_api_attributes.

    CONVERT TIME STAMP ls_item_combined-rpm_changed_on

    TIME ZONE 'UTC   '

    INTO DATE ls_item_api_attributes-d_changed_on.

You can try to use a Z-field in the dashboard to display the date and time.

(BAdI /RPM/ITEM_API, method ALTER_ITEM_LIST)

Best regards,

Judith

Answers (0)