Application Development 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: 

abap

Former Member
0 Kudos

CONCATENATE sy-datum+6(2) '.'

sy-datum+4(2) '.'

sy-datum(4) INTO wa_header-info.

2 REPLIES 2

former_member195698
Active Contributor
0 Kudos

What's the question in that ?? <b>:)</b>

Former Member
0 Kudos

hai

data : wa_header-info(10) type c.

CONCATENATE sy-datum+6(2) '.'

sy-datum+4(2) '.'

sy-datum(4) INTO wa_header-info.

write wa_header-info.

it will give the current date