Code: Alles auswählen.
CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
EXPORTING
document_data = ls_document_data
" put_in_outbox = 'X'
commit_work = 'X'
TABLES
packing_list = lt_objpack
" object_header = lt_objhead
" contents_bin = lt_objbin
contents_txt = lt_objtxt
receivers = lt_reclist
" EXCEPTIONS
" too_many_receivers = 1
" document_not_sent = 2
" operation_no_authorization = 4
" OTHERS = 99.
.
Vermutlich ist der Versende-Job nicht eingeplant.Jetzt habe ich es aufs Testsystem transportiert und es klappt nicht. Es kommt auch keine Nachricht.