cancel
Showing results for 
Search instead for 
Did you mean: 

Create an assignment block from a Z Table

Former Member
0 Kudos

Dear SDN Community,

I would like to create an assignment block to the existing account application to read and save data to a Z table consisting of 6 columns. Consider the Z table is ready, can you please guide me here from building the Web-UI side what I should do.

Thanks!

Surya.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member813607
Contributor
0 Kudos

Hi Surya,

You want to to store some custom details at the partner level and you want that to be happened via a custom view which should be attached to your account view of webclient right ?..

if right, It is possible and you have to follow the steps as give below briefly..

1. create a custom BSP application

2. create a custom view, where you want to display and store your fields. ( you can use wizard via bsp_wd_workebench and link to the custom controller node 'customers' so that you can access all the current confirmed account details )

3.copy and modify the account details view ( 'bupadetail' i think ) and replace the controller via framework replacement( SPRO )

4. create a navigation link to your custom view from the modified partner details view.

5. asssign the custom view into proper viewarea of proper viewset via DT_REP.

here I assumed that you have done the necessary configurations/mappings already and you are familiar with ICWC customizing too..

if this wont fullfil your need, feel free to write back..

Regards, Sudeep..