You are on page 1of 1

CONVERSION

ROUTINES
Conversion Routine: - It is a function module which is used to convert a value from
internal format to external format and vice-versa.
Conversion exits are maintained at domain level.
Go to the domain and double click on conversion exit.
Conversion exit function module will be displayed
Example: Conversion_exit_Alpha_input :- used to convert a value from exeternal format to
internal format.
Conversion_exit_Alpha_output:- used to convert a value from internal format to
external format
AT user command: - This event is triggered whenever the user clicks on Custom
GUI button.
Custom GUI: - It is used to create our menus in the menu bar, our own buttons in
the application toolbar, enabling or disabling the standard buttons on the standard
toolbar.
Syntax: - SET PF-status <CustomGUI MenuName>
SE41is the tcode for creating custom GUI (also called as MENU PAINTER)
FCT CODE (Function code):- It is a shortcut code assigned to a button or menu to
identify the button or menu which is clicked .

The FCT codes are automatically stored in a system variable SY-UCOMM.


Ex Program: Will be discussed separately.

You might also like