打印HR照片Function

来源:互联网 发布:移动硬盘加密软件 编辑:程序博客网 时间:2024/06/11 17:09
CALL FUNCTION 'HR_IMAGE_EXISTS'
EXPORTING
p_pernr = gwa_data-pernr
p_begda = '19000101'
p_endda = '99991231'
IMPORTING
p_connect_info = l_connect_info
EXCEPTIONS
error_connectiontable = 1
OTHERS = 2.
CALL FUNCTION 'ARCHIVOBJECT_GET_TABLE'
EXPORTING
archiv_id = 'A2'
document_type = 'JPG'
archiv_doc_id = l_connect_info-arc_doc_id
TABLES
binarchivobject = bin_tab
EXCEPTIONS
error_archiv = 1
error_communicationtable = 2
error_kernel

 

从群上粘的,先保存一下

原创粉丝点击