The Create Document enterprise service is a comprehensive service that can create a document with all its attributes. Mass creation of documents happens with the Create Documents service.
Technical Details from the ES Workplace
ES Workplace Requirements: Internet Explorer 5.0 or higher (PC); SDN username and password
View this enterprise service and its WSDL in the ES Workplace
Want to learn more about WSDL?
Enterprise Service Interface
Manage Document (view this enterprise service interface in the ES Workplace)
Process Component
Document Management (view model for this process component in the ES Workplace) (Diagram legend)
Business Object
Applicable ES Bundles
- Asset Configuration
- Customer Service Execution
- Maintenance Processing
- Technical Document Management Connectivity
- Document Builder
Usage Notes
- Add usage notes here
Examples
- Add examples and/or code showing how to use this service here
Using SAP xMII - Document/Name : name of the document to be created
- Document/AlternativeDocumentID : 000 (This is "document part" field in SAP GUI while creating the document using TCode: CV03N)
- Document/VersionId : 00 (This is "document version" field in SAP GUI while creating the document using TCode: CV03N - document version)
- Document/TypeCode : WI (This is "document type" field in SAP GUI while creating the document using TCode: CV03N - document version - WI is for Work Instrcutions)
- Document/Status/DocumentStatusCode : WR (Status of the document, this can also be RE - Released...)
In addition to the above, the attachments to the document can be passed by the following
- Document/FileVariant/DocumentFormatCode : PDF (type of file that will be attached to the document)
- Document/FileVariant/DocumentPathName : D:/Sample.pdf or http://googel.com/Sample.pdf (the file link that needs to be added to the document)