Application Development 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: 

Document Management in SAP

Former Member
0 Kudos
514

Hello all,

Can anyone tell me how I can manage office documents through a Z-application in SAP such that i can upload, manage and download a Word document through the application?

I am not familiar with the Document Management Service of SAP. Can it be linked to my application and the result obtained?

Regards

Heleena

1 ACCEPTED SOLUTION
13 REPLIES 13

former_member181962
Active Contributor
0 Kudos
158

Check the transaction ole.

Regards,

Ravi

0 Kudos
158

Hi VJ,

Thanks for the links.

But to use GOS i should create a Business Object right? How will i create it? What is the interface that i should be using for this?

Regards

Heleena

0 Kudos
158

Hi all,

I am still working with the GOS functionality. According an online document , i had to create a business object which implements the interface IFGOSASERV. But the interface was not available in my system.

Can anyone tell me what i can do to proceed?.. What is the use of this interface?

Regards

Heleena

0 Kudos
158

Hi Heleena,

i've wrote a little sample code explaining how to attach a document in a custom report or module pool using GOS.

I hope it will help to solve your problem.

Check this <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0e6b0d95-0a01-0010-4696-ca0a48de5fb3">link</a>

Let me know if you need further infos.

Regards, Manuel

0 Kudos
158

Thanks Manuel for the link.

I tried attaching a document using the existing BO 'ASSIGNCHKL' and it works fine.

But I still do not understand how i can create a custom Business object. The IFGOSASERV interface is not available in my system.

Could you please help me further?

Thanks.

Regards

Heleena

0 Kudos
158

IFGOSASERV is not available? In which SAP release are you working?

Try to have a look at business object BKPF (transaction SWO1). Interface IFGOSASERV should be present.

The doc i've mentioned above explains also how to create a business object, and how to use it with GOS.

Let me know

Regards

Manuel

0 Kudos
158

I am working with SAP 640 Final release.

Yes Manuel, I checked in SWO1 transaction only. I was trying to create a BO and there the said interface was not available.

Regards

Heleena

0 Kudos
158

Hi Manuel,

Could you please help me with the BO creation?

Regards

Heleena

0 Kudos
158

use IFGOSXSERV

ferry_lianto
Active Contributor
0 Kudos
158

Hi Heelena,

Please check this online document perhaps it may help.

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CADMS/CADMS.pdf

Regards,

Ferry Lianto

Please reward points if helpful.

Former Member
0 Kudos
158

Look at CV01N transaction. Also, if u want to know something about archieving look OAAD transaction.