cancel
Showing results for 
Search instead for 
Did you mean: 

OBJECTDATAPROVIDER WD ABAP Component

Former Member
0 Kudos

Did anyone use OBJECTDATAPROVIDER WD ABAP component in their WD component and tried calling "INIT_DATA_FROM_DATAVIEW" method of the interface controller to create data from Dataview directly. I am facing problem with this method because there is no sap provided method in the interfacecontroller of OBJECTDATAPROVIDER through which I can pass the Objects details required for getting the dataview.

I checked the code and after calling INIT_DATA_FROM_DATAVIEW , it raises an event "FILL_APPL_OBJECTS" ie wd_this->fire_fill_appl_objects_evt( instance_id = wd_this->instance_id ). which application should implement and in the implementation, application should supply the objects details in form of structure "HRWPC_S_KEYOBJEC" . Problem is there is no method to pass the Objects to OBJECTDATAPROVIDER and only method available is Get_Objects in the interface controller of OBJECTDATAPROVIDER.

Any help related to this would be highly appreciated.

Regards

Saurabh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

try the right forum maybe?