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

About SO_DOCUMENT_REPOSITORY_MANAGER

Former Member
0 Likes
806

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 ?

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 =

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 ?

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 =

3 REPLIES 3
Read only

Former Member
0 Likes
641

I FOUND IT !!!

Read only

0 Likes
641

Hi ,

Can you let me knwo how to suppress the dialog.

I have same problem.

jaffer vali shaik

Read only

0 Likes
641

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

Regards, Léon Hoeneveld