SAP Note 927407 - Determining the content of GOS and SAPoffice documents

Component : Generic Object Services - Communication Services: Mail, Fax, SMS, Telephony

Solution : https://service.sap.com/sap/support/notes/927407 (SAP Service marketplace login required)

Summary :
This SAP Note guides users on accessing documents from GOS or SAPoffice. Users must first determine the links connecting the application object to SAPoffice documents through ORS. For Basis Release 6.10 and above, use the CL_BINARY_RELATION=>READ_LINKS_OF_BINRELS method. For Basis Release 4.6C to 4.6D, utilize SREL_GET_NEXT_RELATIONS. Once links are identified, content retrieval is managed via SO_DOCUMENT_READ_API1, where document attributes and content are fetched. Direct content access bypassing link determination is possible if MESSAGE-IDs are already known, and access methods vary for documents stored through ArchiveLink or BDS.

Key words :
public static method cl_binary_relation=>read_links_of_binrels, sapoffice function module so_document_read_api1, method if_link_service~get_item_links, function module srel_get_next_relations, low values 'atta', importing parameter document_id, internal ranges table, internal table et_links, document storage location, searched message objects

Related Notes :

530792Storing documents in the generic object services