cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancing the Standard webdynpro Application!

Former Member
0 Kudos

Hi Gurus,

I need to change(hide) some fields of webdynpro Application through Configuration ID.

But that Application already has an Standard Webdynpro Application Configuration. So what is the procedure to change

the Standard Webdynpro Application Configuration ID ?

or

And if else if we create a 'Z' Webdynpro Application Configuration ID , what is the procedure to do it as i find many internal

Components and if else we create a 'Z' Webdynpro Application Configuration ID , Will it get replaced with the standard

Webdynpro Application Configuration ID?

or

Is there any other way to hide fields??

Please help me out.....Points will be awarded for any hints for sure!!!

Thanks in advance.

Edited by: ReddyKK on Aug 26, 2009 3:08 PM

Edited by: ReddyKK on Aug 26, 2009 3:09 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

One way to hide the fields is to hide them at run time. Just make enhancement for ur method and use the following statement.

cl_fitv_wd_util=>ui_set_visible( io_view = view iv_id = 'MILES'

iv_visible = abap_false ).

MILES is the ID of UI element.

Former Member
0 Kudos

Hi Pankaj,

cl_fitv_wd_util=>ui_set_visible( io_view = view iv_id = 'MILES'

iv_visible = abap_false ).

for this io_view = view

View is not being picked giving a error.......vot shall i pass at io_view = ?? .....

Former Member
0 Kudos

HI,

Write the code in domodify.

Former Member
0 Kudos

thanks pankaj problem solved.......

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi pankaj,

As mentioned above code .., hiding the fields but at the same time hiding other standard fields also.......like pencil- ICON

& Delete ICON and Check box....so how can we avoid this.is there any solution.

plz reply ASAP

Regards:

Kishore

Edited by: ReddyKK on Sep 8, 2009 8:37 AM

Former Member
0 Kudos

Hi,

These Icons came on the screen with the use of IMAGE Ui element.

With the same code u can Hide them also.... Just give the ID of the image UI element.

Former Member
0 Kudos

Hi,

If you just want to hide fields in a WD application, the easiest way is to use Personalization : [End User and Administrator Personalization (Customizing)|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/bbbeac2b07296fe10000000a42189b/frameset.htm].

Regards,

Pierre

Former Member
0 Kudos

This will make only specific to some client & Server. How can we make it up to Production ?

Do we have any option to catch these changes in Transport Request.?

Former Member
0 Kudos

Hi,

I gave you the link to the documentation in my previous post :

Transport Customizing

Customizing settings made by an administrator can be transported. This is the case if the system settings allow a Customizing transport from this system. Otherwise the transport popup is suppressed, and the message is issued confirming that the administrator personalization has been saved.

Regards,

Pierre