cancel
Showing results for 
Search instead for 
Did you mean: 

call Standard WD IView in an onther WD IVew

Former Member
0 Kudos

Hallo All,

is it possible to display a Standard WD IView ( like HRESS_C_PERSONAL_DATA) in an other IView ( like Z_WD with V_MAIN) ?

ist tha possible by configuring Component Configuration?

if yes, please show me how can I do this?

thank you all

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi,

You can display any component in your custom component Z_WD by using concept "component usages in WDA".


  • create component usage for HRESS_C_PERSONAL_DATA component in your Z_WD component
  • Create an view container ui element in your view v_main
  • Go to window W_MAIN and navigate to your view and embed the standard component view in your view container

Please refer the below link for more information.

Hope this helps you.

Regards,

Rama

ramakrishnappa
Active Contributor
0 Kudos

Hi Agadir,

Not exactly... you just follow the document for the steps

  • Change the usage name CUSTOMER_DATA by PERSONAL_DATA
  • Change the component name TECHED_05S_CUSTOMER_DATA by your component HRESS_C_PERSONAL_DATA

Please refer the below snap shot for details

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

Hi Rama,

i ve done evrything on the Document, in my case i need only to display a WD IView in my Z_WD V_MAIN, i got alawys a Dump...  i have no Coding in my Component, as i said need only to display Standard WD IView..

do you know why this happen?

Thank you

ramakrishnappa
Active Contributor
0 Kudos

Please share the snap shot of short dump.

Former Member
0 Kudos

i just delete the embaded ViewContainerUIelement_1 from the window and it doesn't Dump now, BUT i cant see the Standard WD IView in my V_MAIN by testing it !!???

is tis helping you to know how can I solve this Problem?

Thank you

ramakrishnappa
Active Contributor
0 Kudos

Hi Agadir,

That looks like, the issue in embedding a view in view container ui element.

could you provide snap shot of your window ? also go to T-CODE ST22 and open your short dump and share the snap shot .

Regards,

Rama

Former Member
0 Kudos

Hi Rama,

the dump was provided because of

OBJECTS_OBJREF_NOT_ASSIGNED_NOCX_SY_REF_IS_INITIAL

do i need to make Coding to generate the Standart IView? ( i didnt put any Coding !? is that right? )

now i embaded it again, and looks like this:

ramakrishnappa
Active Contributor
0 Kudos

Hi,

Unfortunately,  I don't have that component in my system to check. The embedding of view looks fine.

Pls set breakpoint in st22 dump n then try to figure out.

Regards,

Rama

Former Member
0 Kudos

Hi Rama,

for example, i tryed to display the standard WDA Component HRESS_C_CORRECTIONS in my IView, this didnt work, and alawys got a Dumpt !!

would you please help me to solve this problem?

Thank you very much

Answers (0)