cancel
Showing results for 
Search instead for 
Did you mean: 

ICWC new view created, but data not being retrieved

Former Member
0 Kudos

Hi Experts,

I created a new view with details as follow:

BSP Application: ZHC_IC

View Name: ZSrvTDate

Add Model Node

Model Nodes BOL Entity Higher-Level Model Node BOL Relation AlwaysCreateInstance

ZBTORDER BTOrder

ZBTADMINH BTAdminH ZBTORDER BTOrderHeader

ZBTDATESSET BTDatesSet ZBTADMINH BTHeaderDatesSet

ZBTDATES BTDate ZBTDATESSET BTDatesAll

Add Value Node

Value Node

Add Model Attributes

Model Attribute Model Nodes BOL Attribute

ActCompDate ZBTDATES TIMESTAMP_FROM

CommitedDate ZBTDATES TIMESTAMP_FROM

CustReqResDate ZBTDATES TIMESTAMP_FROM

Add Value Attributes

Value Attribute Context Node DDIC Type

Create Links to Custom Controller

Context Node BSP Applicatn Custom Controller Context Node (Custom Controller)

ZBTORDER CRM_IC CuCoBDC.do CURRENTSERVICEOBJECT

I also have all the navigational links set correctly. My question is, should I be expecting that the data will be populated correctly without the need of me to do any further changes to the codes generated from new view's wizard? I'm asking as I tried selecting an existing Service Ticket record with information available for the above, however, the information is not being shown in ICWC..

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Following the earlier post, I tried debugging the ICWC's new view.

I put a breakpoint in SET_MODELS of IMPL class. but I realized that in the TYPED_CONTEXT's COLLECTION_WRAPPER, the COLLECTION is with no information.

Can someone help?

Former Member
0 Kudos

Anyone with any input? Thks in advance