cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Custom Component to the Account Identification Screen

Former Member
0 Kudos

Hi my requirement is to add custom component (Create) and then add it to the account idetification screen. Can anyone help on how to embedded the component (new component) to the Account Identification scree. Steps to create a component & view(existing View from another component). Pls help me on this.

Accepted Solutions (0)

Answers (1)

Answers (1)

robert_kunstelj
Active Contributor
0 Kudos

Ok, presume you already created component vith the view and logic behing and just want to integrate this component in Account Identification component. To do that, do the following...

1. in z component go to run time repository & right-click on Component Interface

2. choose Add Interface View

3. In the field Mapped to Window choose your Window

4. save

5. open Account Identification component & go to Runtime Repository Editor

6. add component usage by right-click on Component Usages - choose Add Component Usage and enter an ID, your Z compoennt as Used Component and the corresponding Interface View

7. expand the ViewSet in which you want to add view of Z component & navigate to the ViewArea

8. right-click on ViewArea and choose Add View

9. in the field BSP Application enter the name of Z component and view

10. save

11. click on Browser Component Structure & navigate to the newly created view and click on the Configuration tab in the work area on the right-hand side

12. you should now see your new view under available views

regards.