cancel
Showing results for 
Search instead for 
Did you mean: 

HOW WE CAN DISPLY DATE IN WEB-DYNPRO

Former Member
0 Kudos

Hi friend,

i want to one example to up load the date format in web-dynpro abap.

THA

Accepted Solutions (1)

Accepted Solutions (1)

pranav_nagpal2
Contributor
0 Kudos

Hi Vikash,

>

> Hi friend,

>

> HOW WE CAN DISPLY DATE IN WEB-DYNPRO

>

> THA

if you want to see date calender help in your view, you have to add an input field in the view and bind it with a context attribute of type dats.

Regards

Pranav

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello vikash,

Create a Node with attribute type 'DATS'(Date field (YYYYMMDD) stored as char(8)).

Then Set the value to the attribute, will be shown in the WebDynpro Application.

If your expectation is something else, then plz let me know.

Thanks,

Bharath.K