Skip to Content
Author's profile photo Former Member

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

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.

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.