2007 Jul 10 2:46 PM
I use the following FM . My problem is that i can't pass the recipients adrress automatically and i must type it to the window that opens . Can i do it automatically without popup screen.
I see that the fields is G_RECEIPIENTS .
CALL FUNCTION 'SO_DOCUMENT_REPOSITORY_MANAGER'
EXPORTING
METHOD = METHOD1
OFFICE_USER = SY-UNAME
REF_DOCUMENT = G_REF_DOCUMENT
NEW_PARENT = G_NEW_PARENT
IMPORTING
AUTHORITY = G_AUTHORITY
TABLES
OBJCONT = G_OBJCNT
OBJHEAD = G_OBJHEAD
OBJPARA = G_OBJPARA
OBJPARB = G_OBJPARB
RECIPIENTS = G_RECEIPIENTS
ATTACHMENTS = G_ATTACHMENTS
REFERENCES = G_REFERENCES
FILES = G_FILES
CHANGING
DOCUMENT = G_DOCUMENT
HEADER_DATA = G_HEADER
FOLMEM_DATA =
RECEIVE_DATA =
2009 Oct 21 4:14 PM
Try FM SO_OBJECT_SEND with folder_id and object_id from structure document of FM SO_DOCUMENT_REPOSITORY_MANAGER.
Regards, Léon Hoeneveld
I use the following FM . My problem is that i can't pass the recipients adrress automatically and i must type it to the window that opens . Can i do it automatically without popup screen.
I see that the fields is G_RECEIPIENTS .
CALL FUNCTION 'SO_DOCUMENT_REPOSITORY_MANAGER'
EXPORTING
METHOD = METHOD1
OFFICE_USER = SY-UNAME
REF_DOCUMENT = G_REF_DOCUMENT
NEW_PARENT = G_NEW_PARENT
IMPORTING
AUTHORITY = G_AUTHORITY
TABLES
OBJCONT = G_OBJCNT
OBJHEAD = G_OBJHEAD
OBJPARA = G_OBJPARA
OBJPARB = G_OBJPARB
RECIPIENTS = G_RECEIPIENTS
ATTACHMENTS = G_ATTACHMENTS
REFERENCES = G_REFERENCES
FILES = G_FILES
CHANGING
DOCUMENT = G_DOCUMENT
HEADER_DATA = G_HEADER
FOLMEM_DATA =
RECEIVE_DATA =
2009 Oct 21 4:14 PM
Try FM SO_OBJECT_SEND with folder_id and object_id from structure document of FM SO_DOCUMENT_REPOSITORY_MANAGER.
Regards, Léon Hoeneveld
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |