2013 Apr 16 8:46 AM
Dear all,
Does anybody know how to use the function module CONTROL_MAKE_FONT . I need what parameters shall i pass and what would be the output of this FM
Regards,
kishore
2013 Apr 16 10:21 AM
Hi,
Use Where used List to get the program where it is used.From there u will come to know what
inputs to be given.
Dear all,
Does anybody know how to use the function module CONTROL_MAKE_FONT . I need what parameters shall i pass and what would be the output of this FM
Regards,
kishore
2013 Apr 16 10:21 AM
Hi,
Use Where used List to get the program where it is used.From there u will come to know what
inputs to be given.
2013 Apr 17 6:07 AM
2013 Apr 18 1:24 PM
Hi Sai Krishna ,
I tried where used list but it is not been used by anyprogram .
Regards,
Kishore
2013 Apr 19 7:03 AM
Hi Sriramula,
Yes i have also check not finding any use of this FM & there is no documentation also.
The FM is present in Function Group CNTL. Please check all FM in that Function Group
may be you may get some Help or some FM with similar functionality.
2013 Apr 19 7:40 AM
Hi Kishore
FM CONTROL_MAKE_FONT is used for creating font handle.
Import Parameters are
Parameters Reference Typ Leng Def Opt Text
| BOLD | I | I | 4 | -1 | X | |
| F_TYPE | I | I | 4 | -1 | X | |
| ITALIC | I | I | 4 | -1 | X | |
| SIZE | I | I | 4 | -1 | X |
Changing Parameters are
| H_FONT | CNTL_FONT | 0 |
Regards,
Suganya
Associated Function Group: CNTL Released Date: Not Released CALL FUNCTION 'CONTROL_MAKE_FONT' "Create a font handle * EXPORTING * f_type = -1 " i * bold = -1 " i * italic = -1 " i * size = -1 " i CHANGING h_font = " cntl_font . " CONTROL_MAKE_FONT Message was edited by: Suganya Ravikumar
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |