cancel
Showing results for 
Search instead for 
Did you mean: 

button is generated at runtime how to hide it in WD4A

Former Member
0 Kudos

Hi Experts,

i am using SAles processing application thru Portal , there i have Customer search in the customer search iview i want to hide create sales order button.

i found the technical details by using personalization option

Technical Information for UI Element

General Information About the Application and Component

Application: POWL

Web Dynpro Component: SALV_WD_TABLE

Window Information: TABLE

View Information: VIEW_TABLE

Configuration ID: O200705080740527294200

Information on Field

Field ID: F_CREA

Type of UI Element: TOOLBAR_BUTTON

UI Element Library: STANDARD

Attributes of UI Element

List of Attributes

Attribute Name Value Context Path Type

COLLAPSIBLE

DESIGN standard (00)

EXPLANATION

TEXT Create Sales Order

IMAGE_FIRST X

IMAGE_SOURCE

TEXT_DIRECTION inherit (02)

ENABLED

TOOLTIP

VISIBLE visible (02)

ON_ACTION

VALUE_HELP_KIND

VALUE_HELP

what i found is Create sales order button is generated dynamic at runtime , how to hide dynamic generated button.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

i figured it out and find the right class where runtime.

Former Member
0 Kudos

Hi,

First you need to figure out where the button is being dynamically generated. Then you can use the enhancement framework to hide the button (Change the visibility of the button) once it is generated. The enhancement framework allows you to add code at certain positions within the application. You will have to find a point after the button is generated.

Hope this helps

Wenonah