Create YFM_DATE_TO_STRING

<< Click to Display Table of Contents >>

Navigation:  All About ABAP Technique > English > Function Module for Program Utilities >

Create YFM_DATE_TO_STRING

Objective

Create Function

Test Run

Transaction Code

SE37 - Function Builder

Support

 

 

Create Function

1.Open t-Code "SE37"

2.Enter new Function "YFM_DATE_TO_STRING"

fmu0002

3.Click "rfc0002"

4.Fill Function group with "YFG_UTILITIES" and Short text with "Convert Date to String"

fmu0003

5.Click "rfc0014" to save function

6.Add import variable like this screen capture bellow

fmu0004

7.Add export variable like this screen capture bellow

fmu0005

8.Add new Source Code, Copy and paste this source code bellow to "Source Code" tab

View Source Code

9.Save and activate the function

 
Test Run

Input

fmu0011

Output

fmu0012

 

Original Created By : Endro Koesno/EDP/WINGS

Modified By : Albertus Reinandang