Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
Overview
In the previous article (http://blog.sankaranss.com/2016/12/19/attachment-folder-in-custom-bo/), we learned about How to attach a document in custom BO.

Here, we are going to learn how to control document type in attachment folder.

selectdoctype

Process flow

  1. Open a screen in UI Designer which you added Embedded component.
    For more information about the Attachment folder creation, visit http://blog.sankaranss.com/2016/12/19/attachment-folder-in-custom-bo/.

  2. Configure as shown in below screenshot.

    • Choose your embedded component.

    • Click three dots next to the AddableType from properties.

    • The AddableTyps Collection Editor dialogue box will open.




selectdoctype

In the dialogue box,

a. Click Add Button

b.Enter your custom name for the document type

c.Enter the Type code.

selectdoctype

You can find your type code in the Repository Explorer as shown in the below screenshot.

selectdoctype

Some Important type codes are,
























Type Code Description
10001 Standard Attachment
10013 Image
10006 Certificate
10021 Job Description



 




Choose type code as Static Method

Enter the Type code into constant value the constant value text field as shown in the screenshot.

Ex: 10013 for Image

selectdoctype

Choose type code as Dynamic Method

Choose the dynamic field form data model in TextPool-Reference as shown in the screenshot.

 

selectdoctype




Finally, your window will look like, (Example, Static Type, Image 10013)

selectdoctype




Testing



  1. Navigate to your screen, where the embedded component has been added.

  2. Click Add button. Add File dialogue box will open.

  3. In Document Type, Choose your document.


selectdoctype

Display selected Documents in Front End



  1. Go back to the UI Designer, Choose Display Type from Property window.

  2. Enter the Type code, which you need to display on front end.


selectdoctype




For more information: http://blog.sankaranss.com/2017/01/18/selected-document-type/

For more information about SAP Business ByDesign: Click Here

We have seen about how to control document type in attachment folder, and in the future article, we will learn more about it. Don’t forget to subscribe my blog (http://blog.sankaranss.com) and leave your comments to improve this article.
2 Comments
Labels in this area