Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
raja_thangamani
Active Contributor
Introduction: This series of blog will explain how to organize your attachment in SAP from web applications like BSP and Webdynpros.

There are many blogs in SDN, which explains how to upload and download the documents in SAP from web.
But there are some scenario where in attachment needs to be managed from web as well as from SAP GUI.
This series of blog will serve & share my views on the same.

There are many ways you can store the attachments in SAP like Records Management, Document Management and Business Document Service (BDS).
I'm going to use BDS to organize the documents.The reasons are,
  1. There is no customizing settings required, that's the good news for developers.
  2. The documents can be viewed in Business Transaction like IE01, VA01 etc.

In order to view the attachments in web, we need an custom application. In addition, user can view the attachments along with Business data in SAP without any further development effort.

Ways to store:

There are multiple way to store the documents in BDS. Using

  1. Business Object Repository object - We are going to explore in detail.
    1. The advantage is, you can view the documents in SAP along with Business data in one place.
  2. Object from class library
    1. In order to store using Class, you need to link our class to document class in Transaction code SBDSV1.
  3. Other objects - Settings required

Attachment can also be viewed in BDS Navigator (Transaction code OAOR).

We are going to discuss the below items using Business object option in detail:

  1. BSP
    1. BSP/How To: Create attachment in Business transactions
    2. BSP/How To: Display/Delete attachment from Business transactions
  2. Webdynpro - Java
    1. How To: Create attachments in Business Transaction from Webdynpro(Java)
    2. Display/Delete attachment from Business transactions using Webdynpro (Java)
9 Comments
Labels in this area