15
Oct
Date formatting for Display in ABAP Program
Posted by Admin, under ABAP, Formatting, Function Modules, Sample Code, TutorialFunction module FORMAT_DATE_4_OUTPUT comes in handy in case we need simple formatting on date. Formatting which involves change in position day, month and year, changing the separator we can achieve with this function module. Following sample code shows how we can manipulate date directly to different formats.

