sofm document creation

Jim D Hill JimD_Hill at colpal.com
Fri Aug 6 10:32:53 EDT 2004


Edwin n ,
Thanks for the info. Im not sure why my attachment is not attached.
Basically I
have a method where  I am gathering some sales data and I want to take that
data and put it in a document and attach it to a workitem.
 
I am trying to use the sofm create method to move the sales data in and
create the document
without dialog.  Maybe I am going about it the wrong way. Any suggestions ?
 
Thanks,
Jim
 
 
 
 
 
 
 
 
 
 
Edwin Mukusha <emukusha at nebraska.edu>@MITVMA.MIT.EDU> on 07/29/2004
05:02:36 PM
 
Please respond to "SAP Workflow Users' Group" <SAP-WUG at MITVMA.MIT.EDU>
 
Sent by:    SAP Workflow <Owner-SAP-WUG at MITVMA.MIT.EDU>
 
 
To:    SAP-WUG at MITVMA.MIT.EDU
cc:
bcc:
Subject:    Re: sofm document creation
 
 
Jim,
 
Unfortunately your attachment did not come through.  Would you like to
describe your situation further? (if you have not already fixed it.)
 
Maybe you explain a little more why are you trying to create an SOFM
document?  If you would like to capture a simple comments using an
sofm->create just specify the following parameters:
 
NO_DIALOG              = 'X'
DOCUMENTTYPE = 'RAW'
DOCUMENTCONTENT = 'This is my message body'
 
DOCUMENTTITLE = 'This is my subject line'
 
*** Please note the document title parameter only available for the
non-enjoy (ENJOY = '   ') version of the create method. And only accessible
via a  task, in other words you cannot specify this via the test
environment.  Document title is set as a export param.  But you can set it
yourself in a standard task.*******
 
As for attaching it into your workflow if you bind it back, just using the
key (object) into your own sofm element or the _Attach_Objects object, will
automatically attach this document for you in the workflow.  You could also
use the sofm to attach to an outgoing e-mail through a sendtaskdescription
method (selfitem object).
 
happy binding!
 
Edwin.
 
 
 
                      Jim D Hill
                      <JimD_Hill at colpal.c        To:
                      SAP-WUG at MITVMA.MIT.EDU
                      om>                        cc:
                      Sent by: SAP               Subject:  sofm document
                      creation
                      Workflow
                      <Owner-SAP-WUG at MITV
                      MA.MIT.EDU>
 
 
                      07/25/2004 09:05 PM
                      Please respond to
                      "SAP Workflow
                      Users' Group"
 
 
 
 
 
Hi,
I am trying to create sofm document using the sofm object with the create
method. Then using the sofm
attach I want to attach that document to my workflow. I cant seem to pass
it the right parameters. It looks like
the asset (attachment) container element is declared wrong. See screen shot
below. has anyone else ran into
this problem ? Or maybe I just dont know how to use this method. Please
Help !
 
Thanks,
Jim
 
 
 
 
 
 
 
 (Embedded image moved to file: pic26500.pcx)
 


More information about the SAP-WUG mailing list