Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding SO_DOCUMENT_REPOSITORY_MANAGER without popup

prabhu_rengaraju4
Participant
0 Likes
483

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 =

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
419

Try FM SO_OBJECT_SEND with folder_id and object_id from structure document of FM SO_DOCUMENT_REPOSITORY_MANAGER.

Regards, Léon Hoeneveld

Try FM SO_OBJECT_SEND with folder_id and object_id from structure document of FM SO_DOCUMENT_REPOSITORY_MANAGER.

Regards, Léon Hoeneveld

1 REPLY 1
Read only

Former Member
0 Likes
420

Try FM SO_OBJECT_SEND with folder_id and object_id from structure document of FM SO_DOCUMENT_REPOSITORY_MANAGER.

Regards, Léon Hoeneveld