cancel
Showing results for 
Search instead for 
Did you mean: 

display a z-table without object dependency in an assignment block

Former Member
0 Kudos

Dear experts,

I have gone through some blogs and articles i found concerning displaying a z-table in an assignment block. However, these z-tables are always depending on another CRM object, for instance a BP guid.

I just would like to know how i can integrate a z-table and display it in an assignment block without a single dependency and how to populate this table from my z-table (which is filled automatically by a background program). The table should ideally only be displayed in an assignment block on the homepage of the crm webui.

Can someone guide me through the process of creating this?

Thx,

Will

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please refer to

http://wiki.sdn.sap.com/wiki/display/CRM/Howtodisplayaz-tableinanassignmentblock

You can ignore model node part and also RFC call part. What you have to make sure that somehow you get your data records( write a select or use custom FM etc ) in 'lt_favs' mentioned in this blog.

Regards,

BJ

kavindra_joshi
Active Contributor
0 Kudos

You can try the following

a) If you don't want any BOL object dependency , then you would need a value node attribute.

b) You have to create a new view for this. While creating the view , select the value nodes and not the model nodes.You can define the tabular display for view.

c) Depending on your requirement you can populate the view. Usually you can create a value node & assign a table already filled.

d) Add the view to overview page.

Regards

Kavindra