VinceCoder
4/16/2019 - 3:56 PM

GRAFICO DINAMICO STAMPE

********CALL OBJECT LOGO*******

CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
EXPORTING
p_object = 'GRAPHICS'
p_name = 'LOGO_AU_Z102'
p_id = 'BMAP'
p_btype = 'BCOL'
RECEIVING
p_bmp = v_field
EXCEPTIONS
not_found = 1
internal_error = 2
OTHERS = 3.