cancel
Showing results for 
Search instead for 
Did you mean: 

[SRM 7.0 EHP1] Using Webdynpro Component into another WDC.

Joseph_BERTHE
Active Contributor
0 Kudos

Hi,

We would like to encapsulate one view from /SAPSRM/WDC_UI_DO_ACC into the webdynpro component /SAPSRM/WDC_DODC_SC_I_BD.

I began by using the enhencement framwork by creating an UI View Container then map the external view but when I execute the application I get the following Dump :

Catégorie Erreur programmation ABAP

Err. exécution OBJECTS_OBJREF_NOT_ASSIGNED_NO

Except. CX_SY_REF_IS_INITIAL

Composant Web Dynpro /SAPSRM/WDC_UI_DO_ACC

Progr. ABAP /1BCWDY/51ABJR0J847L1Q4B2U9G==CP

Composante applicative SRM


>>>> wd_this->mo_dodm_accounting = wd_comp_controller->mo_bom->get_dodm_account_assignment
                            ion_wd_set                  = lon_accounting
                            io_wd_view_controller       = lo_wd_view_controller
                            io_wd_component_controller  = lo_wd_component_controller
                            io_meta_init                = wd_this->mo_meta_init
                            iv_scope                    = lv_scope
                            iv_view_name                = 'V_DO_ACCOUNTING'     ).

We I went on the top of the code I found out the following message :

Notes: NOT intended for use of application developers !!

So I guess the solution should be to use Floor Plan Management but I don't know if it is really possible and how to do it ?

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Joseph_BERTHE
Active Contributor
0 Kudos

it was de doublon.