cancel
Showing results for 
Search instead for 
Did you mean: 

Ehancements in Web dynpro

Former Member
0 Kudos

Hi Experts,

Can we do enhancements in web dynpro? Actully my basic requirement is that i have to hide few fields of a standard webdynpro component, so was thing it could be done by some enhancement, just wanted to confirm if this is possible, and should i follow any different method for enhancement in webdynpro?

Thanks in Advance!!

Accepted Solutions (1)

Accepted Solutions (1)

phildeane
Participant
0 Kudos

Are you running your components though a portal ?

If so you can hide screen elements easily enough though the content admin.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You don't have to be in the portal to do that. Unlike WDJ where the personalization is stored in the portal PCD, the ABAP personalization is stored in the backend database of the ABAP server. You only need to run the application in administrative mode and you can hide fields.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/ac6c53fd5b3020e10000000a42189d/frameset.htm

If you want more control you might consider component configuration instead:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/b1693856293c5ce10000000a421937/frameset.htm

Finally you can also use the enhancement framework to hide fields at the development object level:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/3a/f6ba42a950da11e10000000a155106/frameset.htm

Answers (0)