Create YFM_OPEN_DIALOG

<< Click to Display Table of Contents >>

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

Create YFM_OPEN_DIALOG

Objective

Create Function

Test Run

Transaction Code

SE37 - Function Builder

Support

 

 

Create Function

1.Open t-Code "SE37"

2.Enter new Function "YFM_OPEN_DIALOG"

fmu0006

3.Click "rfc0002"

4.Fill Function groupwith  "YFG_UTILITIES" and Short text with "Run Open Dialog"

fmu0007

5.Click "rfc0014" to save function

6.Add import variable like this screen capture bellow

fmu0008

7.Add changing variable like this screen capture bellow

fmu0009

8.Add exceptions variable like this screen capture bellow

fmu0010

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

View Source Code

10.Save and activate the function

 

Test Run

Input

fmu0013

 

fmu0014

 

Output

fmu0015

 

fmu0016