Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

need help on using fm CONTROL_MAKE_FONT

Former Member
0 Likes
719

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
686

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.

http://www.se80.co.uk/sapfms/c/cont/control_make_font.htm

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

5 REPLIES 5
Read only

Former Member
0 Likes
687

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.

http://www.se80.co.uk/sapfms/c/cont/control_make_font.htm

Read only

0 Likes
686

This message was moderated.

Read only

0 Likes
686

Hi Sai Krishna ,

                      I tried where used list but it is not been used by anyprogram .

Regards,

Kishore

Read only

0 Likes
686

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.

Read only

Former Member
0 Likes
686

Hi Kishore

FM CONTROL_MAKE_FONT is used for creating font handle.

Import Parameters are

Parameters                Reference Typ Leng   Def   Opt     Text 

BOLDII4-1X
F_TYPEII4-1X
ITALICII4-1X
SIZEII4-1X

Changing Parameters are

H_FONTCNTL_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