Solution : https://service.sap.com/sap/support/notes/190669 (SAP Service marketplace login required)
Summary :
This SAP Note discusses challenges in using SAPconnect to send lists from ABAP programs, particularly after migrating to a Unicode system. The note specifically reviews different send interfaces available from Release 6.10 onwards, including the deprecated API1 and the recommended Business Communication Services (BCS) interface. As a solution, it details how to implement the SO_NEW_DOCUMENT_ATT_SEND_API1 module and the BCS interface for list sending, including steps for creating the document content of lists through SUBMIT, WRITE, and SPOOL options. It also highlights necessary SAPconnect settings adjustments and introduces sample reports for practical implementation. Furthermore, it cautions against using outdated API1 in favor of BCS from Release 6.10 to enhance functionality and user experience in document transmission.
Key words :
character field reclist-receiver, find additional sample reports, business communication service, class-based method, pay careful attention, return table table_compress, contact sap consulting, function module so_solixtab_to_solitab, hanging send process, send process hangs
Related Notes :
1319517 | Unicode Collection Note |
1032592 | SBWP: Termin 'COMPRESS_ERROR' when ABAP list is displayed |
609696 | SAPoffice: Error in documentation (SO_DOCUMENT_SEND_API1) |
590126 | Sending CSV documents up to Release 4.6 |
378430 | SAPconnect: Lists from spool - error in sending |
321877 | GBT: API1 - Priority is not set |
211973 | SAPconnect: Converting ALI to HTML |
191470 | Purchase order as an e-mail |
171698 | SAPconnect: Formats, conversion, device type |