PLM Infosys Document Creation and Distribution Process V5
PLM Infosys Document Creation and Distribution Process V5
xAPP Document
Creation & Distribution
Version 5.0
© SAP AG 2006
Copy to be used solely by Infosys and SAP
Distribution to Third Party Companies is prohibited
xAPP Document Creation & Distribution
User Guidance
5 Assign
1 Fill in Form for 2 Choose 3 Set-up 4 Add Document 6 Check Input &
Document
basic data Authorizations distribution list to folder structure Document Creation
to business object
Role: Document Role: Document Role: Document Role: Document Role: Document Role: Document
Creator Creator Creator Creator Creator Creator
What: Search file(s) What: Select users and What: Assign What: Assign What: After check of
What: Select users for
(on hard disk, in non- access rights for the document to folder document to SAP given input composite
distribution list
SAP PDM system) and new document. structure (private or business object creates document in
fill in form with basic public) (material, functional mySAP PLM DMS
info location, equipment,…) based on given input.
Automatic generation
of neutral viewable files
as additional original
Process Pattern: SUG Roles: Document Creator Backend systems: mySAP PLM DMS (part of R/3, ECC– SAP ERP) and
Non-SAP PDM or document management system
1. Use ECC 6.0 with latest support package for coverage of complete
scope
2. Use at least R/3 4.6c for 80% scope
3. Install Easy DM 6.0 for better handling of document structures
4. …
1. Identify file(s) for upload from hard disk or from non-SAP PDM or DMS system
offering an easy-to-use search service and save location to buffer (process
context)
Use API of Non-SAP PDM or DMS system to do identify file location.
2. Ask user for document description (40 characters) and save description to
buffer (process context) – document number (ID) will be created automatically
by mySAP PLM DMS
3. Ask user for document type and save document type to buffer (process context)
Use Function Module C_PDM_GET_DOCUMENT_TYPES to generate a list of all
available document types
4. Ask user to maintain document attributes and save document attributes to
buffer (process context)
Attributes can be retrieved as function of document type by the following BAPI:
I. BAPI_DOCUMENT_GETDOCTYPEDETAIL
Delivers for a given document type the assigned classification class
II. BAPI_CLASS_GET_CHARACTERISTICS
Delivers list of classification attributes (characteristics) for a given class
III. BAPI_CHARACT_GETDETAIL
Delivers value range, input type (required, optional), variable type (num, char, curr) of
attributes (characteristic)
1. Upload file(s) from hard disk or external PDM system or DMS system
from location stored in data from buffer (process context)
Use API of Non-SAP PDM or DMS system to do upload.
2. Create document with data from buffer (process context)
Use BAPI BAPI_DOCUMENT_CREATE2
BAPI_DOCUMENT_CREATE2
uses the following input:
Assignment of Attributes (CHARACTERISTICVALUES)
Assignment of description language-dependant (DESCRIPTION)
Assignment of linked objects (OBJECTLINKS)
Upload of files from location defined in buffer (process context)
(DOCUMENTFILES)
Assignment to folder structure (DOCUMENTSTRUCTURES)
I. Create Distribution list for document in ECC with type INT (E-Mail)
for each member of list
no BAPI available, has to created as ABAP-Add-On
II. Start workflow BUS1082 with method create