Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos
2,215

Providing Document (Word Document/Excel/PDF file/any images) as User Guide in Custom
Programs:

This requirement is useful when user want to provide MS Word /Excel/ PDF/Any image
itself as a User guide in selection screen of Custom Program.

This requirement can be achieved using BDS (Business Document Service) Concept in ABAP. Below
are the steps needed to follow:

  1. Upload file in OAOR tcode.
  2. Use "BDS_BUSINESSDOCUMENT_GET_URL" FM to read uploaded document in step 1.
  3. Use "BDS_DOCUMENT_DISPLAY" FM to open this document.

find the attached document for more details and coding part.

Labels in this area