cancel
Showing results for 
Search instead for 
Did you mean: 

Open DMS document through Portal

Former Member
0 Kudos

Hi Experts,

I develop one intereactive form in that i want to show attachement. I found many standard fms for that but i could not able execute same fms on portal. i used following code . This code works fine in backend but in frontend it could not work.

CALL FUNCTION 'BAPI_DOCUMENT_CHECKOUTVIEW2'

EXPORTING

DOCUMENTTYPE = WA_DOCLIST-DOCUMENTTYPE

DOCUMENTNUMBER = WA_DOCLIST-DOCUMENTNUMBER

DOCUMENTPART = WA_DOCLIST-DOCUMENTPART

DOCUMENTVERSION = WA_DOCLIST-DOCUMENTVERSION

DOCUMENTFILE = DOCFL

GETSTRUCTURE = '0'

DOCUMENTFILES = DOCFILE.

Here in this fms i could not pass rfc destinations so by default it pass "SAPGUI" but in case of frontend it would not pass anything.

Regards,

Gurprit Bhatia

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Ans.