Agnostic Guides
...
Solution Guide
DocManager

Attachment List Options

18min
using the docuflow attachment list provides the below additional benefits docuflow attachment list displays all archivelink attachments whether they were created via docuflow ecm or other content services allow document storage to both docuflow ecm supported cms system and non docuflow supported cms systems (ie any archivelink endpoint) docuflow virtual link manager allows you display links that are not linked to the sap record you are viewing, but rather linked to an associated sap record instead of implementing a process that duplicates links, you can use virtual link manager to show these links as if they were attached for example, when viewing a purchase order and its attachments, you can also display any attachments that were directly linked to the goods receipt docuflow virtual link manager also allows you to manipulate what is shown on the attachment list as a whole meaning you can hide links, blank out sensitive information, add additional security checks, and so forth you can choose to display or hide sap db attachments and notes you can choose to hide particular sap object / doctype combinations this is used often during migrations when for a window of time, you may have duplicate links from the source system as well as the new target system prior to validation and link deletion for those earlier release systems that do not have table toaat implemented, the docuflow attachment list fills the gap in providing the columns of who created the attachment, time stamp, filename, and extension regardless of #1 above, the docuflow attachment list provides the full archivelink link record (repository uuid, doctype, etc) easy "tab" based interface for drag and drop document storage and viewing in one window consistent interface regardless of windows or java based sap gui allow "notes" to be created in your external repository instead of your sap database supports viewing attachments by auto group via classification, docuflow flow, or file extension docuflow provides the above functionality config and code free (with the exception of the virtual link manager refer to the below) configuration is located within the docuflow system dashboard (/dflow/docuflowsys) and choose the menu path configure >services for object below is an overview of the configuration required to enable the docuflow docmanager attachment list sgosattr entries / utility this utility is in beta and should not be used instead, the following entries must be manually created in the table sgosattr these entries enable the docuflow sfo/gos menu path(s) to be shown (note the docuflow docmanager, workflow and auditlink will only be displayed if that option is independently and separately configured for a particular sap object), else they will not appear below are the entries that must be created in sgosattr via transaction sm30 (note this is cross client) name of service docuflowstor name of service docuflowwfm name of service docuflowaudc toaex utility except in the case where a (docuflow) content server is being used for viewing, an entry in the table toaex must be created to allow for docuflow to handle viewing request and integrate your web browser first check whether you have an existing entry in table toaex (use transaction se16 or se17) under the two exit id's oa displayjava 01 oa objectdisplay 01 if you do, please consult your development team to work with your docuflow implementer to merge your existing logic within those function modules and the docuflow function module "/dflow/zutil toaex function 01" if you do not have entries in the toaex able for the above exits id's, choose the sub menu path configure >services for object > toaex utility from there simply execute using the “update settings” option if utilizing this method, ensure you execute this in each sap environment that docuflow will be used your toaex table should now look like the below for the two exit id's exit id status (active) function module (exit fub) value oa displayjava 01 x /dflow/zutil toaex function 01 oa objectdisplay 01 x /dflow/zutil toaex function 01 menu options below are the menu options for the docuflow docmanager attachment list object type this is your sap object such as bkpf, bus2012, etc this must match the business object for the sap transaction you are configuration note you can also use a wildcard " " to set options system wide you can subsequently add individual sap objects that will override the system " " wildcard sap key1/2/3 length specifies the sap business object's key length only required if "en wf tracklink" or "en late wf" is enabled below for example, vendor numbers are a single key field, and are 10 characters in length for lfa1 put a 10 in the sapkey1 length for example, vendor numbers at the company code level are a composite key (ie two fields) for lfb1 10 characters in length put a 10 in the sapkey1 length, and 4 in sapkey2 length en atta w/ fold if enabled, the 2nd generation of the docuflow docmanager attachment list will be used this newer version contains the following changes supports viewing attachments by auto group via classification, docuflow flow, or file extension move the attachment list tab to the first tab, and the "store" tab to the 2nd position sap db attach if enabled, attachments stored in the sap database will be displayed in the attachment list sap db notes if enabled, notes stored in the sap database will be displayed in the attachment list attachments link manager if enabled, users will be allowed to delete items from the attachment list leveraging docuflow delete link management functionality please refer to the section delete link management via docuflow link manager for more information en download if enabled, users will be allowed to download content in the attachment list to their local/network drive en cr note db if enabled, users will be allowed to create/store notes in the sap database en cr note gos if enabled, users will be allowed to create/store notes in your content repository (stored as txt files) en auditlink gos if enabled, the docuflow auditlink tracklink option will show on the sfo/gos menu path en wf tracklink en late wf document type hiding particular sap object / doctype combinations via the docuflow system dashboard (/dflow/docuflowsys) choose the menu path configure >api rules >document manager create/find the entry for the sap object/document type rule enable the "hide att list" checkbox virtual link manager please refer to the docuflow developers guide on more information on implementing delete link manager configuration and usage is outlined in the next section